]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/Makefile
- quiet debugging for mathql
[helm.git] / helm / gTopLevel / Makefile
index 7ce96c052cf277508b4e0b9c1912d9aaaa6fb89f..3904c6d22fda3aeeffb81b7eb914bdda23aa18b6 100644 (file)
@@ -1,9 +1,8 @@
 BIN_DIR = /usr/local/bin
 REQUIRES = lablgtkmathview helm-cic_textual_parser helm-tex_cic_textual_parser \
-           helm-cic_proof_checking helm-xml gdome2-xslt helm-cic_unification \
-           helm-mathql helm-mathql_interpreter helm-mathql_generator \
-          helm-tactics threads hbugs-client mathml-editor \
-           helm-cic_transformations
+           gdome2-xslt helm-mathql_interpreter helm-mathql_generator \
+                          helm-tactics hbugs-client mathml-editor helm-cic_transformations \
+           helm-cic_textual_parser2
 PREDICATES = "gnome,init,glade"
 OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o
 OCAMLFIND = ocamlfind
@@ -23,9 +22,10 @@ stop:
        $(MAKE) -C ../hbugs/ stop
 
 INTERFACE_FILES = \
-       proofEngine.mli logicalOperations.mli disambiguate.mli \
-       termEditor.mli texTermEditor.mli xmlDiff.mli termViewer.mli \
-       invokeTactics.mli hbugs.mli
+       proofEngine.mli logicalOperations.mli oldDisambiguate.mli \
+  disambiguatingParser.mli termEditor.mli texTermEditor.mli xmlDiff.mli \
+  chosenTransformer.mli termViewer.mli invokeTactics.mli hbugs.mli \
+  chosenTermEditor.mli 
 
 DEPOBJS = $(INTERFACE_FILES) $(INTERFACE_FILES:%.mli=%.ml) gTopLevel.ml