X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=471437bc972cb6db84e4553018cd0338e8069014;hb=71ad5b6272d0bc6320bea6c1ec10f5e10bbfe8ef;hp=73b15908190dc5b350b12263646b59637a9b93e1;hpb=9138053e666a052b898ebd2792f37154dea70e61;p=egate.git diff --git a/Makefile b/Makefile index 73b1590..471437b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Top level Makefile for Email gateway. # Europagate, 1994-1995. # -# $Id: Makefile,v 1.25 1995/07/11 11:48:59 adam Exp $ +# $Id: Makefile,v 1.27 1995/11/14 16:31:19 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -10,8 +10,8 @@ CPP=$(CC) -E LIBDIR=/usr/local/lib/emailgw # GNU regex package location -#REGEXOBJ=../../regex-0.12/regex.o -#REGEXINC=-I../../regex-0.12 +#REGEXOBJ=/usr/local/gnu/regex-0.12/regex.o +#REGEXINC=-I/usr/local/gnu/regex-0.12 # Other libraries libraries needed on some systems #NETLIB=-lnsl -lsocket @@ -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