30 lines
451 B
Makefile
30 lines
451 B
Makefile
## 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 = -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|