X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=www%2FMakefile;h=ae58bd17ed6dfb00b232f59219256e38b017768d;hb=c1c09b4242df9a16cd11477deea2e35f8ff57fec;hp=e2efd2b062c022e1e08566644ddca3c03abeb6c0;hpb=a6f3beb071fe8c894ee6c846c86296c84f48e3d4;p=egate.git diff --git a/www/Makefile b/www/Makefile index e2efd2b..ae58bd1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.5 1995/10/27 15:12:02 adam +# Revision 1.6 1995/10/27 17:30:15 adam +# First search request/response that works. +# +# Revision 1.5 1995/10/27 15:12:02 adam # IrTcl incorporated in the gateway. # Better separation of script types. # Z39.50 gateway scripts entered. @@ -58,7 +61,9 @@ $(TPROG2): $(P2) $(TPROG3): $(P3) $(CC) $(CFLAGS) -o $(TPROG3) $(P3) $(OLIB) -install: $(TPROG1) $(TPROG2) +install: install.prog install.script + +install.prog: $(TPROG1) $(TPROG2) @for x in $(TPROG1) $(TPROG2); do \ echo Installing $$x; \ cp $$x $(CGIBIN); \ @@ -67,6 +72,8 @@ install: $(TPROG1) $(TPROG2) ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwtcl; \ ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwirtcl; \ ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwhtml + +install.script: @for x in $(WSCRIPTS); do \ echo Installing $$x; \ cp $$x $(CGIBIN); \