X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=71ac604101740ddec11b9185a81c9e89c30e7d53;hb=affd7e4168d70b94e015b777748b7eca1cd00ec0;hp=ef6f11bc3ad0e5d0228c1b5cd666dc846408d45a;hpb=ef495f3c3ac61351628014c7f186adb843d5286b;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index ef6f11b..71ac604 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.14 1994-09-22 10:42:45 adam Exp $ +# $Id: Makefile,v 1.22 1994-11-03 14:03:25 adam Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util bfile dict +SUBDIR=util str bfile dfa dict isam it base all: - for i in $(SUBDIR); do cd $$i; if $(MAKE); then cd ..; else exit 1; fi; done + for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done dep depend: for i in $(SUBDIR); do cd $$i; if $(MAKE) depend; then cd ..; else exit 1; fi; done