X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=9c9aaea62093ff46d45db89e6b32c21e426830ac;hb=4227b4756648f58c9db4bcea9a6aa2770df3ac01;hp=6c2e311d5d8e6350d6c79047d6f753823b03b4eb;hpb=de5806b393edcff7f4c7cda2e48b11b1a002dde2;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 6c2e311d5..9c9aaea62 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -1,9 +1,8 @@ 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 mathml-editor \ + helm-tactics threads hbugs-client mathml-editor \ helm-cic_transformations PREDICATES = "gnome,init,glade" OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o @@ -19,15 +18,14 @@ all: styles gTopLevel opt: styles gTopLevel.opt start: - echo $(MAKE) -C ../hbugs/ start + $(MAKE) -C ../hbugs/ start stop: - echo $(MAKE) -C ../hbugs/ stop + $(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 + invokeTactics.mli hbugs.mli DEPOBJS = $(INTERFACE_FILES) $(INTERFACE_FILES:%.mli=%.ml) gTopLevel.ml