Header files moved to include (used to be z39.50).
[yaz-moved-to-github.git] / ccl / Makefile.in
index 5c2db4f..0f39bfa 100644 (file)
@@ -2,7 +2,20 @@
 # Europagate, 1995
 #
 # $Log: Makefile.in,v $
-# Revision 1.1  1998-08-21 14:13:26  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
 # Added GNU Configure script to build Makefiles.
 #
 # Revision 1.8  1997/09/17 12:10:28  adam
@@ -54,19 +67,19 @@ SHELL=/bin/sh
 CC=@CC@
 CPP=@CPP@
 RANLIB=@RANLIB@
-CDEFS=@DEFS@ @ODEFS@
-ELIBS=@LIBS@
+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)
 
 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)