]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/Makefile
ocaml 3.09 transition
[helm.git] / helm / ocaml / getter / Makefile
index af3674f66042d64dc5901acf25458861f7d491c8..c6450d17814c145ffb20997bcaae2a59e64d668b 100644 (file)
@@ -1,10 +1,24 @@
+
 PACKAGE = getter
-REQUIRES = pxp helm-urimanager http
-PREDICATES =
 
-INTERFACE_FILES = configuration.mli clientHTTP.mli getter.mli
-IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
-EXTRA_OBJECTS_TO_INSTALL =
-EXTRA_OBJECTS_TO_CLEAN =
+REQUIRES = \
+       http unix pcre zip \
+       helm-xml helm-logger helm-urimanager helm-registry
+
+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
+