11 lines
267 B
Text
11 lines
267 B
Text
|
noinst_LIBRARIES = libAIModel.a
|
||
|
|
||
|
libAIModel_a_SOURCES = \
|
||
|
AIManager.hxx AIManager.cxx \
|
||
|
AIBase.hxx AIBase.cxx \
|
||
|
AIAircraft.hxx AIAircraft.cxx \
|
||
|
AIShip.hxx AIShip.cxx \
|
||
|
AIBallistic.hxx AIBallistic.cxx
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|