You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
422 B
24 lines
422 B
## 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
|