]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_unification/Makefile
added CicMetaSubst module for metavariable instantiatiation
[helm.git] / helm / ocaml / cic_unification / Makefile
1 PACKAGE = cic_unification
2 REQUIRES = helm-cic_proof_checking
3 PREDICATES =
4
5 INTERFACE_FILES = \
6         cicMkImplicit.ml \
7         cicMetaSubst.mli \
8         cicUnification.mli \
9         cicRefine.mli
10 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
11 EXTRA_OBJECTS_TO_INSTALL =
12
13 include ../Makefile.common