X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=0fc38eac95cc4deeaf9acd962d8d0c6aa6702523;hb=528294d5228f65f4b3fbd3ebe00a5cd9a8f3b929;hp=c0d7aabd00c9ffb7126bde4a9641aa8ce9045903;hpb=cba2bdcb2944a5d2a4f2e1560262430fd45e61e6;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index c0d7aabd0..0fc38eac9 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -1,6 +1,7 @@ BIN_DIR = /usr/local/bin REQUIRES = lablgtkmathview helm-cic_textual_parser helm-cic_proof_checking \ - helm-xml gdome_xslt helm-cic_unification + helm-xml gdome2-xslt helm-cic_unification helm-mathql \ + helm-mathql_interpreter PREDICATES = OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) @@ -13,11 +14,14 @@ LIBRARIES_OPT = $(shell ocamlfind query -recursive -predicates "native $(PREDICA all: gTopLevel opt: gTopLevel.opt -DEPOBJS = xml2Gdome.ml proofEngine.ml cic2Xml.ml cic2acic.ml \ - logicalOperations.ml sequentPp.ml gTopLevel.ml +DEPOBJS = xml2Gdome.ml proofEngineReduction.ml proofEngine.ml \ + doubleTypeInference.ml doubleTypeInference.mli cic2acic.ml \ + cic2Xml.ml cic2acic.mli logicalOperations.ml sequentPp.ml \ + mquery.mli mquery.ml gTopLevel.ml -TOPLEVELOBJS = xml2Gdome.cmo proofEngine.cmo cic2Xml.cmo cic2acic.cmo \ - logicalOperations.cmo sequentPp.cmo gTopLevel.cmo +TOPLEVELOBJS = xml2Gdome.cmo proofEngineReduction.cmo proofEngine.cmo \ + doubleTypeInference.cmo cic2acic.cmo cic2Xml.cmo \ + logicalOperations.cmo sequentPp.cmo mquery.cmo gTopLevel.cmo depend: $(OCAMLDEP) $(DEPOBJS) > .depend