#!/usr/bin/make -f # -*- makefile -*- include /usr/share/ocaml/ocamlvars.mk export OCAMLFIND_DESTDIR=$(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR) %: dh $@ --with ocaml override_dh_auto_install: mkdir -p $(OCAMLFIND_DESTDIR) $(MAKE) install