]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_unification/Makefile
457286589e7ae0365c59acfadf7f681465c04a0a
[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.mli \
7         cicMetaSubst.mli \
8         cicUnification.mli \
9         freshNamesGenerator.mli \
10         cicRefine.mli
11 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
12 EXTRA_OBJECTS_TO_INSTALL =
13
14 include ../Makefile.common