Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10158 was 7273, checked in by bensch, 18 years ago

stuff changed

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