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.
15 lines
334 B
15 lines
334 B
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = downgrad.txt ngconfig.sh readme.txt nupatest.c washprog.c
|
|
|
|
noinst_LIBRARIES = libnumparam.a
|
|
|
|
libnumparam_a_SOURCES = \
|
|
spicenum.c \
|
|
xpressn.c \
|
|
mystring.c \
|
|
general.h \
|
|
numparam.h
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|