summaryrefslogtreecommitdiffstats
path: root/testsuite/external/Makefile
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2013-06-03 14:06:57 +0000
committerDamien Doligez <damien.doligez-inria.fr>2013-06-03 14:06:57 +0000
commite86521630c615a585674af3902f909d764a06b24 (patch)
treea804c739ef98cdbf69f7c4d25632a8ad2124c796 /testsuite/external/Makefile
parent38cac2d84760b46a8a4797c8f4375aade5a36d55 (diff)
update external tests -- camlp5 still missing because the AST has changed
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13734 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'testsuite/external/Makefile')
-rw-r--r--testsuite/external/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuite/external/Makefile b/testsuite/external/Makefile
index a33d09d19..bb239ce53 100644
--- a/testsuite/external/Makefile
+++ b/testsuite/external/Makefile
@@ -1353,6 +1353,27 @@ distclean::
rm -f ${KAPUTT}.tar.gz
all: kaputt
+#http://www.coherentpdf.com/ocaml-libraries.html
+CAMLPDF=camlpdf-0.5
+${CAMLPDF}.tar.bz2:
+ ${WGET} http://www.coherentpdf.com/$@
+camlpdf: ${CAMLPDF}.tar.bz2
+ printf "%s " "$@" >/dev/tty
+ test -d ${PREFIX}
+ rm -rf ${CAMLPDF}
+ tar zxf ${CAMLPDF}.tar.bz2
+ ./Patcher.sh ${CAMLPDF}
+ ( cd ${CAMLPDF} && \
+ export PATH=${PREFIX}/bin:$$PATH && \
+ ${MAKE} all && \
+ ${MAKE} install )
+ echo ${VERSION} >$@
+clean::
+ rm -rf ${CAMLPDF} foo
+distclean::
+ rm -f ${CAMLPDF}.tar.gz
+all: camlpdf
+
# http://pauillac.inria.fr/~ddr/camlp5/
CAMLP5=camlp5-6.08
${CAMLP5}.tgz: