1 noinst_LIBRARIES = libAirports.a
3 noinst_PROGRAMS = calc_loc
5 libAirports_a_SOURCES = \
6 apt_loader.cxx apt_loader.hxx \
7 runways.cxx runways.hxx \
8 simple.cxx simple.hxx \
9 runwayprefs.cxx runwayprefs.hxx \
10 parking.cxx parking.hxx \
11 gnnode.cxx gnnode.hxx \
12 groundnetwork.cxx groundnetwork.hxx \
13 dynamics.cxx dynamics.hxx \
14 dynamicloader.cxx dynamicloader.hxx \
15 runwayprefloader.cxx runwayprefloader.hxx \
16 xmlloader.cxx xmlloader.hxx
18 calc_loc_SOURCES = calc_loc.cxx
19 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
21 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src