]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/Makefile.in
added Hint "tactic"
[helm.git] / helm / gTopLevel / Makefile.in
index 402813f91e157a08a5e929fd28769dafd5e31713..42dd44be1f8f29971aceddcb33846da36806a712 100644 (file)
@@ -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