]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/extlib/Makefile
New module HMysql (to abstract over Mysql and make profiling easier).
[helm.git] / helm / ocaml / extlib / Makefile
1 PACKAGE = extlib
2 REQUIRES = mysql
3 PREDICATES =
4
5 INTERFACE_FILES = \
6         hExtlib.mli \
7         hMysql.mli
8 IMPLEMENTATION_FILES = \
9         $(INTERFACE_FILES:%.mli=%.ml)
10 EXTRA_OBJECTS_TO_INSTALL =
11 EXTRA_OBJECTS_TO_CLEAN =
12
13 include ../Makefile.common