X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FMakefile.in;h=093a3217dda6c5ffc833a7bf4b37c6db1e1adc79;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=da10c563abe1042ec09f14833b6ea941cfbd619d;hpb=ecd0ab19b82f611974bd76f3c740c842f566009d;p=helm.git diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index da10c563a..093a3217d 100644 --- a/helm/matita/Makefile.in +++ b/helm/matita/Makefile.in @@ -21,6 +21,7 @@ OCAMLC = $(OCAMLFIND) ocamlc $(OCAMLC_FLAGS) $(OCAML_DEBUG_FLAGS) OCAMLOPT = $(OCAMLFIND) opt $(OCAMLC_FLAGS) OCAMLDEP = $(OCAMLFIND) ocamldep $(OCAML_FLAGS) # objects for matita (GTK GUI) +NULL = CMOS = \ buildTimeConf.cmo \ matitaLog.cmo \ @@ -29,16 +30,17 @@ CMOS = \ matitaMisc.cmo \ matitaDb.cmo \ matitaSync.cmo \ - matitacleanLib.cmo \ + matitacleanLib.cmo \ matitaDisambiguator.cmo \ matitaEngine.cmo \ - matitacLib.cmo \ - matitamakeLib.cmo \ + matitacLib.cmo \ + matitamakeLib.cmo \ matitaScript.cmo \ matitaGeneratedGui.cmo \ matitaGtkMisc.cmo \ + matitaMathView.cmo \ matitaGui.cmo \ - matitaMathView.cmo + $(NULL) # objects for matitac (batch compiler) CCMOS = \ buildTimeConf.cmo \ @@ -49,13 +51,13 @@ CCMOS = \ matitaDb.cmo \ matitaSync.cmo \ matitaDisambiguator.cmo \ - matitaEngine.cmo \ matitacleanLib.cmo \ - matitacLib.cmo + matitaEngine.cmo \ + matitacLib.cmo \ + $(NULL) CLEANCMOS = $(CCMOS) MAKECMOS = $(CCMOS) matitamakeLib.cmo - all: matita.conf.xml matita matitac matitatop cicbrowser matitadep matitaclean matitamake matita.conf.xml: matita.conf.xml.sample @@ -160,12 +162,15 @@ distclean: clean rm -f configure matita.conf.xml.sample tests: matitac matitadep matitaclean - @(cd library && make clean all) - @(cd tests && make clean all) + @(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) tests.opt: matitac.opt matitadep.opt matitaclean.opt - @(cd library && make clean.opt opt) - @(cd tests && make clean.opt opt) -.PHONY: tests tests.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) +cleantests: matitaclean + @(cd library && make clean) + @(cd tests && make clean) +.PHONY: tests tests.opt cleantests tags: TAGS .PHONY: TAGS @@ -192,3 +197,4 @@ endif ifeq ($(MAKECMDGOALS),opt) $(CMOS:%.cmo=%.cmi): $(LIBX_DEPS) endif +