]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
Removal of depricated version of Airports/trafficcontrol.[ch]xx
[flightgear.git] / src / Airports / Makefile.am
1 noinst_LIBRARIES = libAirports.a
2
3 noinst_PROGRAMS = calc_loc
4
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 
17
18 calc_loc_SOURCES = calc_loc.cxx
19 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
20
21 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src