X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=78798721402a70212e3b4246fcb1da444e69e8ad;hb=813f1a77544956dd0e0f8b9cbdf491a6b01927cb;hp=72f171e14032b6ffda7c86994c6520901f1253e8;hpb=d21336d699898344c0af816edf1064474af32b44;p=yaz-moved-to-github.git diff --git a/Makefile b/Makefile index 72f171e..7879872 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.1 1995-02-09 15:57:16 quinn Exp $ +# $Id: Makefile,v 1.3 1995-03-16 13:28:13 quinn Exp $ #CC= SHELL=/bin/sh MAKE=make -SUBDIR=odr asn yazlib +SUBDIR=odr asn yazlib server makelib all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done