1
0
Fork 0
flightgear/src/Makefile.am

39 lines
587 B
Text
Raw Normal View History

if ENABLE_WEATHERCM
2000-02-15 06:12:40 +00:00
WEATHER_DIR = WeatherCM
else
WEATHER_DIR = Environment
2000-02-15 06:12:40 +00:00
endif
if ENABLE_MPLAYER_AS
MPLAYER_DIRS = MultiPlayer
else
MPLAYER_DIRS =
endif
2000-02-15 06:12:40 +00:00
SUBDIRS = \
Include \
2000-02-15 06:12:40 +00:00
Aircraft \
Airports \
ATC \
2000-02-15 06:12:40 +00:00
Autopilot \
Cockpit \
Controls \
FDM \
GUI \
Input \
Instrumentation \
Model \
AIModel \
Navaids \
Network \
$(MPLAYER_DIRS) \
2000-02-15 06:12:40 +00:00
Objects \
Replay \
2000-02-15 06:12:40 +00:00
Scenery \
Scripting \
Sound \
Systems \
2000-02-15 06:12:40 +00:00
Time \
$(WEATHER_DIR) \
Main