]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
b0581e423c4ff99a28f2e735100936dc76de3cbe
[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 if HAVE_THREADS
20 SGTHREAD_DIR = threads
21 else
22 SGTHREAD_DIR = 
23 endif
24
25 # METAR_DIRS =
26 METAR_DIRS = metar
27
28 EXTRA_DIST = simgear_config.h.vc5 version.h.in
29
30 include_HEADERS = \
31         compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
32
33 SUBDIRS = \
34         $(ZLIB_DIRS) \
35         xml \
36         debug \
37         misc \
38         bucket \
39         ephemeris \
40         io \
41         magvar \
42         math \
43         $(METAR_DIRS) \
44         route \
45         screen \
46         $(SERIAL_DIRS) \
47         sky \
48         $(SGTHREAD_DIR) \
49         timing \
50         xgl
51