]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
e198a54bd836d0e0f902ab81af4cffc6d35959da
[simgear.git] / simgear / Makefile.am
1 EXTRA_DIST = simgear_config.h.vc5 simgear_config.h-msvc71 version.h.in
2
3 include_HEADERS = \
4         compiler.h constants.h sg_inlines.h version.h
5
6 if WANT_HEADLESS
7 METAR_DIRS =
8 SG_EXTRA_DIRS =
9 else
10 SG_EXTRA_DIRS = scene sound screen
11 METAR_DIRS = environment
12 endif
13
14 if HAVE_THREADS
15 SGTHREAD_DIR = threads
16 else
17 SGTHREAD_DIR = 
18 endif
19
20 SUBDIRS = \
21         $(compatibility_DIR) \
22         xml \
23         debug \
24         misc \
25         structure \
26         bucket \
27         ephemeris \
28         io \
29         magvar \
30         math \
31         $(METAR_DIRS) \
32         nasal \
33         props \
34         route \
35         $(SG_EXTRA_DIRS) \
36         $(SGTHREAD_DIR) \
37         serial \
38         timing \
39
40 DIST_SUBDIRS = $(SUBDIRS) compatibility