X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=968a20d7fd284c790202068a80fa30c5f437a99d;hb=733e43ac3eed3b6c0c52a14dcb6f20c3fd2bc3ae;hp=791b660f2c67df76748362e8a2db8d938e514d3c;hpb=53f8559a49afcdd896a5174ec0fbac82b518cc18;p=egate.git diff --git a/Makefile b/Makefile index 791b660..968a20d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Top level Makefile for the Z39.50 gateway (Web and email) # Europagate, 1995-1996. # -# $Id: Makefile,v 1.35 1996/08/05 09:33:53 adam Exp $ +# $Id: Makefile,v 1.36 1996/08/05 10:27:58 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -33,19 +33,19 @@ TCLLIB=/usr/local/lib/libtcl7.5.a -lm TCLINC=-I/usr/local/include # Location of IrTcl -IRTCLDIR=../ir-tcl +IRTCLDIR=../../ir-tcl IRTCLLIB=$(IRTCLDIR)/libirtcl.a IRTCLINC=-I$(IRTCLDIR) # Common settings --------------------------------------------- -# Other libraries libraries needed on some systems +# Other libraries needed on some systems #ELIB=-lnsl -lsocket # If you are using YAZ uncomment these lines ZACC=zlayer-yaz -ZINC=-I../yaz/include -ZLIB=../yaz/lib/libyaz.a +ZINC=-I../../yaz/include +ZLIB=../../yaz/lib/libyaz.a ZDEFS= # If you are using Zdist uncomment these lines @@ -128,6 +128,7 @@ distribution: rm -fr tmp; \ fi mkdir tmp; cd tmp; cvs export -f -D now egate + cd tmp/egate/www; rm *wais*.[ch] cd tmp; mv egate egate-$(VERSION) cd tmp/egate-$(VERSION); make taildepend cd tmp/egate-$(VERSION)/doc; make all