]> matita.cs.unibo.it Git - helm.git/commitdiff
LAMBDA-TYPES: dependences calculation improved
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Sun, 24 Feb 2008 19:22:40 +0000 (19:22 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Sun, 24 Feb 2008 19:22:40 +0000 (19:22 +0000)
helm/software/matita/contribs/LAMBDA-TYPES/Makefile

index 569dd292b75f31e82bad800c4260fb90fbb8fc63..601da59af9bd7a19b121168e4809285781de0e9b 100644 (file)
@@ -9,10 +9,10 @@ MAS = $(MMAS:%.mma=%.ma)
 XMAS = Base-2/theory.ma
 
 $(DIR) all: depends
-       $(H)$(MAKE) --no-print-directory build
+       $(H)$(MAKE) H=$(H) --no-print-directory build
 
 $(DIR).opt opt all.opt: depends
-       $(H)$(MAKE) --no-print-directory build.opt
+       $(H)$(MAKE) H=$(H) --no-print-directory build.opt
 
 build: $(MAS)
        $(H)$echo Base-2/theory.ma `../../matitadep.opt -stdout Base-2/theory.ma` >> depends
@@ -48,7 +48,7 @@ depend.opt:
 depends: depend.opt
 
 %.ma: %.mma
-       $(H)../../matitac.opt $(MATITAOPTIONS) `../../matitadep.opt -stdout $<` 2> /dev/null
+       ../../matitac.opt $(MATITAOPTIONS) $(word 3,$(shell grep -h $< */depends)) `../../matitadep.opt -stdout $<` 2> /dev/null
        $(H)../../matitac.opt $(MATITAOPTIONS) -dump $@ $< 2> /dev/null
        $(H)echo $@ `../../matitadep.opt -stdout $@` >> depends