X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FMakefile.in;h=58b4fc60b87919f12a1d931323e4d26f84ae93e6;hb=7efb15b93cf42eae8b34a12a327ee7213c1dbecc;hp=7a553445d20c4fcca7b5445785f85bb9131112fa;hpb=f889c8d9a623fe85258f065242ad6e95c9adfec9;p=helm.git diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index 7a553445d..58b4fc60b 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 @@ -151,6 +153,7 @@ clean: cicbrowser cicbrowser.opt \ matitadep matitadep.opt \ matitaclean matitaclean.opt \ + matitamake matitamake.opt \ matitatop matitatop.opt distclean: clean rm -f matitaGeneratedGui.ml matitaGeneratedGui.mli @@ -162,10 +165,16 @@ distclean: clean 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) 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) -.PHONY: tests tests.opt + @(cd contribs/LAMBDA-TYPES && 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) +.PHONY: tests tests.opt cleantests tags: TAGS .PHONY: TAGS @@ -192,3 +201,4 @@ endif ifeq ($(MAKECMDGOALS),opt) $(CMOS:%.cmo=%.cmi): $(LIBX_DEPS) endif +