]> git.mxchange.org Git - simgear.git/blobdiff - Math/Makefile.am
FreeBSD support.
[simgear.git] / Math / Makefile.am
index ae8687a586c9d2b3d4d4599184ea93000efae1b8..e6654827d08db464919882997b4802e7a8715d35 100644 (file)
@@ -1,15 +1,16 @@
-libdir = ${exec_prefix}/lib
+noinst_LIBRARIES = libMath.a
 
-lib_LTLIBRARIES = libMath.la
-libMath_la_SOURCES = \
+libMath_a_SOURCES = \
        MAT3geom.c \
        MAT3inv.c \
        MAT3mat.c \
        MAT3vec.c \
-       fg_geodesy.c fg_geodesy.h \
+       fg_geodesy.cxx fg_geodesy.hxx \
        fg_random.c fg_random.h \
+       interpolater.cxx interpolater.hxx \
        mat3.h mat3defs.h mat3err.h \
-       polar.c polar.h \
-       vector.c vector.h
+       point3d.hxx \
+       polar3d.cxx polar3d.hxx \
+       vector.cxx vector.hxx
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator