X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.in;h=0f39bfab160885732def8fb3769946d97c491744;hb=a19243ec18959150a30c63c521fc5b0af860ce18;hp=6b8f131a40d34df4ade0ef2e69e75e92cbc8c11a;hpb=f69d4aa4609ff3daa71733da1ea0fcd8322ab954;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.in b/ccl/Makefile.in index 6b8f131..0f39bfa 100644 --- a/ccl/Makefile.in +++ b/ccl/Makefile.in @@ -2,7 +2,13 @@ # Europagate, 1995 # # $Log: Makefile.in,v $ -# Revision 1.3 1998-10-28 15:10:03 adam +# Revision 1.5 1999-06-09 09:43:31 adam +# Header files moved to include (used to be z39.50). +# +# Revision 1.4 1999/03/31 11:15:37 adam +# Fixed memory leaks in ccl_find_str and ccl_qual_rm. +# +# Revision 1.3 1998/10/28 15:10:03 adam # Added --with-yc option to configure. For the data1_node in data1.h: # decreased size of localdata and removed member "line" which wasn't useful. # @@ -64,9 +70,9 @@ RANLIB=@RANLIB@ CDEFS=@DEFS@ LIBS=@LIBS@ -INCLUDE=-I../z39.50 -I../include +INCLUDE=-I../include PROG=cclsh -LIB=../lib/ccl.a +LIB=../lib/libccl.a PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o cclqfile.o cclstr.o DEFS=$(INCLUDE) $(CDEFS)