Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

shared_lib: compile again

File size: 673 bytes
Line 
1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
2
3SUBDIRS = \
4        src
5
6EXTRA_DIST = CODING-STANDARDS \
7             IDEAS \
8             NEWS \
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
16
17## doxygen stuff
18if DOXYGEN
19DOXYGEN_INPUT = "src"
20
21## Exclude the application wizard templates, and some file templates
22DOXYGEN_EXCLUDE =
23
24DOXYGEN_EXAMPLE_PATH =
25
26## Use Search engine (Versions 1.3.4 and above only!)
27DOXYGEN_SEARCHENGINE = YES
28
29include doc/documentation.am
30endif
Note: See TracBrowser for help on using the repository browser.