17c42deae1
Various other patches that have been lingering around for a while: * Moved trafficcontrol.[ch]xx from the Airports directory to ATC, where it really belongs. * AI aircraft will request startup clearance, and ground control will approve. * Starting AI Aircraft will be pushed back to a predefined holding point on the ground network, and wait a while before taxiing out to the runway
23 lines
644 B
Makefile
23 lines
644 B
Makefile
noinst_LIBRARIES = libATCDCL.a
|
|
|
|
libATCDCL_a_SOURCES = \
|
|
ATC.hxx ATC.cxx \
|
|
atis.hxx atis.cxx \
|
|
tower.hxx tower.cxx \
|
|
approach.hxx approach.cxx \
|
|
ground.hxx ground.cxx \
|
|
commlist.hxx commlist.cxx \
|
|
ATCDialog.hxx ATCDialog.cxx \
|
|
ATCVoice.hxx ATCVoice.cxx \
|
|
ATCmgr.hxx ATCmgr.cxx \
|
|
ATCutils.hxx ATCutils.cxx \
|
|
ATCProjection.hxx ATCProjection.cxx \
|
|
AIMgr.hxx AIMgr.cxx \
|
|
AIEntity.hxx AIEntity.cxx \
|
|
AIPlane.hxx AIPlane.cxx \
|
|
AILocalTraffic.hxx AILocalTraffic.cxx \
|
|
AIGAVFRTraffic.hxx AIGAVFRTraffic.cxx \
|
|
transmission.hxx transmission.cxx \
|
|
transmissionlist.hxx transmissionlist.cxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|