#!/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/rules/ocaml.mk PKGNAME = ocaml-ulex08 OCAML_OCAMLDOC_PACKAGES = $(PKGNAME) DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR) OCAML_DHOCAML_FLAGS = --runtime-map=ocaml-ulex08 ifeq ($(OCAML_HAVE_OCAMLOPT),yes) build/$(PKGNAME):: $(MAKE) all.opt endif