From 1a5e02c5d5048ee6ec7d207b77cd5c2c1bdb3dae Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Thu, 21 Feb 2008 15:32:50 +0000 Subject: [PATCH] svn:ignores fixed --- .../contribs/LAMBDA-TYPES/Base-2/preamble.ma | 18 ++++++++++++++++++ .../matita/contribs/LAMBDA-TYPES/Makefile | 9 ++++----- .../matita/contribs/LAMBDA-TYPES/depends | 4 ++-- 3 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 helm/software/matita/contribs/LAMBDA-TYPES/Base-2/preamble.ma 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 index 000000000..5bf2f44ef --- /dev/null +++ b/helm/software/matita/contribs/LAMBDA-TYPES/Base-2/preamble.ma @@ -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'". diff --git a/helm/software/matita/contribs/LAMBDA-TYPES/Makefile b/helm/software/matita/contribs/LAMBDA-TYPES/Makefile index fc69e97c6..99d22a93a 100644 --- a/helm/software/matita/contribs/LAMBDA-TYPES/Makefile +++ b/helm/software/matita/contribs/LAMBDA-TYPES/Makefile @@ -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 diff --git a/helm/software/matita/contribs/LAMBDA-TYPES/depends b/helm/software/matita/contribs/LAMBDA-TYPES/depends index b0a549b2b..6c7aab739 100644 --- a/helm/software/matita/contribs/LAMBDA-TYPES/depends +++ b/helm/software/matita/contribs/LAMBDA-TYPES/depends @@ -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 -- 2.39.2