1
0
Fork 0
flightgear/src/Navaids/Makefile.am

22 lines
518 B
Text
Raw Normal View History

noinst_LIBRARIES = libNavaids.a
# noinst_PROGRAMS = testnavs
libNavaids_a_SOURCES = \
navdb.hxx navdb.cxx \
2000-04-21 18:30:59 +00:00
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