1
0
Fork 0
flightgear/Math/Makefile.am
1998-05-02 01:50:09 +00:00

16 lines
381 B
Makefile

libdir = ${exec_prefix}/lib
lib_LTLIBRARIES = libMath.la
libMath_la_SOURCES = \
MAT3geom.c \
MAT3inv.c \
MAT3mat.c \
MAT3vec.c \
fg_geodesy.c fg_geodesy.h \
fg_random.c fg_random.h \
interpolater.cxx interpolater.hxx \
mat3.h mat3defs.h mat3err.h \
polar3d.c polar3d.h \
vector.c vector.h
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator