#!/usr/bin/make -f # -*- makefile -*- include /usr/share/coq/coqvars.mk %: dh $@ --with ocaml .PHONY: override_dh_auto_build override_dh_auto_build: $(MAKE) world .PHONY: override_dh_auto_install override_dh_auto_install: $(MAKE) -f Makefile.coq install DSTROOT=$(CURDIR)/debian/tmp .PHONY: override_dh_install override_dh_install: dh_install --fail-missing .PHONY: override_dh_gencontrol override_dh_gencontrol: dh_gencontrol -- -VF:CoqABI="$(COQ_ABI)"