]> git.mxchange.org Git - flightgear.git/blob - src/Makefile.am
Encapsulate the interpolstion version of FGEnvironment and fix some bugs
[flightgear.git] / src / Makefile.am
1 if ENABLE_WEATHERCM
2 WEATHER_DIR = WeatherCM
3 else
4 WEATHER_DIR = Environment
5 endif
6
7 if ENABLE_MPLAYER_AS
8 MPLAYER_DIRS = MultiPlayer
9 else
10 MPLAYER_DIRS =
11 endif
12
13 SUBDIRS = \
14         Include \
15         Aircraft \
16         Airports \
17         ATC \
18         Autopilot \
19         Cockpit \
20         Controls \
21         FDM \
22         GUI \
23         Input \
24         Instrumentation \
25         Model \
26         AIModel \
27         Navaids \
28         Network \
29         $(MPLAYER_DIRS) \
30         Objects \
31         Replay \
32         Scenery \
33         Scripting \
34         Sound \
35         Systems \
36         Time \
37         $(WEATHER_DIR) \
38         Main