]> git.mxchange.org Git - flightgear.git/blob - Math/Makefile.am
6d743e929521481a0a87abbfd05ae89c9532f112
[flightgear.git] / Math / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libMath.la
4 libMath_la_SOURCES = \
5         MAT3geom.c \
6         MAT3inv.c \
7         MAT3mat.c \
8         MAT3vec.c \
9         fg_geodesy.c fg_geodesy.h \
10         fg_random.c fg_random.h \
11         interpolater.cxx interpolater.hxx \
12         mat3.h mat3defs.h mat3err.h \
13         polar.c polar.h \
14         vector.c vector.h
15
16 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator