]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/Makefile
- getter revolution: split backend and frontend (this is the backend)
[helm.git] / helm / ocaml / getter / Makefile
index af3674f66042d64dc5901acf25458861f7d491c8..ac3abcce4f521f719b21d52831771f5a672770e0 100644 (file)
@@ -1,10 +1,27 @@
+
 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 dbm pcre pxp shell zip \
+       helm-thread helm-logger helm-urimanager helm-registry
+
+INTERFACE_FILES = \
+       clientHTTP.mli \
+       http_getter_debugger.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 $@ $^
+