]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/Makefile
* .mli added where needed
[helm.git] / helm / ocaml / getter / Makefile
index a3b941b0f7d0eab9a58d45f5df68dc1aae651c3e..32812a747bdf55fbae37aa58180df4e9095638d3 100644 (file)
@@ -2,8 +2,8 @@ PACKAGE = getter
 REQUIRES = pxp netclient helm-urimanager
 PREDICATES =
 
-DEPOBJS = clientHTTP.mli clientHTTP.ml getter.mli getter.ml configuration.ml
-
-OBJECTS = configuration.cmo clientHTTP.cmo getter.cmo
+INTERFACE_FILES = configuration.mli clientHTTP.mli getter.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
 
 include ../Makefile.common