]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_omdoc/Makefile
removed the need of REQUIRES in libraries Makefile, they are now queried from the...
[helm.git] / helm / ocaml / cic_omdoc / Makefile
1 PACKAGE = cic_omdoc
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         eta_fixing.mli          \
6         doubleTypeInference.mli \
7         cic2acic.mli            \
8         content.mli             \
9         contentPp.mli           \
10         cic2content.mli         \
11         content2cic.mli         \
12         $(NULL)
13 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
14
15 EXTRA_OBJECTS_TO_INSTALL = \
16 EXTRA_OBJECTS_TO_CLEAN =
17
18 include ../Makefile.common