From 4c07a1104f6e26d0689f94ef8655c8e6b66086d9 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 22 Jan 2004 16:37:16 +0000 Subject: [PATCH] updated --- helm/gTopLevel/.depend | 18 ++++++------------ helm/gTopLevel/Makefile | 6 +++--- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/helm/gTopLevel/.depend b/helm/gTopLevel/.depend index 7c020b397..b8aab90b4 100644 --- a/helm/gTopLevel/.depend +++ b/helm/gTopLevel/.depend @@ -1,17 +1,11 @@ -termEditor.cmi: disambiguate.cmi -texTermEditor.cmi: disambiguate.cmi invokeTactics.cmi: termEditor.cmi termViewer.cmi hbugs.cmi: invokeTactics.cmi proofEngine.cmo: proofEngine.cmi proofEngine.cmx: proofEngine.cmi logicalOperations.cmo: proofEngine.cmi logicalOperations.cmi logicalOperations.cmx: proofEngine.cmx logicalOperations.cmi -disambiguate.cmo: disambiguate.cmi -disambiguate.cmx: disambiguate.cmi -termEditor.cmo: disambiguate.cmi termEditor.cmi -termEditor.cmx: disambiguate.cmx termEditor.cmi -texTermEditor.cmo: disambiguate.cmi texTermEditor.cmi -texTermEditor.cmx: disambiguate.cmx texTermEditor.cmi +termEditor.cmo: termEditor.cmi +termEditor.cmx: termEditor.cmi xmlDiff.cmo: xmlDiff.cmi xmlDiff.cmx: xmlDiff.cmi chosenTransformer.cmo: chosenTransformer.cmi @@ -26,7 +20,7 @@ invokeTactics.cmx: logicalOperations.cmx proofEngine.cmx termEditor.cmx \ termViewer.cmx invokeTactics.cmi hbugs.cmo: invokeTactics.cmi proofEngine.cmi hbugs.cmi hbugs.cmx: invokeTactics.cmx proofEngine.cmx hbugs.cmi -gTopLevel.cmo: hbugs.cmi invokeTactics.cmi logicalOperations.cmi \ - proofEngine.cmi termEditor.cmi termViewer.cmi texTermEditor.cmi -gTopLevel.cmx: hbugs.cmx invokeTactics.cmx logicalOperations.cmx \ - proofEngine.cmx termEditor.cmx termViewer.cmx texTermEditor.cmx +gTopLevel.cmo: chosenTransformer.cmi hbugs.cmi invokeTactics.cmi \ + logicalOperations.cmi proofEngine.cmi termEditor.cmi termViewer.cmi +gTopLevel.cmx: chosenTransformer.cmx hbugs.cmx invokeTactics.cmx \ + logicalOperations.cmx proofEngine.cmx termEditor.cmx termViewer.cmx diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 9dc7113df..fe1ccddd7 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -3,7 +3,7 @@ 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-logger + helm-cic_transformations helm-logger helm-cic_textual_parser2 PREDICATES = "gnome,init,glade" OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o OCAMLFIND = ocamlfind @@ -23,8 +23,8 @@ stop: $(MAKE) -C ../hbugs/ stop INTERFACE_FILES = \ - proofEngine.mli logicalOperations.mli disambiguate.mli \ - termEditor.mli texTermEditor.mli xmlDiff.mli chosenTransformer.mli termViewer.mli \ + proofEngine.mli logicalOperations.mli \ + termEditor.mli xmlDiff.mli chosenTransformer.mli termViewer.mli \ invokeTactics.mli hbugs.mli DEPOBJS = $(INTERFACE_FILES) $(INTERFACE_FILES:%.mli=%.ml) gTopLevel.ml -- 2.39.2