source:
orxonox.OLD/branches/shared_lib/Makefile.am
@
7233
| Last change on this file since 7233 was 7188, checked in by bensch, 20 years ago | |
|---|---|
| File size: 673 bytes | |
| Rev | Line | |
|---|---|---|
| [4556] | 1 | AUTOMAKE_OPTIONS = foreign no-installman no-installinfo |
| [3167] | 2 | |
| [7187] | 3 | SUBDIRS = \ |
| [7188] | 4 | src |
| [3167] | 5 | |
| [3198] | 6 | EXTRA_DIST = CODING-STANDARDS \ |
| [4556] | 7 | IDEAS \ |
| [4976] | 8 | NEWS \ |
| [4556] | 9 | doc/CREDITS \ |
| 10 | doc/doxyconf/build \ | |
| 11 | doc/doxyconf/confopts \ | |
| 12 | doc/doxyconf/input \ | |
| 13 | doc/doxyconf/preprocessor \ | |
| 14 | doc/doxyconf/progress \ | |
| 15 | doc/doxyconf/project | |
| [3167] | 16 | |
| [3219] | 17 | ## doxygen stuff |
| 18 | if DOXYGEN | |
| [4380] | 19 | DOXYGEN_INPUT = "src" |
| [3167] | 20 | |
| 21 | ## Exclude the application wizard templates, and some file templates | |
| [4556] | 22 | DOXYGEN_EXCLUDE = |
| [3167] | 23 | |
| [4556] | 24 | DOXYGEN_EXAMPLE_PATH = |
| [3167] | 25 | |
| 26 | ## Use Search engine (Versions 1.3.4 and above only!) | |
| 27 | DOXYGEN_SEARCHENGINE = YES | |
| 28 | ||
| [3219] | 29 | include doc/documentation.am |
| [3489] | 30 | endif |
Note: See TracBrowser
for help on using the repository browser.










