X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2FMakefile;h=0017069a83e8b68fb8d4cad9a22a6b2c22769fa0;hb=309c35b155c617707995d52197f64f7e17d143a2;hp=11d3b941ac0b972a2cc1ebcf37ead31cad238bb4;hpb=2db244d8b36c27ed7af8591fe334869fef60c57b;p=egate.git diff --git a/www/Makefile b/www/Makefile index 11d3b94..0017069 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,7 +1,7 @@ # Makefile for www gateway utility # Europagate, 1995 # -# $Id: Makefile,v 1.32 1996/02/29 15:41:38 adam Exp $ +# $Id: Makefile,v 1.33 1996/03/05 18:50:24 adam Exp $ # SHELL=/bin/sh @@ -66,7 +66,8 @@ WAISDIR=../../freeWAIS-sf-2.0 WAISLIB=$(IRTCLDIR)/wais-tcl.o $(WAISDIR)/ir/libwais.a $(TPROG4): $(P4) $(OLIB) - $(CC) $(CFLAGS) -o $(TPROG4) $(P4) $(OLIB) $(IRTCLLIB) \ + $(CC) $(CFLAGS) -o $(TPROG4) $(P4) \ + $(OLIB) $(IRTCLLIB) \ $(WAISLIB) $(ZLIB) $(MOSILIB) $(NETLIB) $(TCLLIB) -lm install: install.prog install.script install.gif @@ -94,6 +95,11 @@ install.prog: $(TPROG1) $(TPROG2) rm -f $(EGWDIR)/$$p; \ ln $(EGWDIR)/$(TPROG2) $(EGWDIR)/$$p; \ done + @if [ -x $(TPROG4) ]; then \ + echo Installing $(TPROG4); \ + cp $(TPROG4) $(EGWDIR)/$(TPROG4); \ + chmod a+x $(EGWDIR)/$(TPROG4); \ + fi install.script: @if [ ! -d $(EGWDIR) ]; then \