]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
Major update of traffic manager and AI related airport facilities.
[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         groundnetwork.cxx groundnetwork.hxx \
12         dynamics.cxx dynamics.hxx \
13         trafficcontrol.hxx trafficcontrol.cxx
14
15 calc_loc_SOURCES = calc_loc.cxx
16 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
17
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src