]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/extlib/Makefile
f271f6ace7254dde20bcf213c297d4cacd114cac
[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