#!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/ocaml.mk # In order to regenerate 'debian/control' : # DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean # Then check manually if everything's ok DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where) DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore DEB_DH_INSTALL_SOURCEDIR := debian/tmp DEB_DH_INSTALL_ARGS := --list-missing build/libportaudio-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -rf Makefile src/Makefile src/META doc config.log config.status