]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
af82b4d76006eea0f46e994a11e9b34b46173507
[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_THREADS
8 SGTHREAD_DIR = threads
9 else
10 SGTHREAD_DIR = 
11 endif
12
13 # METAR_DIRS =
14 METAR_DIRS = metar
15
16 EXTRA_DIST = simgear_config.h.vc5 version.h.in
17
18 include_HEADERS = \
19         compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
20
21 SUBDIRS = \
22         xml \
23         interpreter \
24         debug \
25         misc \
26         bucket \
27         ephemeris \
28         io \
29         magvar \
30         math \
31         $(METAR_DIRS) \
32         route \
33         screen \
34         $(SERIAL_DIRS) \
35         sky \
36         $(SGTHREAD_DIR) \
37         timing \
38         xgl
39