X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=4de491419045153e570348fd6eedf7cead7cae54;hb=1db60f5a7396b9b37560f6b6962be0b68240486c;hp=851f03189987a7fad308eba99b2a1b190f179334;hpb=ddd998ca83ffe16e7548f0717d218d32a2b57a33;p=yaz-moved-to-github.git diff --git a/Makefile b/Makefile index 851f031..4de4914 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,20 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.14 1995-05-30 10:25:40 quinn Exp $ +# $Id: Makefile,v 1.17 1995-06-15 07:44:39 quinn Exp $ # Uncomment the lines below to enable mOSI communcation. -DEFS=-DUSE_XTIMOSI +ODEFS=-DUSE_XTIMOSI RFC1006=rfc1006 LIBMOSI=../../xtimosi/src/libmosi.a ../lib/librfc.a XMOSI=xmosi.o +# Take out the Z_95 if you based your app on v.21b or earlier. +DEFS=$(ODEFS) #CC= SHELL=/bin/sh MAKE=make -SUBDIR=util odr asn $(RFC1006) ccl yazlib client server makelib +SUBDIR=util odr asn $(RFC1006) ccl comstack client server makelib all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS) $(DEFS)" LIBMOSI="$(LIBMOSI)" XMOSI="$(XMOSI)"; then cd ..; else exit 1; fi; done