1
0
Fork 0
flightgear/src/Makefile.am
david 682feb8f2d Flattened src/Systems/ subtree.
Added src/Instrumentation/ with partial stab at a vacuum-driven
attitude indicator.
2002-09-24 14:51:37 +00:00

34 lines
558 B
Makefile

if ENABLE_WEATHERCM
WEATHER_DIR = WeatherCM
else
WEATHER_DIR = Environment
endif
if ENABLE_NETWORK_OLK
NETWORK_DIRS = Network NetworkOLK
else
NETWORK_DIRS = Network
endif
SUBDIRS = \
Include \
Aircraft \
Airports \
ATC \
Autopilot \
Cockpit \
Controls \
FDM \
GUI \
Input \
Instrumentation \
Model \
Navaids \
$(NETWORK_DIRS) \
Objects \
Scenery \
Sound \
Systems \
Time \
$(WEATHER_DIR) \
Main