]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/Makefile
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / ocaml / getter / Makefile
diff --git a/helm/ocaml/getter/Makefile b/helm/ocaml/getter/Makefile
deleted file mode 100644 (file)
index 99529c2..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-
-PACKAGE = getter
-
-REQUIRES = \
-       http dbm pcre shell zip \
-       helm-pxp helm-thread helm-logger helm-urimanager helm-registry
-
-INTERFACE_FILES = \
-       clientHTTP.mli \
-       http_getter_logger.mli \
-       http_getter_misc.mli \
-       http_getter_const.mli \
-       http_getter_env.mli \
-       http_getter_common.mli \
-       http_getter_map.mli \
-       http_getter_cache.mli \
-       http_getter.mli
-
-IMPLEMENTATION_FILES = \
-       http_getter_types.ml \
-       $(INTERFACE_FILES:%.mli=%.ml)
-
-include ../Makefile.common
-
-test: getter.cma test.ml
-       $(OCAMLC) -linkpkg -o $@ $^
-