Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/trackManager/Makefile.am @ 3500

Last change on this file since 3500 was 3498, checked in by bensch, 20 years ago

orxonox/branches/trackManager: merged trunk back to tracManager R3440:3497 → 3498
merged with command:
svn merge ../trunk/ trackManager/ -r 3430:HEAD
conflicts resolved in favor of the Trunk

File size: 655 bytes
RevLine 
[3167]1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
2
[3196]3SUBDIRS = src
[3167]4
[3198]5EXTRA_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
[3219]16## doxygen stuff
17if DOXYGEN
[3498]18DOXYGEN_INPUT = "src src/lib/gui/gui src/lib/graphics/importer"
[3167]19
20## Exclude the application wizard templates, and some file templates
21DOXYGEN_EXCLUDE =
22
23DOXYGEN_EXAMPLE_PATH =
24
25## Use Search engine (Versions 1.3.4 and above only!)
26DOXYGEN_SEARCHENGINE = YES
27
[3219]28include doc/documentation.am
[3498]29endif
Note: See TracBrowser for help on using the repository browser.