X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=www%2FMakefile;h=be88fa78060e0bc3e0fac480a88f7273671df337;hb=cbf0ef7549f996f4d96f41c6dafa76dc17dd7782;hp=ae58bd17ed6dfb00b232f59219256e38b017768d;hpb=4a4288c5b72d694c1ca2c1c08926d1e10f01cc48;p=egate.git diff --git a/www/Makefile b/www/Makefile index ae58bd1..be88fa7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.6 1995/10/27 17:30:15 adam +# Revision 1.7 1995/10/31 16:56:23 adam +# Record presentation. +# +# 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 @@ -23,15 +26,17 @@ # First version of www gateway. # SHELL=/bin/sh -INCLUDE=-I../include # +ZDEFS= +ZINC=-I../../yaz/include +ZLIB=../../yaz/lib/libyaz.a MOSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a -LIBIRTCL=/usr/local/lib/libirtcl.a ../../yaz/lib/libyaz.a $(MOSILIB) +LIBIRTCL=/usr/local/lib/libirtcl.a $(ZLIB) $(MOSILIB) # -#CFLAGS=-g -Wall -pedantic -ansi OLIB=../lib/libres+log.a TCLLIB=/usr/local/lib/libtcl7.4.a -WSCRIPTS=egwscript targets.egw query.egw search.egw +# +WSCRIPTS=egwscript targets.egw query.egw search.egw showfull.egw HSCRIPTS=egwindex.html CONFFILES=ztargets.conf GIFFILES=webgate.gif @@ -42,7 +47,9 @@ P1=wcgi.o P2=wproto.o winterp.o wsh.o wtcl.o whtml.o wirtcl.o P3=wproto.o wtest.o CPP=$(CC) -E -DEFS=$(INCLUDE) +# +INCLUDE=-I../include $(ZINC) +DEFS=$(INCLUDE) $(ZDEFS) HTTPDDIR=/usr/local/etc/httpd CGIBIN=$(HTTPDDIR)/cgi-bin