X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=78798721402a70212e3b4246fcb1da444e69e8ad;hp=36337644422eb13deb75123350b58a464edffafd;hb=11a58ec3e43c76b092d85510825f7317d7efc3ad;hpb=231d73232fc9420212ae6889a9e8002d7a124b95 diff --git a/Makefile b/Makefile index 3633764..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.2 1995-03-14 16:59:05 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 server +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