]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
4bfc91ff33f8e2c227ef0354afe0fe4c3691e5b8
[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_ZLIB
8 ZLIB_DIRS =
9 else
10 ZLIB_DIRS = zlib
11 endif
12
13 METAR_DIRS =
14 # METAR_DIRS = metar
15
16 EXTRA_DIST = version.h.in
17
18 include_HEADERS = compiler.h constants.h fg_traits.hxx fg_zlib.h version.h
19
20 SUBDIRS = \
21         bucket \
22         debug \
23         magvar \
24         math \
25         $(METAR_DIRS) \
26         misc \
27         screen \
28         $(SERIAL_DIRS) \
29         xgl \
30         $(ZLIB_DIRS)
31