]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
Complete overhaul of the sky/sun/moon/stars/planets. It is now an ssg
[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 SUBDIRS = \
17         include \
18         bucket \
19         debug \
20         math \
21         $(METAR_DIRS) \
22         misc \
23         screen \
24         $(SERIAL_DIRS) \
25         xgl \
26         $(ZLIB_DIRS)
27