## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES = libderiv.la libderiv_la_SOURCES = \ atander.c \ cosderiv.c \ cubeder.c \ divderiv.c \ equalder.c \ expderiv.c \ invderiv.c \ multder.c \ plusder.c \ powderiv.c \ sqrtder.c \ tanderiv.c \ timesder.c AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include AM_CFLAGS = $(STATIC) MAINTAINERCLEANFILES = Makefile.in