]> git.mxchange.org Git - simgear.git/blob - simgear/route/Makefile.am
Initial revision.
[simgear.git] / simgear / route / Makefile.am
1 includedir = @includedir@/route
2
3 lib_LIBRARIES = libsgroute.a
4
5 include_HEADERS = waypoint.hxx
6
7 libsgroute_a_SOURCES = \
8         waypoint.cxx
9
10 INCLUDES += -I$(top_srcdir)
11
12 noinst_PROGRAMS = waytest
13
14 waytest_SOURCES = waytest.cxx
15
16 waytest_LDADD = \
17         $(top_builddir)/simgear/route/libsgroute.a \
18         $(top_builddir)/simgear/math/libsgmath.a \
19         $(top_builddir)/simgear/debug/libsgdebug.a