X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=fe1ccddd7af97ad5567de844cde0a3d089458b3a;hb=7cb90c67bc6f8113188a91ecc29f6db20db5aeb8;hp=076fef910c0d4fcc4726f376b1c1ce1657e09030;hpb=2122459392680c4b53e32a2cf1d4792405f118ce;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 076fef910..fe1ccddd7 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -2,8 +2,8 @@ BIN_DIR = /usr/local/bin 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-tactics threads hbugs-client mathml-editor \ + helm-cic_transformations helm-logger helm-cic_textual_parser2 PREDICATES = "gnome,init,glade" OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o OCAMLFIND = ocamlfind @@ -17,17 +17,22 @@ LIBRARIES_OPT = $(shell $(OCAMLFIND) query -recursive -predicates "native $(PRED all: styles gTopLevel opt: styles gTopLevel.opt -DEPOBJS = \ - proofEngine.ml proofEngine.mli logicalOperations.ml \ - logicalOperations.mli disambiguate.ml disambiguate.mli termEditor.ml \ - termEditor.mli texTermEditor.ml texTermEditor.mli xmlDiff.ml \ - xmlDiff.mli termViewer.ml termViewer.mli invokeTactics.ml \ - invokeTactics.mli hbugs.ml hbugs.mli gTopLevel.ml +start: + $(MAKE) -C ../hbugs/ start +stop: + $(MAKE) -C ../hbugs/ stop -TOPLEVELOBJS = \ - proofEngine.cmo logicalOperations.cmo \ - disambiguate.cmo termEditor.cmo texTermEditor.cmo xmlDiff.cmo \ - termViewer.cmo invokeTactics.cmo hbugs.cmo gTopLevel.cmo +INTERFACE_FILES = \ + 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 + +TOPLEVELOBJS = $(INTERFACE_FILES:%.mli=%.cmo) gTopLevel.cmo + +$(INTERFACE_FILES:%.mli=%.cmo): $(LIBRARIES) +$(INTERFACE_FILES:%.mli=%.cmx): $(LIBRARIES_OPT) styles: @echo "***********************************************************************" @@ -72,11 +77,3 @@ uninstall: ifneq ($(MAKECMDGOALS), depend) include .depend endif - - - - - - - -