]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/Makefile.defs
- bumped version to 0.0.5
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
1 PKGNAME = http
2 DISTVERSION = 0.0.5
3
4 DEBUG_OPTS =
5 COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -package "unix,pcre,netstring,threads"
6 OCAMLFIND = ocamlfind
7 OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS) -thread
8 OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS) -thread
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