X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=zlayer%2FMakefile;h=851234d3ffe46ef6b9d1bd1bc0f1349cdaf8287f;hb=e2ca7150cc23d2ad81d0364544ebf0d94f260722;hp=0aee2b57c1a94a3869fe775abd8266e72cae01b5;hpb=8efa8d0416a5c568739f0686bd50af4253667cc6;p=egate.git diff --git a/zlayer/Makefile b/zlayer/Makefile index 0aee2b5..851234d 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.1 1995/02/16 14:47:55 quinn +# 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. # # @@ -15,7 +18,7 @@ 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 DEFS=$(INCLUDE) @@ -24,7 +27,7 @@ ZDEFS=-DLOW_TO_HIGH -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)