]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/Makefile.defs
- added support for multithreaded daemons
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
1 PKGNAME = http
2 DISTVERSION = 0.0.4
3
4 DEBUG_OPTS =
5 COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -thread -package "unix,pcre,netstring,threads"
6 OCAMLFIND = ocamlfind
7 OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS)
8 OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS)
9 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_OPTS)
10
11 DISTNAME = ocaml-http
12 DISTDIR = $(DISTNAME)-$(DISTVERSION)
13 EXTRA_DIST = INSTALL LICENSE README META.in Makefile Makefile.defs .depend tophttp
14
15