]> matita.cs.unibo.it Git - helm.git/commitdiff
svn:ignores fixed
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 21 Feb 2008 15:32:50 +0000 (15:32 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 21 Feb 2008 15:32:50 +0000 (15:32 +0000)
helm/software/matita/contribs/LAMBDA-TYPES/Base-2/preamble.ma [new file with mode: 0644]
helm/software/matita/contribs/LAMBDA-TYPES/Makefile
helm/software/matita/contribs/LAMBDA-TYPES/depends

diff --git a/helm/software/matita/contribs/LAMBDA-TYPES/Base-2/preamble.ma b/helm/software/matita/contribs/LAMBDA-TYPES/Base-2/preamble.ma
new file mode 100644 (file)
index 0000000..5bf2f44
--- /dev/null
@@ -0,0 +1,18 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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'".
index fc69e97c656fafe1bbdb304117420ba6d8761a08..99d22a93a22bab1d6d021f5334a9c452dc758135 100644 (file)
@@ -1,7 +1,6 @@
 H=@
 
-MATITAOPTIONS=
-#-onepass
+MATITAOPTIONS=-onepass
 
 DIR=$(shell basename $$PWD)
 
@@ -11,7 +10,7 @@ MAS = $(MMAS:%.mma=%.ma)
 %.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
@@ -20,11 +19,11 @@ $(DIR).opt opt all.opt: $(MAS)
 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
index b0a549b2bfb545c4d411f90512a1cda543c81e1a..6c7aab739035625e0c5afa158ea437692b8da73a 100644 (file)
@@ -219,12 +219,12 @@ Base-1/blt/defs.ma Base-1/preamble.ma
 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