Minor changes of the api of this module. FILE* argument added
[egate.git] / ccl / Makefile
index 20984f1..d733398 100644 (file)
@@ -2,7 +2,13 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.1  1995/02/13 12:35:20  adam
+# Revision 1.3  1995/02/14 10:25:55  adam
+# The constructions 'qualifier rel term ...' implemented.
+#
+# Revision 1.2  1995/02/13  15:15:06  adam
+# Added handling of qualifiers. Not finished yet.
+#
+# Revision 1.1  1995/02/13  12:35:20  adam
 # First version of CCL. Qualifiers aren't handled yet.
 #
 SHELL=/bin/sh
@@ -11,7 +17,7 @@ CFLAGS=-g -Wall -pedantic -ansi
 CC=gcc
 TPROG1=cclsh
 LIB=../lib/ccl.a
-PO=cclfind.o ccltoken.o cclerrms.o
+PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o
 CPP=cc -E
 DEFS=$(INCLUDE)