1
0
Fork 0
flightgear/Math/Makefile.am

16 lines
360 B
Text
Raw Normal View History

1998-07-30 23:42:14 +00:00
noinst_LIBRARIES = libMath.a
1998-04-03 22:10:27 +00:00
1998-07-30 23:42:14 +00:00
libMath_a_SOURCES = \
1998-04-03 22:10:27 +00:00
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.cxx polar3d.hxx \
vector.cxx vector.hxx
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