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

14 lines
314 B
Text
Raw Normal View History

1998-08-25 17:19:13 +00:00
noinst_LIBRARIES = libAirports.a
noinst_PROGRAMS = calc_loc
libAirports_a_SOURCES = \
apt_loader.cxx apt_loader.hxx \
runways.cxx runways.hxx \
simple.cxx simple.hxx
1998-08-25 17:19:13 +00:00
calc_loc_SOURCES = calc_loc.cxx
calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src