Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/mount_points/Makefile.am @ 10182

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

merged gui back to the trunk
merged with command
merge -r8377:HEAD https://svn.orxonox.net/orxonox/branches/gui .

File size: 714 bytes
Line 
1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
2
3SUBDIRS = src
4
5EXTRA_DIST = CODING-STANDARDS \
6             IDEAS \
7             NEWS \
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
15
16## doxygen stuff
17if DOXYGEN
18DOXYGEN_INPUT = "src"
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
28include doc/documentation.am
29endif
30
31
32version:
33        echo VERSION: $(PACKAGE_VERSION)
Note: See TracBrowser for help on using the repository browser.