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.
30 lines
487 B
30 lines
487 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libnumd.la
|
|
|
|
libnumd_la_SOURCES = \
|
|
numd.c \
|
|
numdacld.c \
|
|
numdask.c \
|
|
numddefs.h \
|
|
numddel.c \
|
|
numddest.c \
|
|
numddump.c \
|
|
numdext.h \
|
|
numdinit.c \
|
|
numdinit.h \
|
|
numditf.h \
|
|
numdload.c \
|
|
numdmdel.c \
|
|
numdmpar.c \
|
|
numdparm.c \
|
|
numdpzld.c \
|
|
numdset.c \
|
|
numdtemp.c \
|
|
numdtrun.c
|
|
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
|
AM_CFLAGS = $(STATIC)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|