]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/Makefile.defs
Initial revision
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
1 PKGNAME = http
2 DISTVERSION = $(shell dpkg-parsechangelog | egrep '^Version: ' | sed 's/^Version: //')
3
4 DEBUG_FLAGS =
5 REQUIRES = unix pcre netstring
6 COMMON_FLAGS = $(DEBUG_FLAGS) -pp camlp4o -package "$(REQUIRES)"
7 THREADS_FLAGS = -package threads -thread
8 OCAMLFIND = ocamlfind
9 OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_FLAGS)
10 OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_FLAGS)
11 OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_FLAGS)
12 OCAMLDOC := ocamldoc -I $(shell $(OCAMLFIND) query netstring)
13
14 DISTNAME = ocaml-http
15 DISTDIR = $(DISTNAME)-$(DISTVERSION)
16 EXTRA_DIST =    \
17         INSTALL LICENSE README META.in Makefile Makefile.defs Makefile.overrides        \
18         .depend tophttp doc
19
20