]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/Makefile.defs
added ocaml-http 0.0.1
[helm.git] / helm / DEVEL / ocaml-http / Makefile.defs
diff --git a/helm/DEVEL/ocaml-http/Makefile.defs b/helm/DEVEL/ocaml-http/Makefile.defs
new file mode 100644 (file)
index 0000000..a223252
--- /dev/null
@@ -0,0 +1,15 @@
+PKGNAME = http
+
+DEBUG_OPTS =
+COMMON_OPTS = $(DEBUG_OPTS) -pp camlp4o -package "unix,pcre,netstring"
+OCAMLFIND = ocamlfind
+OCAMLC = $(OCAMLFIND) ocamlc $(COMMON_OPTS)
+OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS)
+OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_OPTS)
+
+DISTNAME = ocaml-http
+DISTVERSION = 0.0.1
+DISTDIR = $(DISTNAME)-$(DISTVERSION)
+EXTRA_DIST = INSTALL LICENSE README META.in Makefile Makefile.defs .depend tophttp
+
+