X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile;h=60b2f64eca0eb05e999497fc579e8abae18eb228;hb=HEAD;hp=841ec93af6d1138170cdd0264fae30a9505d1e41;hpb=db407de046272b028cf37338c9427846d97dfcf3;p=egate.git diff --git a/ccl/Makefile b/ccl/Makefile index 841ec93..60b2f64 100644 --- a/ccl/Makefile +++ b/ccl/Makefile @@ -2,7 +2,18 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.9 1995/04/17 09:31:34 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. +# +# Revision 1.9 1995/04/17 09:31:34 adam # Improved handling of qualifiers. Aliases or reserved words. # # Revision 1.8 1995/04/10 10:22:35 quinn @@ -28,10 +39,9 @@ # 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 +PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o cclqfile.o cclstr.o CPP=$(CC) -E DEFS=$(INCLUDE)