#!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 LDFLAGS ?= LDFLAGS += -Wl,-z,defs -Wl,-lGL -Wl,-lGLU %: dh $@ --with autotools_dev --parallel override_dh_auto_configure: configure dh_auto_configure -- LDFLAGS="$(LDFLAGS)" override_dh_install: dh_install --list-missing