X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=fe1ccddd7af97ad5567de844cde0a3d089458b3a;hb=7cb90c67bc6f8113188a91ecc29f6db20db5aeb8;hp=89102f855178719f2c2286fbbd4c49fe0eb75863;hpb=31540d9f3436e7a3bc0fa5b097c7d81af80ec07f;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 89102f855..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 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