Converting to Gnu autoconf system.

This commit is contained in:
curt
1998-04-03 22:10:27 +00:00
parent aa645019e9
commit 37488d0f7e
9 changed files with 686 additions and 61 deletions

14
Math/Makefile.am Normal file
View File

@@ -0,0 +1,14 @@
libdir = ${exec_prefix}/lib
lib_LTLIBRARIES = libMath.la
libMath_la_SOURCES = \
MAT3geom.c \
MAT3inv.c \
MAT3mat.c \
MAT3vec.c \
fg_geodesy.c \
fg_random.c \
polar.c \
vector.c
INCLUDES += -I..