X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=6bff769c044f4b60bf84515c89c3e84220bdcc57;hb=e73d8ded31632a4003f2e898e7babf244f23e768;hp=9cbaa4170c5242e1b7f3cca13328d7f0c8e50ad9;hpb=77211cd5220ed1f7db582307b6577f56ac6a7b4b;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index 9cbaa41..6bff769 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,11 @@ # 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.51 1996-04-26 09:59:32 adam Exp $ SHELL=/bin/sh MAKE=make RANLIB=ranlib -VERSION=1.0a4 # Where are Yaz libraries located? YAZLIB=../../yaz/lib/libyaz.a @@ -15,13 +14,13 @@ YAZLIB=../../yaz/lib/libyaz.a # Where are Yaz header files located? YAZINC=-I../../yaz/include # If Yaz is compiled with mosi support uncomment and specify. -OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a +#OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a #OSILIB=../../xtimosi/src/libmosi.a -lrfc # 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 @@ -60,17 +59,6 @@ gnudepend: sed 's/^depend: depend1/depend: depend2/g' >Makefile.tmp;then \ mv -f Makefile.tmp Makefile; fi); done -distribution: - echo "Making distribution version $(VERSION). Did you commit?" - if [ -d tmp ]; then \ - rm -fr tmp; \ - fi - mkdir tmp; cd tmp; cvs export -f -D now zebra - cd tmp/zebra/doc; make all - cd tmp; mv zebra zebra-$(VERSION) - cd tmp; tar zcf ../zebra-$(VERSION).tar.gz zebra-$(VERSION) - rm -fr tmp - wc: wc `find . -name '*.[ch]'`