X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FproofChecker%2FMakefile;h=aada8a03066a070dc3e32f94cfa50d1f0c7c5f4c;hb=970ba0021a992efe25ec374875dc127ff236cc74;hp=8cea8c8dc6dafcb895d26b3eb1dd5a371f32fda4;hpb=538b694e70fafbf298f27cf57cae13928bac95af;p=helm.git diff --git a/helm/proofChecker/Makefile b/helm/proofChecker/Makefile index 8cea8c8dc..aada8a030 100644 --- a/helm/proofChecker/Makefile +++ b/helm/proofChecker/Makefile @@ -1,5 +1,5 @@ BIN_DIR = /usr/local/bin -REQUIRES = helm-cic_proof_checking +REQUIRES = helm-cic_proof_checking http PREDICATES = OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) -g @@ -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