Minor changes.
[egate.git] / ccl / Makefile
index 109daa8..60b2f64 100644 (file)
@@ -2,7 +2,13 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.10  1995/05/11 14:03:56  adam
+# Revision 1.12  1996/05/22 08:37:13  adam
+# Removed CFLAGS definition.
+#
+# Revision 1.11  1995/11/10 10:19:10  adam
+# cclsh now build on 'make all'.
+#
+# Revision 1.10  1995/05/11  14:03:56  adam
 # Changes in the reading of qualifier(s). New function: ccl_qual_fitem.
 # New variable ccl_case_sensitive, which controls whether reserved
 # words and field names are case sensitive or not.
 #
 SHELL=/bin/sh
 INCLUDE=-I../include
-#CFLAGS=-g -Wall -pedantic -ansi
 TPROG1=cclsh
 LIB=../lib/ccl.a
 PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o cclqfile.o cclstr.o
 CPP=$(CC) -E
 DEFS=$(INCLUDE)
 
-all: $(LIB) $(TPROG1)
+all: $(LIB)
 
 $(TPROG1): $(TPROG1).o $(LIB)
        $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB)