X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FMakefile;h=c6b6f0b1ffe08f4b73020ec814811216881dc143;hb=07c5372510a5abecd788aa0b500e5deaa548c9d4;hp=ed5ebb320869dfc1329ce4b5839a75ac83d0f928;hpb=e465656be7e67ee3c02acf12a53c8388ae384b0a;p=helm.git diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index ed5ebb320..c6b6f0b1f 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -34,9 +34,9 @@ CMOS = \ matitaInit.cmo \ matitaExcPp.cmo \ matitaEngine.cmo \ + applyTransformation.cmo \ matitacLib.cmo \ matitaprover.cmo \ - applyTransformation.cmo \ matitaGtkMisc.cmo \ matitaScript.cmo \ matitaGeneratedGui.cmo \ @@ -52,8 +52,8 @@ CCMOS = \ matitaInit.cmo \ matitaExcPp.cmo \ matitaEngine.cmo \ - matitacLib.cmo \ applyTransformation.cmo \ + matitacLib.cmo \ matitaWiki.cmo \ matitaprover.cmo \ $(NULL) @@ -218,11 +218,16 @@ TEST_DIRS = \ contribs/PREDICATIVE-TOPOLOGY \ $(NULL) +# library_auto \ +TEST_DIRS_OPT = \ + $(TEST_DIRS) \ + $(NULL) + .PHONY: tests tests.opt cleantests cleantests.opt tests: $(foreach d,$(TEST_DIRS),$(d)-test) -tests.opt: $(foreach d,$(TEST_DIRS),$(d)-test-opt) +tests.opt: $(foreach d,$(TEST_DIRS_OPT),$(d)-test-opt) cleantests: $(foreach d,$(TEST_DIRS),$(d)-cleantests) -cleantests.opt: $(foreach d,$(TEST_DIRS),$(d)-cleantests-opt) +cleantests.opt: $(foreach d,$(TEST_DIRS_OPT),$(d)-cleantests-opt) %-test: matitac matitadep matitaclean -cd $* && make -k clean all