]> git.mxchange.org Git - flightgear.git/blob - src/Makefile.am
The code to find the highest hit below you didn't work quite right when
[flightgear.git] / src / Makefile.am
1 if ENABLE_WEATHERCM
2 WEATHER_DIR = WeatherCM
3 else
4 WEATHER_DIR = Environment
5 endif
6
7 if HAVE_PLIB_PSL
8 SCRIPTING_DIRS = Scripting
9 else
10 SCRIPTING_DIRS =
11 endif
12
13 if ENABLE_MPLAYER_AS
14 MPLAYER_DIRS = MultiPlayer
15 else
16 MPLAYER_DIRS =
17 endif
18
19 SUBDIRS = \
20         Include \
21         Aircraft \
22         Airports \
23         ATC \
24         Autopilot \
25         Cockpit \
26         Controls \
27         FDM \
28         GUI \
29         Input \
30         Instrumentation \
31         Model \
32         Navaids \
33         Network \
34         $(MPLAYER_DIRS) \
35         Objects \
36         Replay \
37         Scenery \
38         $(SCRIPTING_DIRS) \
39         Sound \
40         Systems \
41         Time \
42         $(WEATHER_DIR) \
43         Main