X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=zlayer%2FMakefile;h=07674e13c85e900cb5962eea6b6fb72c78485918;hb=8467171ebdb5f018740de8d82149c8ccc53d2815;hp=0aee2b57c1a94a3869fe775abd8266e72cae01b5;hpb=8efa8d0416a5c568739f0686bd50af4253667cc6;p=egate.git diff --git a/zlayer/Makefile b/zlayer/Makefile index 0aee2b5..07674e1 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -1,10 +1,18 @@ -# Makefile for Email gateway utilities +# Makefile for Email gateway Z39.50 interface # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.1 1995/02/16 14:47:55 quinn -# First kick. +# 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. # +# Revision 1.2 1995/02/16 15:01:38 quinn +# Polished some library-references +# +# Revision 1.1 1995/02/16 14:47:55 quinn +# First kick. # ZPRE=/home/proj/zdist/zdist102b1-1/libz3950 @@ -15,16 +23,16 @@ SHELL=/bin/sh INCLUDE=-I. -I../include $(ZINC) CFLAGS=-g -Wall -pedantic -ansi TPROG1=test -LIB=../lib/zaccess.a +LIB=../lib/libzass.a PO=zaccess.o -CPP=cc -E +CPP=$(CC) -E DEFS=$(INCLUDE) -ZDEFS=-DLOW_TO_HIGH -Dfar= +ZDEFS=-DHIGH_TO_LOW -Dfar= all: $(LIB) $(TPROG1): $(TPROG1).o $(LIB) - $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) + $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) $(ZLIB) ../lib/libres+log.a $(LIB): $(PO) rm -f $(LIB)