X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile.web;h=c616be78eedf44e85edb2f5ae39ab328203915a8;hb=f96d9ce1f8c00b469ce235791055124b51db2592;hp=727bf648f55624067824ccffb0097af3217d8895;hpb=5a0f09e655bd92bcc19d417b8fffc0df1aaef61e;p=egate.git diff --git a/Makefile.web b/Makefile.web index 727bf64..c616be7 100644 --- a/Makefile.web +++ b/Makefile.web @@ -1,17 +1,17 @@ # Top level Makefile for the Web - Z39.50 gateway # Europagate, 1995-1996. # -# $Id: Makefile.web,v 1.6 1997/01/27 11:26:19 adam Exp $ +# $Id: Makefile.web,v 1.8 1997/02/19 16:47:04 adam Exp $ # SHELL=/bin/sh MAKE=make #CC=cc CPP=$(CC) -E -VERSION=1.0 +VERSION=1.1 # Install directories -HTTPDDIR=/usr/local/etc/httpd +HTTPDDIR=/var/lib/httpd CGIDIR=$(HTTPDDIR)/cgi-bin HTDOCS=$(HTTPDDIR)/htdocs EGWDIR=$(HTTPDDIR)/egw @@ -29,7 +29,7 @@ IRTCLLIB=$(IRTCLDIR)/libirtcl.a IRTCLINC=-I$(IRTCLDIR) # Other libraries needed on some systems -#ELIB=-lnsl -lsocket +#ELIBS=-lnsl -lsocket # If you are using YAZ uncomment these lines ZINC=-I../../yaz/include @@ -42,7 +42,7 @@ ZDEFS= SUBDIR=res+log util www all: - for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIB="$(ELIB)" ZDEFS="$(ZDEFS)" TCLLIB="$(TCLLIB)" TCLINC="$(TCLINC)" IRTCLLIB="$(IRTCLLIB)" IRTCLINC="$(IRTCLINC)" EGWDIR="$(EGWDIR)"; then cd ..; else exit 1; fi; done + for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIBS="$(ELIBS)" ZDEFS="$(ZDEFS)" TCLLIB="$(TCLLIB)" TCLINC="$(TCLINC)" IRTCLLIB="$(IRTCLLIB)" IRTCLINC="$(IRTCLINC)" EGWDIR="$(EGWDIR)"; then cd ..; else exit 1; fi; done 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