X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2FMakefile;h=15b376eac4ac07501b92ac1193058e7e32ed7695;hb=f4113fd8e73124a9d0cd210ca98ff0c9d56d4661;hp=0017069a83e8b68fb8d4cad9a22a6b2c22769fa0;hpb=077cc4d735856a5e9c31e16ee75d28e85c67ac62;p=egate.git diff --git a/www/Makefile b/www/Makefile index 0017069..15b376e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,11 +1,12 @@ # Makefile for www gateway utility # Europagate, 1995 # -# $Id: Makefile,v 1.33 1996/03/05 18:50:24 adam Exp $ +# $Id: Makefile,v 1.35 1996/03/07 13:18:52 adam Exp $ # SHELL=/bin/sh ZLIB=../../yaz/lib/libyaz.a +ZINC=-I../../yaz/include IRTCLDIR=../../ir-tcl IRTCLLIB=$(IRTCLDIR)/libirtcl.a @@ -19,7 +20,7 @@ TCLLIB=/usr/local/lib/libtcl7.5.a TCLINC= WSCRIPTS=egwscript targets.egw query.egw search.egw showfull.egw z39util.tcl \ - mtargets.egw mquery.egw msearch.egw history.egw tform.egw tdefine.egw + mtargets.egw mquery.egw msearch.egw history.egw tform.egw tdefine.egw sameas.egw HSCRIPTS=egwindex.html CONFFILES=egw.res ztargets.conf TPROG1=egwcgi @@ -46,7 +47,7 @@ GIFDIR=$(HTDOCS)/egwgif #LOGDIR=/data2/html/egw/logs #GIFDIR=/data2/html/egw/gif -INCLUDE=-I../include $(TCLINC) $(IRTCLINC) +INCLUDE=-I../include $(ZINC) $(TCLINC) $(IRTCLINC) DEFS=$(INCLUDE) $(ZDEFS) -DEGWDIR=\"$(EGWDIR)\" all: $(TPROG1) $(TPROG2)