X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FproofChecker%2FMakefile;h=af48d0a5d1e941ec7d45a6831a6192fdb5be17c4;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=8cea8c8dc6dafcb895d26b3eb1dd5a371f32fda4;hpb=538b694e70fafbf298f27cf57cae13928bac95af;p=helm.git diff --git a/helm/proofChecker/Makefile b/helm/proofChecker/Makefile index 8cea8c8dc..af48d0a5d 100644 --- a/helm/proofChecker/Makefile +++ b/helm/proofChecker/Makefile @@ -1,7 +1,7 @@ BIN_DIR = /usr/local/bin -REQUIRES = helm-cic_proof_checking +REQUIRES = helm-cic_proof_checking http PREDICATES = -OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" +OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) -g OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS) OCAMLDEP = ocamldep @@ -9,8 +9,8 @@ OCAMLDEP = ocamldep LIBRARIES = $(shell ocamlfind query -recursive -predicates "byte $(PREDICATES)" -format "%d/%a" $(REQUIRES)) LIBRARIES_OPT = $(shell ocamlfind query -recursive -predicates "native $(PREDICATES)" -format "%d/%a" $(REQUIRES)) -all: proofChecker -opt: proofChecker.opt +all: $(PROOFCHECKEROBJS) proofChecker +opt: $(PROOFCHECKEROBJS:.cmo=.cmx) proofChecker.opt DEPOBJS = proofChecker.ml