X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=9c6fae2a57abf29a8730ae854b1482a85cba3b91;hb=3e97ca3e99068d83691ad6d43d53dd9f1f316889;hp=9cbaa4170c5242e1b7f3cca13328d7f0c8e50ad9;hpb=77211cd5220ed1f7db582307b6577f56ac6a7b4b;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index 9cbaa41..9c6fae2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994-1995, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.47 1996-02-05 12:28:08 adam Exp $ +# $Id: Makefile,v 1.48 1996-03-13 16:17:10 quinn Exp $ SHELL=/bin/sh MAKE=make @@ -21,7 +21,7 @@ OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a # Some systems have seperate socket libraries #NETLIB=-lnsl -lsocket -SUBDIR=util str bfile dfa dict isam rset index +SUBDIR=util bfile dfa dict isam rset index all: for i in $(SUBDIR); do cd $$i; if $(MAKE) OSILIB="$(OSILIB)" YAZLIB="$(YAZLIB)" YAZINC="$(YAZINC)" RANLIB="$(RANLIB)" NETLIB="$(NETLIB)" CFLAGS="$(CFLAGS)" CC="$(CC)"; then cd ..; else exit 1; fi; done