]> matita.cs.unibo.it Git - helm.git/commitdiff
makefiles fixups
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 10 Oct 2006 19:51:39 +0000 (19:51 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 10 Oct 2006 19:51:39 +0000 (19:51 +0000)
matita/contribs/LAMBDA-TYPES/Level-1/Base/makefile
matita/contribs/LAMBDA-TYPES/Level-1/LambdaDelta/makefile
matita/contribs/LAMBDA-TYPES/Makefile [new file with mode: 0644]

index f8af22fa529e9baf3500f393f04c2143bf071616..ffdb70dedc519cb31029e12fbd073507ae323088 100644 (file)
@@ -1,6 +1,6 @@
 H=@
 
-RT_BASEDIR=../../../
+RT_BASEDIR=../../../../
 OPTIONS=-bench
 MMAKE=$(RT_BASEDIR)matitamake $(OPTIONS)
 CLEAN=$(RT_BASEDIR)matitaclean $(OPTIONS) 
index f8af22fa529e9baf3500f393f04c2143bf071616..ffdb70dedc519cb31029e12fbd073507ae323088 100644 (file)
@@ -1,6 +1,6 @@
 H=@
 
-RT_BASEDIR=../../../
+RT_BASEDIR=../../../../
 OPTIONS=-bench
 MMAKE=$(RT_BASEDIR)matitamake $(OPTIONS)
 CLEAN=$(RT_BASEDIR)matitaclean $(OPTIONS) 
diff --git a/matita/contribs/LAMBDA-TYPES/Makefile b/matita/contribs/LAMBDA-TYPES/Makefile
new file mode 100644 (file)
index 0000000..6f5842f
--- /dev/null
@@ -0,0 +1,10 @@
+GOALS = all opt clean clean.opt
+
+DEVELS = Level-1/Base Level-1/LambdaDelta Unified
+
+$(GOALS): 
+       @$(foreach DEVEL, $(DEVELS), $(MAKE) -C $(DEVEL) $@;) 
+
+.PHONY: (GOALS)
+
+.SUFFIXES: