1998-08-25 17:19:13 +00:00
|
|
|
noinst_LIBRARIES = libAirports.a
|
|
|
|
|
2003-05-27 18:59:14 +00:00
|
|
|
noinst_PROGRAMS = gensimple genrunways calc_loc
|
2000-03-29 20:21:31 +00:00
|
|
|
|
1998-09-14 02:14:00 +00:00
|
|
|
libAirports_a_SOURCES = \
|
2000-08-16 00:09:03 +00:00
|
|
|
runways.cxx runways.hxx \
|
1998-09-14 02:14:00 +00:00
|
|
|
simple.cxx simple.hxx
|
1998-08-25 17:19:13 +00:00
|
|
|
|
2000-08-16 00:09:03 +00:00
|
|
|
gensimple_SOURCES = gensimple.cxx
|
2001-07-02 22:55:16 +00:00
|
|
|
gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
|
2000-03-29 20:21:31 +00:00
|
|
|
|
2000-08-16 00:09:03 +00:00
|
|
|
genrunways_SOURCES = genrunways.cxx
|
2001-07-02 22:55:16 +00:00
|
|
|
genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
|
2000-03-29 20:21:31 +00:00
|
|
|
|
2003-05-27 18:59:14 +00:00
|
|
|
calc_loc_SOURCES = calc_loc.cxx
|
2003-05-28 08:23:54 +00:00
|
|
|
calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz
|
2003-05-27 18:59:14 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|