ngspice/src/maths/misc/Makefile.am

27 lines
443 B
Makefile
Raw Normal View History

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