2003-08-11 21:38:20 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2003-08-14 01:27:50 +02:00
|
|
|
noinst_LIBRARIES = libmathmisc.a
|
2003-08-11 21:38:20 +02:00
|
|
|
|
2003-08-14 01:27:50 +02:00
|
|
|
libmathmisc_a_SOURCES = \
|
2003-08-11 21:38:20 +02:00
|
|
|
accuracy.c \
|
|
|
|
|
accuracy.h \
|
2004-02-14 20:19:23 +01:00
|
|
|
bernoull.h \
|
2003-08-11 21:38:20 +02:00
|
|
|
bernoull.c \
|
|
|
|
|
erfc.c \
|
2004-02-14 20:19:23 +01:00
|
|
|
norm.h \
|
2003-08-11 21:38:20 +02:00
|
|
|
norm.c
|
|
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|