]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Airports / Makefile.am
1 noinst_LIBRARIES = libAirports.a
2
3 noinst_PROGRAMS = gensimple genrunways calc_loc
4
5 libAirports_a_SOURCES = \
6         runways.cxx runways.hxx \
7         simple.cxx simple.hxx
8
9 gensimple_SOURCES = gensimple.cxx
10 gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
11
12 genrunways_SOURCES = genrunways.cxx
13 genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
14
15 calc_loc_SOURCES = calc_loc.cxx
16 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz
17
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src