]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
Collapsed the init() method into the constructor.
[simgear.git] / simgear / Makefile.am
1 if ENABLE_UNIX_SERIAL
2 SERIAL_DIRS = serial
3 else
4 SERIAL_DIRS =
5 endif
6
7 # if HAVE_GDBM
8 # GDBM_DIRS =
9 # else
10 # GDBM_DIRS = gdbm
11 # endif
12
13 if HAVE_ZLIB
14 ZLIB_DIRS =
15 else
16 ZLIB_DIRS = zlib
17 endif
18
19 METAR_DIRS =
20 # METAR_DIRS = metar
21
22 EXTRA_DIST = version.h.in
23
24 include_HEADERS = \
25         compiler.h constants.h fg_traits.hxx fg_zlib.h inlines.h version.h
26
27 SUBDIRS = \
28         bucket \
29         debug \
30         ephemeris \
31         magvar \
32         math \
33         $(METAR_DIRS) \
34         misc \
35         screen \
36         $(SERIAL_DIRS) \
37         sky \
38         timing \
39         xgl \
40         $(ZLIB_DIRS)
41