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

16 lines
394 B
Text
Raw Normal View History

1998-08-25 17:19:13 +00:00
noinst_LIBRARIES = libAirports.a
noinst_PROGRAMS = gensimple genrunways
libAirports_a_SOURCES = \
runways.cxx runways.hxx \
simple.cxx simple.hxx
1998-08-25 17:19:13 +00:00
gensimple_SOURCES = gensimple.cxx
gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
genrunways_SOURCES = genrunways.cxx
genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src