X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=zlayer%2FMakefile;h=8096f70e2a0fe3fc4def6254a51ef3112c1c0f84;hb=c698f8c8545d6f2eecd1f8fdcef39fcc38ba1a6d;hp=e9ca4589f7dee0a09f978339393ab15eb480e58c;hpb=3f6af0f3aa9f114cf562c28f2ed0b954e4c5d659;p=egate.git diff --git a/zlayer/Makefile b/zlayer/Makefile index e9ca458..8096f70 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -1,7 +1,13 @@ -# Makefile for Email gateway utilities +# Makefile for Email gateway Z39.50 interface # Europagate, 1995 # -# Makefile,v +# $Log: Makefile,v $ +# Revision 1.6 1995/02/23 10:09:39 adam +# Minor changes. +# +# Revision 1.5 1995/02/23 08:32:25 adam +# Changed header. +# # Revision 1.3 1995/02/22 08:51:49 adam # Definition of CPP changed. # @@ -11,13 +17,13 @@ # Revision 1.1 1995/02/16 14:47:55 quinn # First kick. # -# +SHELL=/bin/sh +ZDEFS=-DLOW_TO_HIGH -Dfar= ZPRE=/home/proj/zdist/zdist102b1-1/libz3950 ZINC=-I$(ZPRE) ZLIB=$(ZPRE)/libz3950.a -SHELL=/bin/sh INCLUDE=-I. -I../include $(ZINC) CFLAGS=-g -Wall -pedantic -ansi TPROG1=test @@ -25,7 +31,6 @@ LIB=../lib/libzass.a PO=zaccess.o CPP=$(CC) -E DEFS=$(INCLUDE) -ZDEFS=-DHIGH_TO_LOW -Dfar= all: $(LIB) @@ -48,11 +53,11 @@ depend: depend2 depend1: mv Makefile Makefile.tmp sed '/^#Depend/q' Makefile - $(CPP) $(INCLUDE) -M *.c >>Makefile + $(CPP) $(ZDEFS) $(INCLUDE) -M *.c >>Makefile -rm Makefile.tmp depend2: - $(CPP) $(INCLUDE) -M *.c >.depend + $(CPP) $(ZDEFS) $(INCLUDE) -M *.c >.depend ifeq (.depend,$(wildcard .depend)) include .depend