X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2FMakefile;h=ab73261df11eda80ed04634510e297097fe5b75d;hb=84081f9782ee28f9236b0974891f1d6b865992be;hp=568be3c30c60089e6f81dd4ccfd6eb844b21975a;hpb=2ffd22f0b11ad4c3e2df52a3a5db17046655d8c8;p=egate.git diff --git a/www/Makefile b/www/Makefile index 568be3c..ab73261 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,7 +1,7 @@ # Makefile for www gateway utility # Europagate, 1995 # -# $Id: Makefile,v 1.23 1996/01/09 17:14:34 adam Exp $ +# $Id: Makefile,v 1.26 1996/01/24 16:59:27 adam Exp $ # SHELL=/bin/sh # @@ -17,7 +17,7 @@ TCLLIB=/usr/local/lib/libtcl7.4.a TCLINC=-I/usr/local/include # WSCRIPTS=egwscript targets.egw query.egw search.egw showfull.egw z39util.tcl \ - mtargets.egw mquery.egw msearch.egw history.egw + mtargets.egw mquery.egw msearch.egw history.egw tform.egw tdefine.egw HSCRIPTS=egwindex.html CONFFILES=ztargets.conf TPROG1=egwcgi @@ -48,15 +48,15 @@ DEFS=$(INCLUDE) $(ZDEFS) -DCGIDIR=\"$(CGIDIR)\" -DEGWDIR=\"$(EGWDIR)\" \ all: $(TPROG1) $(TPROG2) -$(TPROG1): $(P1) - $(CC) $(CFLAGS) -o $(TPROG1) $(P1) $(OLIB) +$(TPROG1): $(P1) $(OLIB) + $(CC) $(CFLAGS) -o $(TPROG1) $(P1) $(OLIB) $(ZLIB) -$(TPROG2): $(P2) +$(TPROG2): $(P2) $(OLIB) $(CC) $(CFLAGS) -o $(TPROG2) $(P2) $(OLIB) $(LIBIRTCL) \ $(NETLIB) $(TCLLIB) -lm -$(TPROG3): $(P3) - $(CC) $(CFLAGS) -o $(TPROG3) $(P3) $(OLIB) +$(TPROG3): $(P3) $(OLIB) + $(CC) $(CFLAGS) -o $(TPROG3) $(P3) $(OLIB) $(ZLIB) install: install.prog install.script