]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
1d50e296b37db7dbc26674516b900fcff6e59a96
[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         io \
32         magvar \
33         math \
34         $(METAR_DIRS) \
35         misc \
36         screen \
37         $(SERIAL_DIRS) \
38         sky \
39         timing \
40         xgl \
41         $(ZLIB_DIRS)
42