X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile.in;h=42dd44be1f8f29971aceddcb33846da36806a712;hb=a7ab0ef67114c3152920f03ae1d7bfaaf1fae290;hp=402813f91e157a08a5e929fd28769dafd5e31713;hpb=c6d966bbc276fb0d3bb36ef2945c7bfa31a5ff1b;p=helm.git diff --git a/helm/gTopLevel/Makefile.in b/helm/gTopLevel/Makefile.in index 402813f91..42dd44be1 100644 --- a/helm/gTopLevel/Makefile.in +++ b/helm/gTopLevel/Makefile.in @@ -7,17 +7,17 @@ TEST_REQUIRES = \ helm-tactics \ helm-cic_transformations \ helm-cic_textual_parser2 \ - helm-cic_textual_parser \ - helm-tex_cic_textual_parser \ + helm-xmldiff \ + lablgtk2 \ mathml-editor \ - lablgtkmathview + lablgtkmathview \ + dbi.mysql -REQUIRES = $(TEST_REQUIRES) gdome2-xslt helm-hbugs +REQUIRES = $(TEST_REQUIRES) gdome2-xslt helm-hbugs lablgtk2.init lablgtk2.glade -PREDICATES = "gnome,init,glade" OCAMLOPTIONS = \ -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o -thread -OCAMLFIND = ocamlfind +OCAMLFIND = @OCAMLFIND@ OCAMLDEBUGOPTIONS = -g OCAMLC = $(OCAMLFIND) ocamlc $(OCAMLDEBUGOPTIONS) $(OCAMLOPTIONS) OCAMLOPT = $(OCAMLFIND) ocamlopt $(OCAMLOPTIONS) @@ -40,11 +40,9 @@ stop: INTERFACE_FILES = \ proofEngine.mli \ logicalOperations.mli \ - oldDisambiguate.mli \ disambiguatingParser.mli \ termEditor.mli \ texTermEditor.mli \ - xmlDiff.mli \ chosenTransformer.mli \ termViewer.mli \ invokeTactics.mli \ @@ -58,7 +56,6 @@ DEPOBJS = \ TOPLEVELOBJS = $(INTERFACE_FILES:%.mli=%.cmo) gTopLevel.cmo TESTOBJS = \ - oldDisambiguate.cmo \ disambiguatingParser.cmo \ batchParser.cmo REGTESTOBJS = $(TESTOBJS) regtest.cmo