X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=Makefile.web;h=55327410b10c5e4b2105483f06e85f4f3372a448;hb=644da8e5a840d868f7b31cf94fea111d0fa43a4a;hp=150c4f33ad5bdc7a75651f49d782938bcf047130;hpb=31fe48365bb01d1b4e9683cb074a7303d1f10d40;p=egate.git diff --git a/Makefile.web b/Makefile.web index 150c4f3..5532741 100644 --- a/Makefile.web +++ b/Makefile.web @@ -1,7 +1,7 @@ # Top level Makefile for the Web - Z39.50 gateway # Europagate, 1995-1996. # -# $Id: Makefile.web,v 1.4 1996/09/03 14:06:38 adam Exp $ +# $Id: Makefile.web,v 1.5 1997/01/24 13:11:31 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -11,14 +11,16 @@ CPP=$(CC) -E VERSION=1.0 # Install directories -HTTPDDIR=/usr/local/etc/httpd +HTTPDDIR=/var/lib/httpd CGIDIR=$(HTTPDDIR)/cgi-bin HTDOCS=$(HTTPDDIR)/htdocs EGWDIR=$(HTTPDDIR)/egw GIFDIR=$(HTDOCS)/egwgif +EGWUSER=nobody + # Location of Tcl -TCLLIB=/usr/local/lib/libtcl7.5.a -lm +TCLLIB=-L/usr/local/lib -ltcl8.0 -lm TCLINC=-I/usr/local/include # Location of IrTcl @@ -46,7 +48,7 @@ dep depend: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" CPP="$(CPP)" ZDEFS="$(ZDEFS)" TCLINC="$(TCLINC)" IRTCLINC="$(IRTCLINC)" depend; then cd ..; else exit 1; fi; done install: - cd www; $(MAKE) HTTPDDIR="$(HTTPDDIR)" CGIDIR="$(CGIDIR)" HTDOCS="$(HTDOCS)" EGWDIR="$(EGWDIR)" GIFDIR="$(GIFDIR)" install + cd www; $(MAKE) HTTPDDIR="$(HTTPDDIR)" CGIDIR="$(CGIDIR)" HTDOCS="$(HTDOCS)" EGWDIR="$(EGWDIR)" GIFDIR="$(GIFDIR)" EGWUSER="$(EGWUSER)" install clean: -rm -f lib/*.a