]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/hmysql/Makefile
ocaml 3.09 transition
[helm.git] / helm / ocaml / hmysql / Makefile
1 PACKAGE = hmysql
2 REQUIRES = mysql helm-registry helm-extlib 
3 PREDICATES =
4
5 INTERFACE_FILES = \
6         hMysql.mli 
7 IMPLEMENTATION_FILES = \
8         $(INTERFACE_FILES:%.mli=%.ml)
9 EXTRA_OBJECTS_TO_INSTALL =
10 EXTRA_OBJECTS_TO_CLEAN =
11
12 include ../Makefile.common