]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/Makefile
test branch
[helm.git] / helm / ocaml / getter / Makefile
diff --git a/helm/ocaml/getter/Makefile b/helm/ocaml/getter/Makefile
new file mode 100644 (file)
index 0000000..9ebca23
--- /dev/null
@@ -0,0 +1,20 @@
+
+PACKAGE = getter
+
+INTERFACE_FILES =              \
+       http_getter_wget.mli    \
+       http_getter_logger.mli  \
+       http_getter_misc.mli    \
+       http_getter_const.mli   \
+       http_getter_env.mli     \
+       http_getter_storage.mli \
+       http_getter_common.mli  \
+       http_getter.mli         \
+       $(NULL)
+
+IMPLEMENTATION_FILES = \
+       http_getter_types.ml \
+       $(INTERFACE_FILES:%.mli=%.ml)
+
+include ../Makefile.common
+