]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/Makefile.defs
Mathql_interpreter now using db helm_mowgli_new_schema.
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
index a22325292be3dd3614aa1bdc4c08fed0c7dd3965..e94f344ecbc7b2c2b6f9cadffdab5c5120adb828 100644 (file)
@@ -1,15 +1,18 @@
 PKGNAME = http
+DISTVERSION = 0.0.5
 
 DEBUG_OPTS =
-COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -package "unix,pcre,netstring"
+REQUIRES = unix pcre netstring threads
+COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -package "$(REQUIRES)"
 OCAMLFIND = ocamlfind
-OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS)
-OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS)
+OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS) -thread
+OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS) -thread
 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_OPTS)
+OCAMLDOC = ocamldoc
 
 DISTNAME = ocaml-http
-DISTVERSION = 0.0.1
 DISTDIR = $(DISTNAME)-$(DISTVERSION)
-EXTRA_DIST = INSTALL LICENSE README META.in Makefile Makefile.defs .depend tophttp
+EXTRA_DIST =   \
+       INSTALL LICENSE README META.in Makefile Makefile.defs .depend tophttp doc