X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.in;h=428f2a9d6de5612a56cbffffd00e820da65e523a;hb=bf7ee634e855d15e955d06e7b225d2045abd518a;hp=5c2db4f2ae50d72ff3212afdd66596607bce8594;hpb=1fbf9907e66c5697b9537a1a4849295c05b12b6b;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.in b/ccl/Makefile.in index 5c2db4f..428f2a9 100644 --- a/ccl/Makefile.in +++ b/ccl/Makefile.in @@ -2,7 +2,17 @@ # Europagate, 1995 # # $Log: Makefile.in,v $ -# Revision 1.1 1998-08-21 14:13:26 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 # Added GNU Configure script to build Makefiles. # # Revision 1.8 1997/09/17 12:10:28 adam @@ -54,19 +64,19 @@ SHELL=/bin/sh CC=@CC@ CPP=@CPP@ RANLIB=@RANLIB@ -CDEFS=@DEFS@ @ODEFS@ -ELIBS=@LIBS@ +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) all: $(LIB) $(PROG): $(PROG).o $(LIB) - $(CC) $(CFLAGS) -o $(PROG) $(PROG).o $(LIB) + $(CC) $(CFLAGS) -o $(PROG) $(PROG).o $(LIB) $(LIBS) $(LIB): $(PO) rm -f $(LIB)