7d38baf850
Additions to query and report if we are over a marker beacon.
17 lines
397 B
Makefile
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
|