]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
2edf0ce7d158c9090960d17fa2d08762d41bd9c0
[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
11
12 include_HEADERS = \
13         compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
14
15 SUBDIRS = \
16         compatibility \
17         xml \
18         debug \
19         misc \
20         bucket \
21         ephemeris \
22         io \
23         magvar \
24         math \
25         $(METAR_DIRS) \
26         route \
27         screen \
28         serial \
29         sky \
30         $(SGTHREAD_DIR) \
31         timing \
32         xgl
33
34 DIST_SUBDIRS = $(SUBDIRS)