]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
Merge branch 'ehofman/normal'
[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         sidstar.cxx sidstar.hxx \
16         runwayprefloader.cxx runwayprefloader.hxx \
17         xmlloader.cxx xmlloader.hxx \
18         runwaybase.cxx runwaybase.hxx \
19         pavement.cxx pavement.hxx
20         
21 calc_loc_SOURCES = calc_loc.cxx
22 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS)
23
24 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src