]> git.mxchange.org Git - simgear.git/blob - Math/Makefile.am
Cygnus tools compatibility tweaks.
[simgear.git] / Math / Makefile.am
1 noinst_LIBRARIES = libMath.a
2
3 libMath_a_SOURCES = \
4         MAT3geom.c \
5         MAT3inv.c \
6         MAT3mat.c \
7         MAT3vec.c \
8         fg_geodesy.cxx fg_geodesy.hxx \
9         fg_random.c fg_random.h \
10         interpolater.cxx interpolater.hxx \
11         mat3.h mat3defs.h mat3err.h \
12         point3d.hxx \
13         polar3d.cxx polar3d.hxx \
14         vector.cxx vector.hxx
15
16 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator