1998-08-25 17:19:13 +00:00
|
|
|
noinst_LIBRARIES = libAirports.a
|
|
|
|
|
2003-08-29 04:11:23 +00:00
|
|
|
noinst_PROGRAMS = calc_loc
|
2000-03-29 20:21:31 +00:00
|
|
|
|
1998-09-14 02:14:00 +00:00
|
|
|
libAirports_a_SOURCES = \
|
2004-12-22 23:57:07 +00:00
|
|
|
apt_loader.cxx apt_loader.hxx \
|
2000-08-16 00:09:03 +00:00
|
|
|
runways.cxx runways.hxx \
|
2005-12-29 13:58:21 +00:00
|
|
|
simple.cxx simple.hxx \
|
|
|
|
runwayprefs.cxx runwayprefs.hxx \
|
|
|
|
parking.cxx parking.hxx \
|
|
|
|
groundnetwork.cxx groundnetwork.hxx \
|
2006-10-06 17:36:31 +00:00
|
|
|
dynamics.cxx dynamics.hxx \
|
2007-07-04 17:39:03 +00:00
|
|
|
trafficcontrol.hxx trafficcontrol.cxx \
|
|
|
|
dynamicloader.hxx dynamicloader.cxx \
|
|
|
|
runwayprefloader.hxx runwayprefloader.cxx \
|
|
|
|
xmlloader.hxx xmlloader.cxx
|
|
|
|
|
1998-08-25 17:19:13 +00:00
|
|
|
|
2003-05-27 18:59:14 +00:00
|
|
|
calc_loc_SOURCES = calc_loc.cxx
|
2003-08-29 09:03:49 +00:00
|
|
|
calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
|
2003-05-27 18:59:14 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|