]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/Makefile
made "dtd_dir" optional, is needed only by the web server, not by matita
[helm.git] / helm / ocaml / getter / Makefile
index 576b046191b0454c1dfa348c1a0fcd628df2c008..0f2132eec8deb690f4dfd9c94cd6717c9e65583d 100644 (file)
@@ -1,10 +1,21 @@
+
 PACKAGE = getter
-REQUIRES = pxp netclient helm-urimanager
-PREDICATES =
 
-INTERFACE_FILES = configuration.mli clientHTTP.mli getter.mli
-IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
-EXTRA_OBJECTS_TO_INSTALL =
-EXTRA_OBJECTS_TO_CLEAN =
+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.defs
 include ../Makefile.common
+