# Top level Makefile for the Email - Z39.50 gateway
# Europagate, 1995-1996.
#
-# $Id: Makefile.email,v 1.6 1996/09/03 14:06:38 adam Exp $
+# $Id: Makefile.email,v 1.7 1997/02/19 16:47:03 adam Exp $
#
SHELL=/bin/sh
MAKE=make
#CC=cc
CPP=$(CC) -E
-VERSION=1.0
+VERSION=1.1
# Email gateway settings --------------------------------------
#REGEXINC=-I../../../pd-src/regex-0.12
# Other libraries needed on some systems
-#ELIB=-lnsl -lsocket
+#ELIBS=-lnsl -lsocket
# If you are using YAZ uncomment these lines
ZACC=zlayer-yaz
SUBDIR=res+log util ccl fml $(ZACC) kernel
all:
- for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIB="$(ELIB)" REGEXOBJ="$(REGEXOBJ)" REGEXINC="$(REGEXINC)" ZDEFS="$(ZDEFS)"; then cd ..; else exit 1; fi; done
+ for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIBS="$(ELIBS)" REGEXOBJ="$(REGEXOBJ)" REGEXINC="$(REGEXINC)" ZDEFS="$(ZDEFS)"; then cd ..; else exit 1; fi; done
dep depend:
for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" CPP="$(CPP)" REGEXINC="$(REGEXINC)" ZDEFS="$(ZDEFS)" depend; then cd ..; else exit 1; fi; done
# Top level Makefile for the Web - Z39.50 gateway
# Europagate, 1995-1996.
#
-# $Id: Makefile.web,v 1.7 1997/02/10 10:15:10 adam Exp $
+# $Id: Makefile.web,v 1.8 1997/02/19 16:47:04 adam Exp $
#
SHELL=/bin/sh
MAKE=make
#CC=cc
CPP=$(CC) -E
-VERSION=1.0
+VERSION=1.1
# Install directories
HTTPDDIR=/var/lib/httpd
IRTCLINC=-I$(IRTCLDIR)
# Other libraries needed on some systems
-#ELIB=-lnsl -lsocket
+#ELIBS=-lnsl -lsocket
# If you are using YAZ uncomment these lines
ZINC=-I../../yaz/include
SUBDIR=res+log util www
all:
- for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIB="$(ELIB)" ZDEFS="$(ZDEFS)" TCLLIB="$(TCLLIB)" TCLINC="$(TCLINC)" IRTCLLIB="$(IRTCLLIB)" IRTCLINC="$(IRTCLINC)" EGWDIR="$(EGWDIR)"; then cd ..; else exit 1; fi; done
+ for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIBS="$(ELIBS)" ZDEFS="$(ZDEFS)" TCLLIB="$(TCLLIB)" TCLINC="$(TCLINC)" IRTCLLIB="$(IRTCLLIB)" IRTCLINC="$(IRTCLINC)" EGWDIR="$(EGWDIR)"; then cd ..; else exit 1; fi; done
dep depend:
for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" CPP="$(CPP)" ZDEFS="$(ZDEFS)" TCLINC="$(TCLINC)" IRTCLINC="$(IRTCLINC)" depend; then cd ..; else exit 1; fi; done
See LICENSE for details.
-Version 1.0 $Date: 1996/08/28 08:25:04 $
+Version 1.1 $Date: 1997/02/19 16:47:04 $
Europagate Home Page: http://europagate.dtv.dk
See LICENSE for details.
-Version 1.0 p1 $Date: 1997/01/24 13:14:08 $
+Version 1.1 p1 $Date: 1997/02/19 16:47:04 $
Europagate Home Page: http://europagate.dtv.dk
<!doctype linuxdoc system>
<!--
- $Id: web.sgml,v 1.4 1996/08/28 09:35:54 adam Exp $
+ $Id: web.sgml,v 1.5 1997/02/19 16:47:07 adam Exp $
-->
<article>
<title>Web/Z39.50 gateway guide
<author>Europagate, 1996 <htmlurl url="http://europagate.dtv.dk"
name="http://europagate.dtv.dk">
-<date>$Revision: 1.4 $
+<date>$Revision: 1.5 $
<abstract>
This document describes a Web server that provides access to the
Z39.50 protocol.
<tt/Makefile/. Specify where the YAZ package can be found by setting
the the include path <tt/ZINC/, and the YAZ library <tt/ZLIB/.
Some systems need extra socket libraries - in this case set the
-<tt/ELIB/ variable. You need also to define the location of Tcl:
+<tt/ELIBS/ variable. You need also to define the location of Tcl:
<tt/TCLLIB/ and <tt/TCLINC/ - and the location of IrTcl:
<tt/IRTCLLIB/ and <tt/IRTCLINC/.