Last change
on this file since 3205 was
3198,
checked in by bensch, 20 years ago
|
orxonox/trunk: Makefiles now with no-inst-Headers
|
File size:
623 bytes
|
Rev | Line | |
---|
[3167] | 1 | AUTOMAKE_OPTIONS = foreign no-installman no-installinfo |
---|
| 2 | |
---|
[3196] | 3 | SUBDIRS = src |
---|
[3167] | 4 | |
---|
[3198] | 5 | EXTRA_DIST = CODING-STANDARDS \ |
---|
| 6 | IDEAS \ |
---|
| 7 | TASKS \ |
---|
| 8 | doc/CREDITS \ |
---|
| 9 | doc/doxyconf/build \ |
---|
| 10 | doc/doxyconf/confopts \ |
---|
| 11 | doc/doxyconf/input \ |
---|
| 12 | doc/doxyconf/preprocessor \ |
---|
| 13 | doc/doxyconf/progress \ |
---|
| 14 | doc/doxyconf/project |
---|
[3167] | 15 | |
---|
| 16 | ## |
---|
| 17 | ## Doxygen stuff |
---|
| 18 | ## |
---|
| 19 | |
---|
[3196] | 20 | DOXYGEN_INPUT = "src src/gui src/importer" |
---|
[3167] | 21 | |
---|
| 22 | ## Exclude the application wizard templates, and some file templates |
---|
| 23 | DOXYGEN_EXCLUDE = |
---|
| 24 | |
---|
| 25 | DOXYGEN_EXAMPLE_PATH = |
---|
| 26 | |
---|
| 27 | ## Use Search engine (Versions 1.3.4 and above only!) |
---|
| 28 | DOXYGEN_SEARCHENGINE = YES |
---|
| 29 | |
---|
| 30 | include doc/documentation.am |
---|
Note: See
TracBrowser
for help on using the repository browser.