]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_cache/Makefile
1) .cma/.cmxa used to simplify META files.
[helm.git] / helm / ocaml / cic_cache / Makefile
index f149ac97d4f94d2ca3f1df93b83a9da555edc83e..76cba058e9df893a617b07278e7bf7c192f901e3 100644 (file)
@@ -1,36 +1,9 @@
-BIN_DIR = /usr/local/bin
+PACKAGE = cic_cache
 REQUIRES = helm-cic
 PREDICATES =
-OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)"
-OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS)
-OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS)
-OCAMLDEP = ocamldep
-
-all: cicCache.cmo
-opt: cicCache.cmx
 
 DEPOBJS = cicCache.mli cicCache.ml
 
-depend:
-       $(OCAMLDEP) $(DEPOBJS) > .depend
-
-.SUFFIXES: .ml .mli .cmo .cmi .cmx
-.ml.cmo:
-       $(OCAMLC) -c $<
-.mli.cmi:
-       $(OCAMLC) -c $<
-.ml.cmx:
-       $(OCAMLOPT) -c $<
-
-clean:
-       rm -f *.cm[iox]
-
-install:
-       #cp
-
-uninstall:
-       #rm -f
-
-.PHONY: install uninstall clean
+OBJECTS = cicCache.cmo
 
-include .depend
+include ../Makefile.common