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.
16 lines
354 B
16 lines
354 B
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = downgrad.txt ngconfig.sh readme.txt nupatest.c washprog.c
|
|
|
|
noinst_LTLIBRARIES = libnumparam.la
|
|
|
|
libnumparam_la_SOURCES = \
|
|
spicenum.c \
|
|
xpressn.c \
|
|
mystring.c \
|
|
general.h \
|
|
numpaif.h \
|
|
numparam.h
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|