From 9f5629c93687790acce8ef189cfac986f3c2d2e6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 22 May 1996 08:37:13 +0000 Subject: [PATCH] Removed CFLAGS definition. --- ccl/Makefile | 4 +++- fml/Makefile | 3 +-- kernel/Makefile | 4 +++- res+log/Makefile | 4 +++- util/Makefile | 4 +++- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ccl/Makefile b/ccl/Makefile index eb0734d..60b2f64 100644 --- a/ccl/Makefile +++ b/ccl/Makefile @@ -2,6 +2,9 @@ # Europagate, 1995 # # $Log: Makefile,v $ +# 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'. # @@ -36,7 +39,6 @@ # 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 diff --git a/fml/Makefile b/fml/Makefile index 08a4b6b..16b0b16 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -1,11 +1,10 @@ # FML interpreter. Europagate, 1995 # -# $Id: Makefile,v 1.15 1995/04/17 09:32:08 adam Exp $ +# $Id: Makefile,v 1.16 1996/05/22 08:37:17 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. $(REGEXINC) TPROG1=fmltest -#CFLAGS=-g -Wall -pedantic CPP=$(CC) -E DEFS=$(INCLUDE) -DUSE_GNU_REGEX=1 LIB=../lib/fml.a diff --git a/kernel/Makefile b/kernel/Makefile index 01f5fcc..6f1e5cb 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -2,6 +2,9 @@ # Europagate, 1995 # # $Log: Makefile,v $ +# Revision 1.29 1996/05/22 08:37:21 adam +# Removed CFLAGS definition. +# # Revision 1.28 1996/01/24 08:28:07 adam # Fix. # @@ -100,7 +103,6 @@ ZLIB=../../yaz/lib/libyaz.a ZDEFS= INCLUDE=-I../include -#CFLAGS=-g -Wall CPP=$(CC) -E DEFS=$(INCLUDE) -DUSE_FML=1 diff --git a/res+log/Makefile b/res+log/Makefile index e62f26c..6190dc1 100644 --- a/res+log/Makefile +++ b/res+log/Makefile @@ -2,6 +2,9 @@ # Europagate, 1994-1995. # # $Log: Makefile,v $ +# Revision 1.9 1996/05/22 08:37:25 adam +# Removed CFLAGS definition. +# # Revision 1.8 1995/11/10 10:19:35 adam # Test programs not build on 'make all'. # @@ -25,7 +28,6 @@ # SHELL=/bin/sh INCLUDE=-I../include -#CFLAGS=-Wall -pedantic -ansi CPP=$(CC) -E TPROG1=gw-log-test TPROG2=gw-res-test diff --git a/util/Makefile b/util/Makefile index ac5555a..1f76566 100644 --- a/util/Makefile +++ b/util/Makefile @@ -2,6 +2,9 @@ # Europagate, 1995 # # $Log: Makefile,v $ +# Revision 1.19 1996/05/22 08:37:29 adam +# Removed CFLAGS definition. +# # Revision 1.18 1996/01/24 10:11:34 adam # Make all builds library only. # @@ -60,7 +63,6 @@ # SHELL=/bin/sh INCLUDE=-I../include -#CFLAGS=-g -Wall -pedantic -ansi TPROG1=iso2709dump TPROG2=gwdbtest LIB=../lib/util.a -- 1.7.10.4