1
0
Fork 0
flightgear/src/Makefile.am

33 lines
513 B
Makefile

if ENABLE_MPLAYER_AS
MPLAYER_DIRS = MultiPlayer
else
MPLAYER_DIRS =
endif
SUBDIRS = \
Include \
Aircraft \
Airports \
ATC \
Autopilot \
Cockpit \
Controls \
Environment \
FDM \
GUI \
Input \
Instrumentation \
Model \
AIModel \
Navaids \
Network \
$(MPLAYER_DIRS) \
Objects \
Replay \
Scenery \
Scripting \
Sound \
Systems \
Time \
Traffic \
Main