Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/Makefile.am @ 7209

Last change on this file since 7209 was 7188, checked in by bensch, 19 years ago

compiles on windows

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