--- /dev/null
+Legacy-2/coq/defs.ma: Legacy-2/coq/defs.mma Legacy-2/preamble.ma
+Legacy-2/coq/props.ma: Legacy-2/coq/props.mma Legacy-2/coq/defs.ma
--- /dev/null
+(**************************************************************************)
+(* ___ *)
+(* ||M|| *)
+(* ||A|| A project by Andrea Asperti *)
+(* ||T|| *)
+(* ||I|| Developers: *)
+(* ||T|| The HELM team. *)
+(* ||A|| http://helm.cs.unibo.it *)
+(* \ / *)
+(* \ / This file is distributed under the terms of the *)
+(* v GNU General Public License Version 2 *)
+(* *)
+(**************************************************************************)
+
+(* This file was automatically generated: do not edit *********************)
+
+include "Legacy-2/preamble.ma".
+
+inline procedural "Legacy-1/coq/defs.ma".
+
--- /dev/null
+(**************************************************************************)
+(* ___ *)
+(* ||M|| *)
+(* ||A|| A project by Andrea Asperti *)
+(* ||T|| *)
+(* ||I|| Developers: *)
+(* ||T|| The HELM team. *)
+(* ||A|| http://helm.cs.unibo.it *)
+(* \ / *)
+(* \ / This file is distributed under the terms of the *)
+(* v GNU General Public License Version 2 *)
+(* *)
+(**************************************************************************)
+
+(* This file was automatically generated: do not edit *********************)
+
+include "Legacy-2/coq/defs.ma".
+
+inline procedural "Legacy-1/coq/props.ma".
+
--- /dev/null
+Legacy-2/coq/defs.mma Legacy-2/preamble.ma Legacy-1/coq/defs.ma
+Legacy-2/coq/props.mma Legacy-2/preamble.ma Legacy-1/coq/props.ma
--- /dev/null
+(**************************************************************************)
+(* ___ *)
+(* ||M|| *)
+(* ||A|| A project by Andrea Asperti *)
+(* ||T|| *)
+(* ||I|| Developers: *)
+(* ||T|| The HELM team. *)
+(* ||A|| http://helm.cs.unibo.it *)
+(* \ / *)
+(* \ / This file is distributed under the terms of the *)
+(* v GNU General Public License Version 2 *)
+(* *)
+(**************************************************************************)
+
+include "Legacy-1/definitions.ma".
+(*
+default "equality"
+ cic:/Coq/Init/Logic/eq.ind
+ cic:/Coq/Init/Logic/sym_eq.con
+ cic:/Coq/Init/Logic/trans_eq.con
+ cic:/Coq/Init/Logic/eq_ind.con
+ cic:/Coq/Init/Logic/eq_ind_r.con
+ cic:/Coq/Init/Logic/eq_rec.con
+ cic:/Coq/Init/Logic/eq_rec_r.con
+ cic:/Coq/Init/Logic/eq_rect.con
+ cic:/Coq/Init/Logic/eq_rect_r.con
+ cic:/Coq/Init/Logic/f_equal.con
+ cic:/matita/legacy/coq/f_equal1.con.
+
+default "true"
+ cic:/Coq/Init/Logic/True.ind.
+default "false"
+ cic:/Coq/Init/Logic/False.ind.
+default "absurd"
+ cic:/Coq/Init/Logic/absurd.con.
+
+(* aritmetic operators *)
+
+interpretation "Coq's natural plus" 'plus x y = (cic:/Coq/Init/Peano/plus.con x y).
+*)
--- /dev/null
+(**************************************************************************)
+(* ___ *)
+(* ||M|| *)
+(* ||A|| A project by Andrea Asperti *)
+(* ||T|| *)
+(* ||I|| Developers: *)
+(* ||T|| The HELM team. *)
+(* ||A|| http://helm.cs.unibo.it *)
+(* \ / *)
+(* \ / This file is distributed under the terms of the *)
+(* v GNU General Public License Version 2 *)
+(* *)
+(**************************************************************************)
+
+(* This file was automatically generated: do not edit *********************)
+
+include "Legacy-2/coq/props.ma".
+
DIR=$(shell basename $$PWD)
-MMAS = $(shell find -name "*.mma") # Base-2
+MMAS = $(shell find Legacy-2 Base-2 -name "*.mma")
MAS = $(MMAS:%.mma=%.ma)
-XMAS = Base-2/theory.ma LambdaDelta-2/theory.ma
+XMAS = Legacy-2/theory.ma Base-2/theory.ma LambdaDelta-2/theory.ma
$(DIR) all: depends
$(H)$(MAKE) H=$(H) --no-print-directory build
$(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
+ $(H)echo Legacy-2/theory.ma `../../matitadep.opt -stdout Legacy-2/theory.ma` >> depends
+ $(H)echo Base-2/theory.ma `../../matitadep.opt -stdout Base-2/theory.ma` >> depends
$(H)../../matitac $(MATITAOPTIONS) 2> /dev/null
$(H)rm depends
build.opt: $(MAS)
+ $(H)echo Legacy-2/theory.ma `../../matitadep.opt -stdout Legacy-2/theory.ma` >> depends
$(H)echo Base-2/theory.ma `../../matitadep.opt -stdout Base-2/theory.ma` >> depends
$(H)../../matitac.opt $(MATITAOPTIONS) 2> /dev/null
$(H)rm depends
depend:
@echo matitadep
$(H)../../matitadep $(foreach FILE,$(XMAS),-exclude $(FILE))
-# $(H)cat Base-2/depends >> depends
+ $(H)cat Legacy-2/depends Base-2/depends >> depends
+
depend.opt:
@echo matitadep.opt
$(H)../../matitadep.opt $(foreach FILE,$(XMAS),-exclude $(FILE))
-# $(H)cat Base-2/depends >> depends
+ $(H)cat Legacy-2/depends Base-2/depends >> depends
depends: depend.opt
$(H)../../matitac.opt $(MATITAOPTIONS) -dump $@ $< 2> /dev/null
$(H)echo $@ `../../matitadep.opt -stdout $@` >> depends
-#include Base-2/.depend
+include Legacy-2/.depend
+include Base-2/.depend