]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_unification/Makefile
removed the need of REQUIRES in libraries Makefile, they are now queried from the...
[helm.git] / helm / ocaml / cic_unification / Makefile
1 PACKAGE = cic_unification
2 PREDICATES =
3
4 INTERFACE_FILES = \
5         cicMetaSubst.mli \
6         cicMkImplicit.mli \
7         cicUnification.mli \
8         coercDb.mli \
9         coercGraph.mli \
10         cicRefine.mli
11 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
12 EXTRA_OBJECTS_TO_INSTALL =
13
14 include ../Makefile.common