]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/proofChecker/Makefile
* added new .ml files to be ignored
[helm.git] / helm / proofChecker / Makefile
index 8cea8c8dc6dafcb895d26b3eb1dd5a371f32fda4..aada8a03066a070dc3e32f94cfa50d1f0c7c5f4c 100644 (file)
@@ -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