X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=www%2FMakefile;h=e2efd2b062c022e1e08566644ddca3c03abeb6c0;hb=a6f3beb071fe8c894ee6c846c86296c84f48e3d4;hp=8d73a0eeb77e8d6111d116329f8d8fabdc215def;hpb=d66a4b9debb168d9a03368429bcc933c57553c74;p=egate.git diff --git a/www/Makefile b/www/Makefile index 8d73a0e..e2efd2b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2,7 +2,12 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.4 1995/10/23 17:04:16 adam +# 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. +# +# Revision 1.4 1995/10/23 17:04:16 adam # Added some initial z39 gateway scripts. # # Revision 1.3 1995/10/23 16:55:33 adam @@ -16,9 +21,13 @@ # SHELL=/bin/sh INCLUDE=-I../include +# +MOSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a +LIBIRTCL=/usr/local/lib/libirtcl.a ../../yaz/lib/libyaz.a $(MOSILIB) +# #CFLAGS=-g -Wall -pedantic -ansi OLIB=../lib/libres+log.a -TCLLIB=/usr/local/lib/libtcl7.5.a +TCLLIB=/usr/local/lib/libtcl7.4.a WSCRIPTS=egwscript targets.egw query.egw search.egw HSCRIPTS=egwindex.html CONFFILES=ztargets.conf @@ -27,7 +36,7 @@ TPROG1=egwcgi TPROG2=egwsh TPROG3=wtest P1=wcgi.o -P2=wproto.o winterp.o wsh.o wtcl.o whtml.o +P2=wproto.o winterp.o wsh.o wtcl.o whtml.o wirtcl.o P3=wproto.o wtest.o CPP=$(CC) -E DEFS=$(INCLUDE) @@ -44,7 +53,7 @@ $(TPROG1): $(P1) $(CC) $(CFLAGS) -o $(TPROG1) $(P1) $(OLIB) $(TPROG2): $(P2) - $(CC) $(CFLAGS) -o $(TPROG2) $(P2) $(OLIB) $(TCLLIB) -lm + $(CC) $(CFLAGS) -o $(TPROG2) $(P2) $(OLIB) $(LIBIRTCL) $(TCLLIB) -lm $(TPROG3): $(P3) $(CC) $(CFLAGS) -o $(TPROG3) $(P3) $(OLIB) @@ -56,6 +65,7 @@ install: $(TPROG1) $(TPROG2) chmod +x $(CGIBIN)/$$x; \ done; \ ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwtcl; \ + ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwirtcl; \ ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwhtml @for x in $(WSCRIPTS); do \ echo Installing $$x; \