]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
David Luff writes:
[flightgear.git] / src / Airports / Makefile.am
1 noinst_LIBRARIES = libAirports.a
2
3 noinst_PROGRAMS = gensimple genrunways
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 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src