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.
21 lines
383 B
21 lines
383 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES = libcidersuprt.a
|
|
|
|
libcidersuprt_a_SOURCES = \
|
|
database.c \
|
|
devprint.c \
|
|
geominfo.c \
|
|
globals.c \
|
|
integset.c \
|
|
integuse.c \
|
|
logfile.c \
|
|
mater.c \
|
|
misc.c \
|
|
mobil.c \
|
|
recomb.c \
|
|
suprem.c \
|
|
suprmitf.c
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|