From 4e3fa5f1f31e62c30611c05152c17c3835c3f529 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 5 Jul 1995 10:06:11 +0000 Subject: [PATCH] More documentation. CCL and LICENSE. --- Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index d3bfa47..01f029a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Top level Makefile for Email gateway. # Europagate, 1994-1995. # -# $Id: Makefile,v 1.22 1995/07/03 08:19:34 adam Exp $ +# $Id: Makefile,v 1.23 1995/07/05 10:06:11 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -17,16 +17,17 @@ LIBDIR=/usr/local/lib/emailgw #NETLIB=-lnsl -lsocket # If you are using YAZ uncomment these lines -ZACC=zlayer-yaz -ZINC=-I../../yaz/include -ZLIB=../../yaz/libyaz.a -ZDEFS= +#ZACC=zlayer-yaz +#ZINC=-I../../yaz/include +#ZLIB=../../yaz/libyaz.a +#ZDEFS= # If you are using Zdist uncomment these lines -#ZACC=zlayer-zdist -#ZINC=-I/usr/local/emailgw/src/zdist102b1-1/libz3950 -#ZLIB=/usr/local/emailgw/src/zdist102b1-1/libz3950/libz3950.a -#ZDEFS=-DLOW_TO_HIGH -Dfar= +ZACC=zlayer-zdist +ZINC=-I/home/proj/zdist/zdist102b1-1/libz3950 +ZLIB=/home/proj/zdist/zdist102b1-1/libz3950/libz3950.a + +ZDEFS=-DLOW_TO_HIGH -Dfar= SUBDIR=res+log util ccl fml $(ZACC) kernel -- 1.7.10.4