]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
Ignore generated binaries.
[simgear.git] / simgear / math / Makefile.am
index 36747b2d883b03d57250d12a94e92f3d26b2f000..cd06c73744c9e2a6d06e0829ff4c6e6e71303534 100644 (file)
@@ -1,11 +1,18 @@
 includedir = @includedir@/math
 
+noinst_PROGRAMS = SGMathTest
+check_PROGRAMS  = SGMathTest
+TESTS           = $(check_PROGRAMS)
+
+SGMathTest_SOURCES = SGMathTest.cxx
+SGMathTest_LDADD = libsgmath.a $(base_LIBS)
+
+
 lib_LIBRARIES = libsgmath.a
 
 include_HEADERS = \
        interpolater.hxx \
        leastsqs.hxx \
-       localconsts.hxx \
        point3d.hxx \
        polar3d.hxx \
        sg_geodesy.hxx \
@@ -13,7 +20,18 @@ include_HEADERS = \
        sg_random.h \
        sg_types.hxx \
        vector.hxx \
-       fastmath.hxx
+       fastmath.hxx \
+       SGGeoc.hxx \
+       SGGeod.hxx \
+       SGGeodesy.hxx \
+       SGLimits.hxx \
+       SGMatrix.hxx \
+       SGMath.hxx \
+       SGMisc.hxx \
+       SGQuat.hxx \
+       SGVec4.hxx \
+       SGVec3.hxx
+
 
 EXTRA_DIST = linintp2.h linintp2.inl sphrintp.h sphrintp.inl
 
@@ -24,6 +42,7 @@ libsgmath_a_SOURCES = \
        sg_geodesy.cxx \
        sg_random.c \
        vector.cxx \
-       fastmath.cxx
+       fastmath.cxx \
+       SGGeodesy.cxx
 
 INCLUDES = -I$(top_srcdir)