1 includedir = @includedir@/math
3 check_PROGRAMS = SGMathTest SGGeometryTest
4 TESTS = $(check_PROGRAMS)
6 SGMathTest_SOURCES = SGMathTest.cxx
10 $(top_builddir)/simgear/debug/libsgdebug.a \
11 $(top_builddir)/simgear/structure/libsgstructure.a \
14 SGGeometryTest_SOURCES = SGGeometryTest.cxx
16 SGGeometryTest_LDADD = \
18 $(top_builddir)/simgear/debug/libsgdebug.a \
19 $(top_builddir)/simgear/structure/libsgstructure.a \
22 lib_LIBRARIES = libsgmath.a
56 libsgmath_a_SOURCES = \
64 INCLUDES = -I$(top_srcdir)