X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fhmysql%2FMakefile;fp=helm%2Focaml%2Fhmysql%2FMakefile;h=2ae1d4e59b619e524126a84c851c16dfb6a65650;hb=792b5d29ebae8f917043d9dd226692919b5d6ca1;hp=0000000000000000000000000000000000000000;hpb=a14a8c7637fd0b95e9d4deccb20c6abc98e8f953;p=helm.git diff --git a/helm/ocaml/hmysql/Makefile b/helm/ocaml/hmysql/Makefile new file mode 100644 index 000000000..2ae1d4e59 --- /dev/null +++ b/helm/ocaml/hmysql/Makefile @@ -0,0 +1,11 @@ +PACKAGE = hmysql +PREDICATES = + +INTERFACE_FILES = \ + hMysql.mli +IMPLEMENTATION_FILES = \ + $(INTERFACE_FILES:%.mli=%.ml) +EXTRA_OBJECTS_TO_INSTALL = +EXTRA_OBJECTS_TO_CLEAN = + +include ../Makefile.common