X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.in;h=428f2a9d6de5612a56cbffffd00e820da65e523a;hb=919441ddfbd885d783323cb1d23ee372d0be9ad0;hp=889b5abf8b21dc7c2f39ca09be39a15090bbde7b;hpb=30d8d86b830a88f1c8f5fef944b6d36150651b9b;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.in b/ccl/Makefile.in index 889b5ab..428f2a9 100644 --- a/ccl/Makefile.in +++ b/ccl/Makefile.in @@ -2,7 +2,14 @@ # Europagate, 1995 # # $Log: Makefile.in,v $ -# Revision 1.2 1998-08-25 16:19:39 adam +# 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. +# +# Revision 1.2 1998/08/25 16:19:39 adam # Minor changes to Makefile(s). # # Revision 1.1 1998/08/21 14:13:26 adam @@ -57,12 +64,12 @@ SHELL=/bin/sh CC=@CC@ CPP=@CPP@ RANLIB=@RANLIB@ -CDEFS=@DEFS@ @ODEFS@ +CDEFS=@DEFS@ LIBS=@LIBS@ -INCLUDE=-I../include +INCLUDE=-I../z39.50 -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)