]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
5ae683d6ff48e8f0143242e0b57682861ddfdb6b
[simgear.git] / simgear / Makefile.am
1 if HAVE_THREADS
2 SGTHREAD_DIR = threads
3 else
4 SGTHREAD_DIR = 
5 endif
6
7 # METAR_DIRS =
8 METAR_DIRS = metar
9
10 EXTRA_DIST = simgear_config.h.vc5 version.h.in interpreter/
11
12 include_HEADERS = \
13         compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
14
15 SUBDIRS = \
16         xml \
17         debug \
18         misc \
19         bucket \
20         ephemeris \
21         io \
22         magvar \
23         math \
24         $(METAR_DIRS) \
25         route \
26         screen \
27         serial \
28         sky \
29         $(SGTHREAD_DIR) \
30         timing \
31         xgl
32
33 DIST_SUBDIRS = $(SUBDIRS) interpreter