X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2FgTopLevel%2FMakefile;h=6c2e311d5d8e6350d6c79047d6f753823b03b4eb;hb=3ae97cd49148b3ff8338d43c42a0dfd520cff82c;hp=82d051fc6ff57e6176d538be9849395a7c18bb21;hpb=6df980575d031355d2c4be26a029ed0d6c680bff;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 82d051fc6..6c2e311d5 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -1,8 +1,9 @@ BIN_DIR = /usr/local/bin +#helm-tactics threads hbugs-client mathml-editor 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 mathml-editor \ helm-cic_transformations PREDICATES = "gnome,init,glade" OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o @@ -18,16 +19,17 @@ all: styles gTopLevel opt: styles gTopLevel.opt start: - $(MAKE) -C ../hbugs/ start + echo $(MAKE) -C ../hbugs/ start stop: - $(MAKE) -C ../hbugs/ stop + echo $(MAKE) -C ../hbugs/ stop +# invokeTactics.mli hbugs.mli INTERFACE_FILES = \ proofEngine.mli logicalOperations.mli disambiguate.mli \ termEditor.mli texTermEditor.mli xmlDiff.mli termViewer.mli \ - invokeTactics.mli hbugs.mli + invokeTactics.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