1*2e9d4914SAndroid Build Coastguard Worker#!/usr/bin/make -f 2*2e9d4914SAndroid Build Coastguard Worker 3*2e9d4914SAndroid Build Coastguard Worker# Uncomment this to turn on verbose mode. 4*2e9d4914SAndroid Build Coastguard Worker# # export DH_VERBOSE=1 5*2e9d4914SAndroid Build Coastguard Worker 6*2e9d4914SAndroid Build Coastguard Workeroverride_dh_auto_build-indep: 7*2e9d4914SAndroid Build Coastguard Worker $(MAKE) -C doc pdf 8*2e9d4914SAndroid Build Coastguard Worker 9*2e9d4914SAndroid Build Coastguard Workeroverride_dh_strip: 10*2e9d4914SAndroid Build Coastguard Worker dh_strip -p libconfig9 --dbg-package=libconfig-dbg 11*2e9d4914SAndroid Build Coastguard Worker dh_strip -p libconfig++9v5 --dbg-package=libconfig++-dbg 12*2e9d4914SAndroid Build Coastguard Worker 13*2e9d4914SAndroid Build Coastguard Worker%: 14*2e9d4914SAndroid Build Coastguard Worker dh $@ --parallel --with autoreconf 15