--- /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 "Base-1/definitions.ma".
+
+alias symbol "minus" = "Coq's natural minus".
+alias symbol "lt" = "Coq's natural 'less than'".
H=@
-MATITAOPTIONS=
-#-onepass
+MATITAOPTIONS=-onepass
DIR=$(shell basename $$PWD)
%.ma: %.mma
$(H)../../matitac.opt $(MATITAOPTIONS) $< 2> /dev/null
$(H)../../matitac.opt $(MATITAOPTIONS) -dump $@ $< 2> /dev/null
- $(H)$(MAKE) depend.opt
+ $(H)$(MAKE) --no-print-directory depend.opt
$(DIR) all: $(MAS)
$(H)../../matitac $(MATITAOPTIONS) 2> /dev/null
clean:
$(H)../../matitaclean
$(H)rm -f $(MAS)
- $(H)$(MAKE) depend
+ $(H)$(MAKE) --no-print-directory depend
clean.opt:
$(H)../../matitaclean.opt
$(H)rm -f $(MAS)
- $(H)$(MAKE) depend.opt
+ $(H)$(MAKE) --no-print-directory depend.opt
depend:
$(H)../../matitadep
$(H)cat Base-2/depends >> depends
Base-1/ext/tactics.ma Base-1/preamble.ma
Base-1/ext/arith.ma Base-1/preamble.ma
Base-2/preamble.ma Base-1/definitions.ma
-Base-2/theory.ma
+Base-2/theory.ma Base-2/blt/props.ma Base-2/ext/arith.ma Base-2/ext/tactics.ma Base-2/plist/props.ma Base-2/types/props.ma
Base-2/types/defs.ma Base-2/preamble.ma
Base-2/types/props.ma Base-2/types/defs.ma
Base-2/plist/defs.ma Base-2/preamble.ma
Base-2/plist/props.ma Base-2/plist/defs.ma
-Base-2/ext/arith.ma Base-2/preamble.ma
+Base-2/ext/arith.ma
Base-2/ext/tactics.ma Base-2/preamble.ma
Base-2/blt/defs.ma Base-2/preamble.ma
Base-2/blt/props.ma Base-2/blt/defs.ma