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.
32 lines
483 B
32 lines
483 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES = libsoi3.a
|
|
|
|
libsoi3_a_SOURCES = \
|
|
soi3.c \
|
|
soi3acld.c \
|
|
soi3ask.c \
|
|
soi3cap.c \
|
|
soi3conv.c \
|
|
soi3defs.h \
|
|
soi3del.c \
|
|
soi3dest.c \
|
|
soi3ext.h \
|
|
soi3ic.c \
|
|
soi3init.c \
|
|
soi3init.h \
|
|
soi3itf.h \
|
|
soi3load.c \
|
|
soi3mask.c \
|
|
soi3mdel.c \
|
|
soi3mpar.c \
|
|
soi3nois.c \
|
|
soi3par.c \
|
|
soi3set.c \
|
|
soi3temp.c \
|
|
soi3trun.c
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|