]> git.mxchange.org Git - flightgear.git/blob - Math/Makefile.am
Miscellaneous Tweaks.
[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         mat3.h mat3defs.h mat3err.h \
12         polar.c polar.h \
13         vector.c vector.h
14
15 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator