]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/extlib/Makefile
Reshaped structure of ocaml/ libraries.
[helm.git] / helm / ocaml / extlib / Makefile
1 PACKAGE = extlib
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         hExtlib.mli             \
6         patternMatcher.mli      \
7         $(NULL)
8 IMPLEMENTATION_FILES = \
9         $(INTERFACE_FILES:%.mli=%.ml)
10 EXTRA_OBJECTS_TO_INSTALL =
11 EXTRA_OBJECTS_TO_CLEAN =
12
13 include ../Makefile.common