X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2FMakefile;h=4689159e9d787c059cc6ebdbd61f95cb87de2e18;hb=8a96c5b22d51ee2bbecdacbe5e16397914b3a3fb;hp=573c48d141bc0e60874aa60f726b992a804f1a08;hpb=9a54fca5a0fd82206a4fbd386a845c58eefe75ac;p=helm.git diff --git a/helm/http_getter/Makefile b/helm/http_getter/Makefile index 573c48d14..4689159e9 100644 --- a/helm/http_getter/Makefile +++ b/helm/http_getter/Makefile @@ -1,32 +1,29 @@ -VERSION = 0.2.1 +VERSION = 0.2.2 NAME = http_getter DISTDIR = http-getter-$(VERSION) EXTRA_DIST = AUTHORS COPYING NEWS README BUGS - # docs relative to "doc/" dir -DOCS = \ - http_getter.conf.xml.sample +DOCS = doc/http_getter.conf.xml.sample -REQUIRES = http dbm pcre netclient pxp shell threads zip +REQUIRES = http dbm pcre pxp shell threads zip COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o OCAMLFIND = ocamlfind -OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS) -OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMONOPTS) +OCAMLC = $(OCAMLFIND) ocamlc -thread $(COMMONOPTS) +OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(COMMONOPTS) OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMONOPTS) OCAMLDOC = \ ocamldoc \ $(shell $(OCAMLFIND) query -i-format http) \ $(shell $(OCAMLFIND) query -i-format dbm) \ $(shell $(OCAMLFIND) query -i-format pcre) \ - $(shell $(OCAMLFIND) query -i-format netclient) \ $(shell $(OCAMLFIND) query -i-format pxp) \ $(shell $(OCAMLFIND) query -i-format shell) \ $(shell $(OCAMLFIND) query -i-format threads) \ $(shell $(OCAMLFIND) query -i-format zip) MODULES = \ - http_getter_debugger threadSafe \ - http_getter_types http_getter_misc http_getter_const \ - http_getter_env http_getter_common http_getter_map \ + http_getter_debugger threadSafe \ + http_getter_types zack http_getter_misc http_getter_const \ + http_getter_env http_getter_common http_getter_map \ http_getter_cache OBJS = $(patsubst %,%.cmo,$(MODULES))