]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
Updated for MSVC5.
[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 = compiler.h constants.h fg_traits.hxx fg_zlib.h version.h
25
26 SUBDIRS = \
27         bucket \
28         debug \
29         $(GDBM_DIRS) \
30         magvar \
31         math \
32         $(METAR_DIRS) \
33         misc \
34         screen \
35         $(SERIAL_DIRS) \
36         xgl \
37         $(ZLIB_DIRS)
38