]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/Makefile.defs
no longer use -pack and Http.*, now interface is the usual Http_*
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
1 PKGNAME = http
2
3 DEBUG_OPTS =
4 COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -package "unix,pcre,netstring"
5 OCAMLFIND = ocamlfind
6 OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS)
7 OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS)
8 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_OPTS)
9
10 DISTNAME = ocaml-http
11 DISTVERSION = 0.0.2
12 DISTDIR = $(DISTNAME)-$(DISTVERSION)
13 EXTRA_DIST = INSTALL LICENSE README META.in Makefile Makefile.defs .depend tophttp
14
15