2000-04-24 23:51:56 +00:00
|
|
|
noinst_LIBRARIES = libNavaids.a
|
2000-04-21 04:19:22 +00:00
|
|
|
|
2004-05-26 18:15:19 +00:00
|
|
|
# noinst_PROGRAMS = testnavs
|
2000-04-21 04:19:22 +00:00
|
|
|
|
2000-04-24 23:51:56 +00:00
|
|
|
libNavaids_a_SOURCES = \
|
2004-05-28 05:24:54 +00:00
|
|
|
navdb.hxx navdb.cxx \
|
2000-04-21 18:30:59 +00:00
|
|
|
fix.hxx fixlist.hxx fixlist.cxx \
|
2006-07-27 14:44:09 +00:00
|
|
|
awynet.hxx awynet.cxx \
|
2008-08-03 14:34:42 +00:00
|
|
|
navrecord.hxx navrecord.cxx \
|
|
|
|
navlist.hxx navlist.cxx
|
2000-04-21 04:19:22 +00:00
|
|
|
|
2004-05-28 05:24:54 +00:00
|
|
|
# ils.hxx ilslist.hxx ilslist.cxx \
|
2004-06-06 14:28:45 +00:00
|
|
|
# mkrbeacons.hxx mkrbeacons.cxx
|
|
|
|
#
|
2004-05-26 18:15:19 +00:00
|
|
|
# testnavs_SOURCES = testnavs.cxx
|
|
|
|
# testnavs_LDADD = \
|
|
|
|
# libNavaids.a \
|
|
|
|
# -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
|
2004-06-06 14:28:45 +00:00
|
|
|
# -lsgstructure $(base_LIBS) -lz
|
2000-04-21 04:19:22 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|