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
458 B
30 lines
458 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libnumd2.la
|
|
|
|
libnumd2_la_SOURCES = \
|
|
nud2.c \
|
|
nud2acld.c \
|
|
nud2ask.c \
|
|
numd2def.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
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|