X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=0fc38eac95cc4deeaf9acd962d8d0c6aa6702523;hb=528294d5228f65f4b3fbd3ebe00a5cd9a8f3b929;hp=a8f9d6b06709222bac1ebb70eeb97045b5250e65;hpb=4afb38bb0927c06ab4e64656f31cfc0fcb089b1e;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index a8f9d6b06..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 gdome2-xslt helm-cic_unification helm-mathql_interpreter + 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,13 +14,14 @@ LIBRARIES_OPT = $(shell ocamlfind query -recursive -predicates "native $(PREDICA all: gTopLevel opt: gTopLevel.opt -DEPOBJS = xml2Gdome.ml proofEngineReduction.ml proofEngine.ml cic2Xml.ml \ - cic2acic.ml logicalOperations.ml sequentPp.ml mquery.mli mquery.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 proofEngineReduction.cmo proofEngine.cmo \ - cic2Xml.cmo cic2acic.cmo logicalOperations.cmo sequentPp.cmo \ - mquery.cmo gTopLevel.cmo + doubleTypeInference.cmo cic2acic.cmo cic2Xml.cmo \ + logicalOperations.cmo sequentPp.cmo mquery.cmo gTopLevel.cmo depend: $(OCAMLDEP) $(DEPOBJS) > .depend