X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2FgTopLevel%2FMakefile;h=89102f855178719f2c2286fbbd4c49fe0eb75863;hb=834b2ded0b9db67e0a19139546ac1f267de5544f;hp=82d051fc6ff57e6176d538be9849395a7c18bb21;hpb=6df980575d031355d2c4be26a029ed0d6c680bff;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 82d051fc6..89102f855 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -2,8 +2,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 + helm-tactics threads hbugs-client mathml-editor \ + helm-cic_transformations helm-logger PREDICATES = "gnome,init,glade" OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o OCAMLFIND = ocamlfind @@ -27,7 +27,7 @@ INTERFACE_FILES = \ termEditor.mli texTermEditor.mli xmlDiff.mli termViewer.mli \ invokeTactics.mli hbugs.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 - - - - - - - -