Last change
on this file since 3191 was
3191,
checked in by bensch, 20 years ago
|
orxonox/trunk: Changed filestructure:
moved gui, console to src/gui, src/console
fixed Makefiles.
|
File size:
366 bytes
|
Rev | Line | |
---|
[3167] | 1 | AUTOMAKE_OPTIONS = foreign no-installman no-installinfo |
---|
| 2 | |
---|
[3182] | 3 | SUBDIRS = src \ |
---|
[3191] | 4 | importer |
---|
[3167] | 5 | |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | ## |
---|
| 9 | ## Doxygen stuff |
---|
| 10 | ## |
---|
| 11 | |
---|
[3191] | 12 | DOXYGEN_INPUT = src src/gui |
---|
[3167] | 13 | |
---|
| 14 | ## Exclude the application wizard templates, and some file templates |
---|
| 15 | DOXYGEN_EXCLUDE = |
---|
| 16 | |
---|
| 17 | DOXYGEN_EXAMPLE_PATH = |
---|
| 18 | |
---|
| 19 | ## Use Search engine (Versions 1.3.4 and above only!) |
---|
| 20 | DOXYGEN_SEARCHENGINE = YES |
---|
| 21 | |
---|
| 22 | include doc/documentation.am |
---|
Note: See
TracBrowser
for help on using the repository browser.