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
454 B
30 lines
454 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES = libnumd2.a
|
|
|
|
libnumd2_a_SOURCES = \
|
|
nud2.c \
|
|
nud2acld.c \
|
|
nud2ask.c \
|
|
numd2defs.h \
|
|
nud2del.c \
|
|
nud2dest.c \
|
|
nud2dump.c \
|
|
numd2ext.h \
|
|
numd2init.c \
|
|
numd2init.h \
|
|
numd2itf.h \
|
|
nud2load.c \
|
|
nud2mdel.c \
|
|
nud2mpar.c \
|
|
nud2parm.c \
|
|
nud2pzld.c \
|
|
nud2set.c \
|
|
nud2temp.c \
|
|
nud2trun.c
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|