10 lines
267 B
Makefile
10 lines
267 B
Makefile
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
|