X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2FMakefile.defs;h=642a7acb5fbd5f7cd42b488695067a80dcad3e74;hb=84da82981de31834b38693a8da428373571b556f;hp=fcd612e5fee9ec939ceb4a12736be9ece65d0854;hpb=9a072f192471daeca8cb409e991f0073b1d4271f;p=helm.git diff --git a/helm/DEVEL/ocaml-http/Makefile.defs b/helm/DEVEL/ocaml-http/Makefile.defs index fcd612e5f..642a7acb5 100644 --- a/helm/DEVEL/ocaml-http/Makefile.defs +++ b/helm/DEVEL/ocaml-http/Makefile.defs @@ -1,15 +1,20 @@ PKGNAME = http -DISTVERSION = 0.0.4 +DISTVERSION = $(shell dpkg-parsechangelog | egrep '^Version: ' | sed 's/^Version: //') -DEBUG_OPTS = -COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -thread -package "unix,pcre,netstring,threads" +DEBUG_FLAGS = +REQUIRES = unix pcre netstring +COMMON_FLAGS = $(DEBUG_FLAGS) -pp camlp4o -package "$(REQUIRES)" +THREADS_FLAGS = -package threads -thread OCAMLFIND = ocamlfind -OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS) -OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS) -OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_OPTS) +OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_FLAGS) +OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_FLAGS) +OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_FLAGS) +OCAMLDOC := ocamldoc -I $(shell $(OCAMLFIND) query netstring) DISTNAME = ocaml-http 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 Makefile.overrides \ + .depend tophttp doc