#!/usr/bin/make -f # -*- makefile -*- include /usr/share/ocaml/ocamlvars.mk DESTDIR := $(CURDIR)/debian/tmp export DESTDIR %: dh $@ --with ocaml --buildsystem ocaml_dune execute_after_dh_auto_build: $(MAKE) doc/cudf-check.1 c-lib ifeq ($(OCAML_HAVE_OCAMLOPT),yes) $(MAKE) c-lib-opt endif execute_after_dh_auto_install: make -C c-lib/ -e install