X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.in;h=0f39bfab160885732def8fb3769946d97c491744;hb=62bcf7a811cd3151ac10f93317c9ddfa6b16f539;hp=889b5abf8b21dc7c2f39ca09be39a15090bbde7b;hpb=30d8d86b830a88f1c8f5fef944b6d36150651b9b;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.in b/ccl/Makefile.in index 889b5ab..0f39bfa 100644 --- a/ccl/Makefile.in +++ b/ccl/Makefile.in @@ -2,7 +2,17 @@ # Europagate, 1995 # # $Log: Makefile.in,v $ -# Revision 1.2 1998-08-25 16:19:39 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. +# +# 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 +67,12 @@ SHELL=/bin/sh CC=@CC@ CPP=@CPP@ RANLIB=@RANLIB@ -CDEFS=@DEFS@ @ODEFS@ +CDEFS=@DEFS@ LIBS=@LIBS@ 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)