]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/Makefile
Downgrades buggy destruct patch.
[helm.git] / matita / matita / contribs / lambda_delta / Makefile
index 71dff0f41f7f60ae70f662fb8ad4929b4e9d6063..964277d7f378f87e721a04630495d4871d43868d 100644 (file)
@@ -1,6 +1,8 @@
 H        = @
 XOA_DIR  = ../../../components/binaries/xoa
 XOA      = xoa.native
+DEP_DIR  = ../../../components/binaries/matitadep
+DEP      = matitadep.native
 
 CONF     = ground_2/xoa.conf.xml
 TARGETS  = ground_2/xoa_natation.ma ground_2/xoa.ma
@@ -27,6 +29,14 @@ orig: $(ORIGS)
        @echo "  ORIG basic_2"
        $(H)$(ORIG) basic_2 < $(ORIGS)
 
+# dep ########################################################################
+
+deps: MAS = $(shell find $* -name "*.ma")
+
+deps: $(DEP_DIR)/$(DEP)
+       @echo "  MATITADEP"
+       $(H)grep "include \"" $(MAS) | $<
+
 # stats ######################################################################
 
 stats: $(PACKAGES:%=%.stats)