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

18 lines
417 B
Text
Raw Normal View History

noinst_LIBRARIES = libNavaids.a
noinst_PROGRAMS = testnavs
libNavaids_a_SOURCES = \
2000-04-21 18:30:59 +00:00
fix.hxx fixlist.hxx fixlist.cxx \
2000-04-21 18:00:47 +00:00
ils.hxx ilslist.hxx ilslist.cxx \
mkrbeacons.hxx mkrbeacons.cxx \
2000-04-21 18:00:47 +00:00
nav.hxx navlist.hxx navlist.cxx
testnavs_SOURCES = testnavs.cxx
testnavs_LDADD = \
libNavaids.a \
2001-07-02 22:55:32 +00:00
-lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
$(base_LIBS) -lz
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src