]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
Removal of PLIB/SG from SimGear
[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 SG_EXTRA_DIRS =
8 METAR_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_ALWAYS = \
21         xml \
22         debug \
23         misc \
24         structure \
25         bucket \
26         ephemeris \
27         io \
28         magvar \
29         math \
30         nasal \
31         props \
32         route \
33         serial \
34         timing
35
36 SUBDIRS = $(SUBDIRS_ALWAYS) \
37         $(compatibility_DIR) \
38         $(METAR_DIRS) \
39         $(SG_EXTRA_DIRS) \
40         $(SGTHREAD_DIR)
41
42 DIST_SUBDIRS = $(SUBDIRS_ALWAYS) compatibility scene sound screen environment threads
43