5bc15d7a69
I just heard from John Wojnaroski that you and he are going to work on getting a flightgear demo machine up for the linux expo thursday and Friday. John indicated that he would very much like to get a CVS version with the new traffic code up and running before the expo.
16 lines
471 B
Makefile
16 lines
471 B
Makefile
noinst_LIBRARIES = libAIModel.a
|
|
|
|
libAIModel_a_SOURCES = \
|
|
submodel.cxx submodel.hxx \
|
|
AIManager.hxx AIManager.cxx \
|
|
AIBase.hxx AIBase.cxx \
|
|
AIAircraft.hxx AIAircraft.cxx \
|
|
AIShip.hxx AIShip.cxx \
|
|
AIBallistic.hxx AIBallistic.cxx \
|
|
AIStorm.hxx AIStorm.cxx \
|
|
AIThermal.hxx AIThermal.cxx \
|
|
AIFlightPlan.hxx AIFlightPlan.cxx AIFlightPlanCreate.cxx \
|
|
AIScenario.hxx AIScenario.cxx \
|
|
AICarrier.hxx AICarrier.cxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|