]> git.mxchange.org Git - simgear.git/blob - Makefile.am
6311c94653f5fd0e16685b0555553f93442b4648
[simgear.git] / 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 = mksymlinks.sh
17
18 dist-hook:
19         tar cf - metar | (cd $(distdir); tar xvf -)
20
21 SUBDIRS = \
22         include \
23         bucket \
24         debug \
25         math \
26         $(METAR_DIRS) \
27         misc \
28         screen \
29         $(SERIAL_DIRS) \
30         xgl \
31         $(ZLIB_DIRS)
32