From 3be38afd2c21f894a79d2eb4afe7c50873f20918 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Wed, 29 Oct 2003 10:01:20 +0000 Subject: [PATCH] * temporarily removed hbugs dependency --- helm/gTopLevel/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 -- 2.39.2