Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

ltdl

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