1
0
Fork 0
flightgear/src/Makefile.am
david 625572663e Moved FGAircraftModel subsystem out into its own directory, and
separated out a new class, FG3DModel, that allows any arbitrary 3D
model to be positioned, oriented, and animated (not just the
aircraft).
2002-04-05 03:19:34 +00:00

32 lines
499 B
Makefile

if ENABLE_NEW_ENVIRONMENT
WEATHER_DIR = Environment
else
WEATHER_DIR = WeatherCM
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 \
Model \
Navaids \
$(NETWORK_DIRS) \
Objects \
Scenery \
Sound \
Time \
$(WEATHER_DIR) \
Main