X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile;h=d8d51c64159f72f26d7c4c71372b39ee871f8c38;hb=918a8257a2f64e0965abc4c48eea774949c19883;hp=ed65b6f840c10a8d99409c45586e91491c202264;hpb=4e18b8d09c20492ad6ac107a0037299ff4519844;p=egate.git diff --git a/Makefile b/Makefile index ed65b6f..d8d51c6 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.28 1996/01/09 16:16:02 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -10,8 +10,8 @@ CPP=$(CC) -E LIBDIR=/usr/local/lib/emailgw # GNU regex package location -#REGEXOBJ=/usr/local/gnu/regex-0.12/regex.o -#REGEXINC=-I/usr/local/gnu/regex-0.12 +#REGEXOBJ=../../../pd-src/regex-0.12/regex.o +#REGEXINC=-I../../../pd-src/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