]> matita.cs.unibo.it Git - helm.git/commitdiff
contribs/PREDICATIVE-TOPOLOGY added as test directory
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 14 Nov 2005 18:37:08 +0000 (18:37 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 14 Nov 2005 18:37:08 +0000 (18:37 +0000)
helm/matita/.depend
helm/matita/Makefile.in

index f6d37dcf8522809e820b06c00a02f4e761840dec..a531aed7ba0f7f0e78727fae7aad0335dff221fb 100644 (file)
@@ -52,8 +52,8 @@ matitaLog.cmo: matitaLog.cmi
 matitaLog.cmx: matitaLog.cmi 
 matitamakeLib.cmo: matitaLog.cmi buildTimeConf.cmo matitamakeLib.cmi 
 matitamakeLib.cmx: matitaLog.cmx buildTimeConf.cmx matitamakeLib.cmi 
-matitamake.cmo: matitamakeLib.cmi buildTimeConf.cmo 
-matitamake.cmx: matitamakeLib.cmx buildTimeConf.cmx 
+matitamake.cmo: matitamakeLib.cmi matitaInit.cmi 
+matitamake.cmx: matitamakeLib.cmx matitaInit.cmx 
 matitaMathView.cmo: matitaTypes.cmi matitaScript.cmi matitaMisc.cmi \
     matitaLog.cmi matitaGuiTypes.cmi matitaGtkMisc.cmi matitaExcPp.cmi \
     buildTimeConf.cmo matitaMathView.cmi 
index ba4a48b124a6172ca0706c4a0cde0a1ed8b7d07f..b7b85ad4b981d3be007d6d132aef3bdeebebd722 100644 (file)
@@ -213,14 +213,17 @@ tests: matitac matitadep matitaclean
        @(cd library && make MATITAC="- ../scripts/do_tests.sh $(DO_TESTS_OPTS) ../matitac ../matitaclean /dev/null" clean all)
        @(cd tests && make MATITAC="- ../scripts/do_tests.sh $(DO_TESTS_OPTS) ../matitac ../matitaclean /dev/null" clean all)
        @(cd contribs/LAMBDA-TYPES && make MATITAC="- ../../scripts/do_tests.sh $(DO_TESTS_OPTS) ../../matitac ../../matitaclean /dev/null" clean all)
+       @(cd contribs/PREDICATIVE-TOPOLOGY && make MATITAC="- ../../scripts/do_tests.sh $(DO_TESTS_OPTS) ../../matitac ../../matitaclean /dev/null" clean all)
 tests.opt: matitac.opt matitadep.opt matitaclean.opt
        @(cd library && make MATITAC="- ../scripts/do_tests.sh $(DO_TESTS_OPTS) ../matitac.opt ../matitaclean.opt /dev/null" clean.opt opt)
        @(cd tests && make MATITAC="- ../scripts/do_tests.sh $(DO_TESTS_OPTS) ../matitac.opt ../matitaclean.opt /dev/null" clean.opt opt)
        @(cd contribs/LAMBDA-TYPES && make MATITAC="- ../../scripts/do_tests.sh $(DO_TESTS_OPTS) ../../matitac.opt ../../matitaclean.opt /dev/null" clean.opt opt)
+       @(cd contribs/PREDICATIVE-TOPOLOGY && make MATITAC="- ../../scripts/do_tests.sh $(DO_TESTS_OPTS) ../../matitac.opt ../../matitaclean.opt /dev/null" clean.opt opt)
 cleantests: matitaclean
        @(cd library && make clean)
        @(cd tests && make clean)
        @(cd contribs/LAMBDA-TYPES && make clean)
+       @(cd contribs/PREDICATIVE-TOPOLOGY && make clean)
 .PHONY: tests tests.opt cleantests
 
 # {{{ Distribution stuff