1
0
Fork 0
flightgear/Math/Makefile.am

17 lines
381 B
Text
Raw Normal View History

1998-04-03 22:10:27 +00:00
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 \
1998-05-02 01:50:09 +00:00
polar3d.c polar3d.h \
vector.c vector.h
1998-04-03 22:10:27 +00:00
1998-04-18 03:53:41 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator