d756f913ec
saving for beacons, but since they're surprisingly few (in nav.dat), not a an enormous saving in real terms. The major motivation is that marker beacons don't behave like other NavRecords for radio interaction - they have no ident, frequency or range (in the sense that NavRecord means them).
21 lines
518 B
Makefile
21 lines
518 B
Makefile
noinst_LIBRARIES = libNavaids.a
|
|
|
|
# noinst_PROGRAMS = testnavs
|
|
|
|
libNavaids_a_SOURCES = \
|
|
navdb.hxx navdb.cxx \
|
|
fix.hxx fixlist.hxx fixlist.cxx \
|
|
awynet.hxx awynet.cxx \
|
|
navrecord.hxx navrecord.cxx \
|
|
navlist.hxx navlist.cxx \
|
|
positioned.hxx positioned.cxx \
|
|
markerbeacon.hxx markerbeacon.cxx
|
|
|
|
#
|
|
# testnavs_SOURCES = testnavs.cxx
|
|
# testnavs_LDADD = \
|
|
# libNavaids.a \
|
|
# -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
|
|
# -lsgstructure $(base_LIBS) -lz
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|