]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_annotations_cache/Makefile
1) .cma/.cmxa used to simplify META files.
[helm.git] / helm / ocaml / cic_annotations_cache / Makefile
index d5abc7bb494a05f2443d64e6546813f513bc0d4b..88755306207dd084770d4290487a8f62c0468b62 100644 (file)
@@ -1,36 +1,9 @@
-BIN_DIR = /usr/local/bin
+PACKAGE = cic_annotations_cache
 REQUIRES = helm-cic_annotations
 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