Converting to Gnu autoconf system.
This commit is contained in:
14
Math/Makefile.am
Normal file
14
Math/Makefile.am
Normal 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..
|
||||
Reference in New Issue
Block a user