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.
18 lines
311 B
18 lines
311 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES = libcpl.a
|
|
|
|
libcpl_a_SOURCES = \
|
|
cpl.c \
|
|
cpldest.c \
|
|
cplmdel.c \
|
|
cplparam.c \
|
|
cpldel.c \
|
|
cplload.c \
|
|
cplmpar.c \
|
|
cplsetup.c \
|
|
cplinit.c
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|