]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/Makefile.am
James Turner:
[flightgear.git] / src / Navaids / Makefile.am
1 noinst_LIBRARIES = libNavaids.a
2
3 # noinst_PROGRAMS = testnavs
4
5 libNavaids_a_SOURCES = \
6         navdb.hxx navdb.cxx \
7         fix.hxx fixlist.hxx fixlist.cxx \
8         awynet.hxx awynet.cxx \
9         navrecord.hxx navrecord.cxx \
10         navlist.hxx navlist.cxx \
11         positioned.hxx positioned.cxx
12
13 #       ils.hxx ilslist.hxx ilslist.cxx \
14 #       mkrbeacons.hxx mkrbeacons.cxx 
15 #
16 # testnavs_SOURCES = testnavs.cxx
17 # testnavs_LDADD = \
18 #       libNavaids.a \
19 #       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
20 #       -lsgstructure $(base_LIBS) -lz
21
22 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src