X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.in;h=77fe2273a378e0b3cf5867db685401c54976a3a5;hp=57d6b3997c4995200d23b07c92ac41ea4573ee4d;hb=ccbb2c2626db1995797199b57c99fd95d8d35a9e;hpb=1fbf9907e66c5697b9537a1a4849295c05b12b6b diff --git a/Makefile.in b/Makefile.in index 57d6b39..77fe227 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-08-21 14:13:23 adam Exp $ +# $Id: Makefile.in,v 1.4 1998-09-28 12:44:47 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #ODEFS=-DUSE_XTIMOSI @@ -29,9 +29,9 @@ CC=@CC@ CPP=@CPP@ SHELL=/bin/sh MAKE=make -SUBDIR=$(MOD) util odr $(RFC1006) ccl comstack retrieval client server ztest makelib -# Add external libraries to the ELIBS macro -ELIBS=@LIBS@ +SUBDIR=$(MOD) util odr $(RFC1006) ccl comstack retrieval client server ztest lib +# Add external libraries to the LIBS macro +LIBS=@LIBS@ RANLIB=@RANLIB@ @@ -49,7 +49,7 @@ YAZDIR=$(prefix)/lib/yaz all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CC="$(CC)" \ - RANLIB="$(RANLIB)" ELIBS="$(ELIBS)" \ + RANLIB="$(RANLIB)" LIBS="$(LIBS)" \ INCLUDE="$(INCLUDE)" CFLAGS="$(CFLAGS)" \ CDEFS="$(CDEFS)" \ LIBMOSI="$(LIBMOSI)" XMOSI="$(XMOSI)";\ @@ -62,7 +62,6 @@ dep depend: clean: for i in $(SUBDIR); do (cd $$i; $(MAKE) clean); done - -rm lib/*.a oclean: for i in $(SUBDIR); do (cd $$i; rm -f *.o); done