1
0
Fork 0
flightgear/src/Makefile.am

33 lines
468 B
Text
Raw Normal View History

if ENABLE_ATCDCL
ATCDCL_DIR = ATCDCL
else
ATCDCL_DIR =
endif
2000-02-15 06:12:40 +00:00
SUBDIRS = \
Include \
2000-02-15 06:12:40 +00:00
Aircraft \
Airports \
ATC \
$(ATCDCL_DIR) \
2000-02-15 06:12:40 +00:00
Autopilot \
Cockpit \
2004-03-16 20:19:07 +00:00
Environment \
2000-02-15 06:12:40 +00:00
FDM \
GUI \
Input \
Instrumentation \
Model \
AIModel \
Navaids \
Network \
MultiPlayer \
2000-02-15 06:12:40 +00:00
Scenery \
Scripting \
Sound \
Systems \
2000-02-15 06:12:40 +00:00
Time \
Traffic \
2000-02-15 06:12:40 +00:00
Main