1
0
Fork 0
flightgear/src/Navaids/Makefile.am
curt 7d38baf850 Initial revision of mkrbeacons.[ch]xx
Additions to query and report if we are over a marker beacon.
2001-03-16 23:57:38 +00:00

17 lines
397 B
Makefile

noinst_LIBRARIES = libNavaids.a
noinst_PROGRAMS = testnavs
libNavaids_a_SOURCES = \
fix.hxx fixlist.hxx fixlist.cxx \
ils.hxx ilslist.hxx ilslist.cxx \
mkrbeacons.hxx mkrbeacons.cxx \
nav.hxx navlist.hxx navlist.cxx
testnavs_SOURCES = testnavs.cxx
testnavs_LDADD = \
libNavaids.a \
-lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar \
-lz
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src