]> matita.cs.unibo.it Git - helm.git/commitdiff
refactoring
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Wed, 7 Feb 2007 19:11:00 +0000 (19:11 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Wed, 7 Feb 2007 19:11:00 +0000 (19:11 +0000)
matita/contribs/LAMBDA-TYPES/Base-1/makefile
matita/contribs/LAMBDA-TYPES/Base-1/preamble.ma
matita/contribs/LAMBDA-TYPES/LambdaDelta-1/makefile
matita/contribs/LAMBDA-TYPES/LambdaDelta-1/preamble.ma
matita/contribs/LAMBDA-TYPES/Makefile

index db1724d0cb341a3c8c1a4fb0b076f0b3f182dbda..d53547f4b05bd50be0068d8724c68bc0480f8053 100644 (file)
@@ -1,6 +1,6 @@
 H=@
 
-RT_BASEDIR=../../../../
+RT_BASEDIR=../../../
 OPTIONS=-bench
 MMAKE=$(RT_BASEDIR)matitamake $(OPTIONS)
 CLEAN=$(RT_BASEDIR)matitaclean $(OPTIONS) 
index 9b2d974f42114d7db3a8c4544b547d0d5f374048..0b7687bddf7630d8fdfc8c30766fc40959e891ba 100644 (file)
@@ -14,7 +14,7 @@
 
 set "baseuri" "cic:/matita/LAMBDA-TYPES/Base-1/preamble".
 
-include' "../../../../legacy/coq.ma".
+include' "../../../legacy/coq.ma".
 
 (* FG: This is because "and" is a reserved keyword of the parser *)
 alias id "land" = "cic:/Coq/Init/Logic/and.ind#xpointer(1/1)".
index db1724d0cb341a3c8c1a4fb0b076f0b3f182dbda..d53547f4b05bd50be0068d8724c68bc0480f8053 100644 (file)
@@ -1,6 +1,6 @@
 H=@
 
-RT_BASEDIR=../../../../
+RT_BASEDIR=../../../
 OPTIONS=-bench
 MMAKE=$(RT_BASEDIR)matitamake $(OPTIONS)
 CLEAN=$(RT_BASEDIR)matitaclean $(OPTIONS) 
index 54eb188fb805f548e60ef4a11496f4087b10747d..5b67c95f8b94ef7ae44749611696b1b8c1a40193 100644 (file)
@@ -14,4 +14,4 @@
 
 set "baseuri" "cic:/matita/LAMBDA-TYPES/LambdaDelta-1/preamble".
 
-include "../Base/theory.ma".
+include "../Base-1/theory.ma".
index 6f5842f0d3d71e735306f29c5e63b3c4aceaed1d..abadf7bd82227e530bf973a8fef8c79dd32ee3a6 100644 (file)
@@ -1,6 +1,6 @@
 GOALS = all opt clean clean.opt
 
-DEVELS = Level-1/Base Level-1/LambdaDelta Unified
+DEVELS = Base-1 LambdaDelta-1 Unified
 
 $(GOALS): 
        @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;)