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.
28 lines
444 B
28 lines
444 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libccvs.la
|
|
|
|
libccvs_la_SOURCES = \
|
|
ccvs.c \
|
|
ccvsask.c \
|
|
ccvsdefs.h \
|
|
ccvsext.h \
|
|
ccvsfbr.c \
|
|
ccvsinit.c \
|
|
ccvsinit.h \
|
|
ccvsitf.h \
|
|
ccvsload.c \
|
|
ccvspar.c \
|
|
ccvspzld.c \
|
|
ccvssacl.c \
|
|
ccvsset.c \
|
|
ccvssld.c \
|
|
ccvssprt.c \
|
|
ccvssset.c
|
|
|
|
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
|
AM_CFLAGS = $(STATIC)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|