]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/Makefile
Progress
[helm.git] / matita / matita / contribs / lambda_delta / Makefile
index 49e7e1b239047a3169b8c649c2a2164341bd3556..71dff0f41f7f60ae70f662fb8ad4929b4e9d6063 100644 (file)
@@ -1,11 +1,15 @@
-H       = @
-XOA_DIR = ../../../components/binaries/xoa
-XOA     = xoa.native
+H        = @
+XOA_DIR  = ../../../components/binaries/xoa
+XOA      = xoa.native
 
-CONF    = Ground_2/xoa.conf.xml
-TARGETS = Ground_2/xoa_natation.ma Ground_2/xoa.ma
+CONF     = ground_2/xoa.conf.xml
+TARGETS  = ground_2/xoa_natation.ma ground_2/xoa.ma
 
-PACKAGES = Ground_2 Basic_2 Apps_2
+ORIG     = . ./orig.sh 
+
+ORIGS    = basic_2/basic_1.orig
+
+PACKAGES = ground_2 basic_2 apps_2
 
 all:
 
@@ -17,6 +21,12 @@ $(TARGETS): $(CONF)
        @echo "  EXEC $(XOA) $(CONF)"
        $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) $(CONF)
 
+# orig #######################################################################
+
+orig: $(ORIGS)
+       @echo "  ORIG basic_2"
+       $(H)$(ORIG) basic_2 < $(ORIGS)
+
 # stats ######################################################################
 
 stats: $(PACKAGES:%=%.stats)
@@ -62,7 +72,7 @@ stats: $(PACKAGES:%=%.stats)
 # summary ####################################################################
 
 define SUMMARY_TEMPLATE
-  TBL_$(1) := $(1)/ld_$(1)_sum.tbl  
+  TBL_$(1) := $(1)/$(1)_sum.tbl  
   MAS_$(1) := $$(shell find $(1) -name "*.ma")
   TBLS     += $$(TBL_$(1))