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