]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/extlib/Makefile
* Part of matita that used to deal with the library moved into ocaml/library
[helm.git] / helm / ocaml / extlib / Makefile
1 PACKAGE = extlib
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         hExtlib.mli             \
6         patternMatcher.mli      \
7         hLog.mli \
8         $(NULL)
9 IMPLEMENTATION_FILES = \
10         $(INTERFACE_FILES:%.mli=%.ml)
11 EXTRA_OBJECTS_TO_INSTALL =
12 EXTRA_OBJECTS_TO_CLEAN =
13
14 include ../Makefile.common