#!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/class/ocaml.mk PKGNAME = libhttp-ocaml-dev DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR) ifeq ($(HAVE_OCAMLOPT),yes) build/$(PKGNAME):: $(MAKE) opt endif