1
0
Fork 0
flightgear/src/Airports/Makefile.am

13 lines
296 B
Makefile

noinst_LIBRARIES = libAirports.a
noinst_PROGRAMS = buildsimple
libAirports_a_SOURCES = \
genapt.cxx genapt.hxx \
simple.cxx simple.hxx
buildsimple_SOURCES = buildsimple.cxx
buildsimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lgdbm -lz
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src