]> git.mxchange.org Git - simgear.git/blob - simgear/Makefile.am
- Tweaks to doxygen main page.
[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 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         props \
27         route \
28         scene \
29         screen \
30         serial \
31         sound \
32         $(SGTHREAD_DIR) \
33         timing \
34         xgl
35
36 DIST_SUBDIRS = $(SUBDIRS)