]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/Makefile
removed dependency on netclient, use http_client module from ocaml-http
[helm.git] / helm / gTopLevel / Makefile
index 82d051fc6ff57e6176d538be9849395a7c18bb21..437e41c21f6b49dfa75893ec1e805f9461de0fe4 100644 (file)
@@ -2,7 +2,7 @@ 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-tactics threads hbugs-client mathml-editor \
            helm-cic_transformations
 PREDICATES = "gnome,init,glade"
 OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o
@@ -25,9 +25,9 @@ stop:
 INTERFACE_FILES = \
        proofEngine.mli logicalOperations.mli disambiguate.mli \
        termEditor.mli texTermEditor.mli xmlDiff.mli termViewer.mli \
-       invokeTactics.mli hbugs.mli
+       invokeTactics.mli hbugs.mli ui_logger.mli
 
-DEPOBJS = $INTERFACE_FILES $(INTERFACE_FILES:%.mli=%.ml) gTopLevel.ml
+DEPOBJS = $(INTERFACE_FILES) $(INTERFACE_FILES:%.mli=%.ml) gTopLevel.ml
 
 TOPLEVELOBJS = $(INTERFACE_FILES:%.mli=%.cmo) gTopLevel.cmo
 
@@ -77,11 +77,3 @@ uninstall:
 ifneq ($(MAKECMDGOALS), depend)
    include .depend   
 endif
-
-
-
-
-
-
-
-