Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/Makefile.am @ 3182

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

orxonox/trunk: nicer Makefile.am's

File size: 449 bytes
Line 
1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
2
3if HAVE_GTK2
4  GTK_PROGS =console
5else
6  GTK_PROGS =
7endif
8
9SUBDIRS = src \
10          importer \
11          gui \
12          $(GTK_PROGS)
13
14
15
16##
17## Doxygen stuff
18##
19
20DOXYGEN_INPUT = src gui
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
Note: See TracBrowser for help on using the repository browser.