simgear/Math/Makefile.am

17 lines
381 B
Makefile
Raw Normal View History

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