ngspice/src/maths/misc/Makefile.am

21 lines
343 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 \
isnan.c \
logb.c \
scalb.c \
norm.h \
norm.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in