]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/extlib/Makefile
implemented the first bunch of useful functions
[helm.git] / helm / ocaml / extlib / Makefile
1 PACKAGE = extlib
2 REQUIRES = unix 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