X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile;h=471437bc972cb6db84e4553018cd0338e8069014;hb=ebbedbe0d49ac7cae8d511bf051eed59d9e14e50;hp=ed65b6f840c10a8d99409c45586e91491c202264;hpb=4e18b8d09c20492ad6ac107a0037299ff4519844;p=egate.git diff --git a/Makefile b/Makefile index ed65b6f..471437b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Top level Makefile for Email gateway. # Europagate, 1994-1995. # -# $Id: Makefile,v 1.24 1995/07/05 10:19:42 adam Exp $ +# $Id: Makefile,v 1.27 1995/11/14 16:31:19 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -28,7 +28,7 @@ ZDEFS= #ZLIB=/home/proj/zdist/zdist102b1-1/libz3950/libz3950.a #ZDEFS=-DLOW_TO_HIGH -Dfar= -SUBDIR=res+log util ccl fml $(ZACC) kernel +SUBDIR=res+log util ccl fml $(ZACC) kernel www all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" NETLIB="$(NETLIB)" REGEXOBJ="$(REGEXOBJ)" REGEXINC="$(REGEXINC)" ZDEFS="$(ZDEFS)"; then cd ..; else exit 1; fi; done