2003-08-11 21:38:20 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2008-09-01 22:29:27 +02:00
|
|
|
noinst_LTLIBRARIES = libmathmisc.la
|
2003-08-11 21:38:20 +02:00
|
|
|
|
2008-09-01 22:29:27 +02:00
|
|
|
libmathmisc_la_SOURCES = \
|
2010-09-17 18:11:25 +02:00
|
|
|
accuracy.c \
|
|
|
|
|
accuracy.h \
|
2004-02-14 20:19:23 +01:00
|
|
|
bernoull.h \
|
2010-09-17 18:11:25 +02:00
|
|
|
bernoull.c \
|
2003-08-11 21:38:20 +02:00
|
|
|
erfc.c \
|
2008-05-11 22:27:28 +02:00
|
|
|
equality.c \
|
2009-01-04 12:17:42 +01:00
|
|
|
isinf.c \
|
2008-05-11 22:27:28 +02:00
|
|
|
isnan.c \
|
|
|
|
|
logb.c \
|
|
|
|
|
scalb.c \
|
2004-02-14 20:19:23 +01:00
|
|
|
norm.h \
|
2008-11-29 21:21:56 +01:00
|
|
|
norm.c \
|
2010-12-19 12:05:03 +01:00
|
|
|
randnumb.c
|
2003-08-11 21:38:20 +02:00
|
|
|
|
2010-09-17 18:24:01 +02:00
|
|
|
|
|
|
|
|
EXTRA_DIST = test_accuracy.c test_erfc.c
|
|
|
|
|
|
2011-12-27 13:05:51 +01:00
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
2012-07-07 13:18:42 +02:00
|
|
|
AM_CFLAGS = $(STATIC)
|
2003-08-11 21:38:20 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|