]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
Various mingwin patches contributed by Norman Vine.
[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         debug \
24         misc \
25         bucket \
26         ephemeris \
27         io \
28         magvar \
29         math \
30         $(METAR_DIRS) \
31         route \
32         screen \
33         $(SERIAL_DIRS) \
34         sky \
35         $(SGTHREAD_DIR) \
36         timing \
37         xgl
38