X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.email;fp=Makefile.email;h=f7fc784843449b7e53613a2b3e896a9e33821ab9;hb=f90ade3a7c770f660f06219e8254647d2a2a3cd2;hp=4acddf0af8f01c92348a140b02520b68f992c414;hpb=0cad10a308d1f636ff5661ac543b38251e74d323;p=egate.git diff --git a/Makefile.email b/Makefile.email index 4acddf0..f7fc784 100644 --- a/Makefile.email +++ b/Makefile.email @@ -1,14 +1,14 @@ # 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 -------------------------------------- @@ -20,7 +20,7 @@ EMAILLIBDIR=/usr/local/lib/emailgw #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 @@ -40,7 +40,7 @@ ZDEFS= 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