]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/Makefile.am
Airways/procedures code - add new data structures to store waypoints and
[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         navrecord.hxx navrecord.cxx \
9         navlist.hxx navlist.cxx \
10         positioned.hxx positioned.cxx \
11         markerbeacon.hxx markerbeacon.cxx \
12         routePath.hxx routePath.cxx \
13         airways.hxx airways.cxx \
14         route.hxx route.cxx \
15         waypoint.hxx waypoint.cxx \
16         procedure.hxx procedure.cxx \
17
18 #
19 # testnavs_SOURCES = testnavs.cxx
20 # testnavs_LDADD = \
21 #       libNavaids.a \
22 #       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
23 #       -lsgstructure $(base_LIBS) -lz
24
25 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src