From e4846d00ee5f4ee891550cf47ee4c1cb6b113ab7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 22 Feb 1995 08:50:28 +0000 Subject: [PATCH] Definition of CPP changed. --- ccl/Makefile | 8 +++++--- res+log/Makefile | 10 ++++++---- util/Makefile | 7 +++++-- zlayer/Makefile | 7 +++++-- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/ccl/Makefile b/ccl/Makefile index d733398..8a2b33c 100644 --- a/ccl/Makefile +++ b/ccl/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.3 1995/02/14 10:25:55 adam +# 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 @@ -14,11 +17,10 @@ SHELL=/bin/sh INCLUDE=-I../include CFLAGS=-g -Wall -pedantic -ansi -CC=gcc 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) diff --git a/res+log/Makefile b/res+log/Makefile index 364cdb2..fc5a126 100644 --- a/res+log/Makefile +++ b/res+log/Makefile @@ -2,14 +2,16 @@ # Europagate, 1994-1995. # # $Log: Makefile,v $ -# Revision 1.1 1995/02/09 17:27:10 adam -# Initial revision +# Revision 1.2 1995/02/22 08:51:44 adam +# Definition of CPP changed. +# +# Revision 1.1.1.1 1995/02/09 17:27:11 adam +# Initial version of email gateway under CVS control. # SHELL=/bin/sh INCLUDE=-I../include CFLAGS=-Wall -pedantic -ansi -CPP=gcc -E -CC=gcc +CPP=$(CC) -E TPROG1=gw-log-test TPROG2=gw-res-test LIB=../lib/libres+log.a diff --git a/util/Makefile b/util/Makefile index ed03025..ba4edc6 100644 --- a/util/Makefile +++ b/util/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.4 1995/02/20 21:16:32 adam +# Revision 1.5 1995/02/22 08:51:46 adam +# Definition of CPP changed. +# +# Revision 1.4 1995/02/20 21:16:32 adam # Minor changes. # # Revision 1.3 1995/02/15 17:45:43 adam @@ -22,7 +25,7 @@ CFLAGS=-g -Wall -pedantic -ansi TPROG1=iso2709dump LIB=../lib/util.a PO=iso2709.o iso27dis.o -CPP=cc -E +CPP=$(CC) -E DEFS=$(INCLUDE) all: $(TPROG1) $(TPROG2) diff --git a/zlayer/Makefile b/zlayer/Makefile index 851234d..3bd233d 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.2 1995/02/16 15:01:38 quinn +# Revision 1.3 1995/02/22 08:51:49 adam +# Definition of CPP changed. +# +# Revision 1.2 1995/02/16 15:01:38 quinn # Polished some library-references # # Revision 1.1 1995/02/16 14:47:55 quinn @@ -20,7 +23,7 @@ CFLAGS=-g -Wall -pedantic -ansi TPROG1=test LIB=../lib/libzass.a PO=zaccess.o -CPP=cc -E +CPP=$(CC) -E DEFS=$(INCLUDE) ZDEFS=-DLOW_TO_HIGH -Dfar= -- 1.7.10.4