Removed CFLAGS def.
[egate.git] / ccl / Makefile
index d733398..79512ee 100644 (file)
@@ -2,7 +2,16 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.3  1995/02/14 10:25:55  adam
+# Revision 1.7  1995/03/27 12:49:03  adam
+# Removed CFLAGS def.
+#
+# Revision 1.6  1995/02/23  08:31:58  adam
+# Changed header.
+#
+# Revision 1.4  1995/02/22  08:50:28  adam
+# Definition of CPP changed.
+#
+# 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
 #
 SHELL=/bin/sh
 INCLUDE=-I../include
-CFLAGS=-g -Wall -pedantic -ansi
-CC=gcc
+#CFLAGS=-g -Wall -pedantic -ansi
 TPROG1=cclsh
 LIB=../lib/ccl.a
 PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o
-CPP=cc -E
+CPP=$(CC) -E
 DEFS=$(INCLUDE)
 
 all: $(TPROG1)