]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/getter/Makefile
a3b941b0f7d0eab9a58d45f5df68dc1aae651c3e
[helm.git] / helm / ocaml / getter / Makefile
1 PACKAGE = getter
2 REQUIRES = pxp netclient helm-urimanager
3 PREDICATES =
4
5 DEPOBJS = clientHTTP.mli clientHTTP.ml getter.mli getter.ml configuration.ml
6
7 OBJECTS = configuration.cmo clientHTTP.cmo getter.cmo
8
9 include ../Makefile.common