]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Makefile
some corrections and additions
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Makefile
index 89f98d24ebcd9e0c5087362b8b53e5709c6d753d..214ce0711b0a281d68f92d2a50a1dcb0a286b2b1 100644 (file)
@@ -1,12 +1,12 @@
 H=@
 
-MATITAOPTIONS=-onepass
+MATITAOPTIONS=$(MATITAUSEROPTIONS) -onepass
 
 DIR=$(shell basename $$PWD)
 
 MMAS = $(shell find Base-2 -name "*.mma")
 MAS = $(MMAS:%.mma=%.ma)
-XMAS = Base-2/theory.ma
+XMAS = Base-2/theory.ma LambdaDelta-2/theory.ma
 
 $(DIR) all: depends
        $(H)$(MAKE) H=$(H) --no-print-directory build
@@ -25,15 +25,15 @@ build.opt: $(MAS)
        $(H)rm depends
 
 clean:
-       $(H)../../matitaclean
+       $(H)../../matitaclean $(MATITAOPTIONS)
        $(H)rm -f $(MAS) depends
 
 clean.opt:
-       $(H)../../matitaclean.opt
+       $(H)../../matitaclean.opt $(MATITAOPTIONS)
        $(H)rm -f $(MAS) depends
 
 clean.ma:
-       $(H)../../matitaclean.opt $(MAS)
+       $(H)../../matitaclean.opt $(MATITAOPTIONS) $(MAS)
        $(H)rm -f $(MAS) depends
 
 depend: