2011-12-18 17:58:42 -07:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# -*- makefile -*-
|
|
|
|
|
|
|
|
# Uncomment this to turn on verbose mode.
|
2015-01-09 19:50:42 +13:00
|
|
|
#export DH_VERBOSE=1
|
2011-12-18 17:58:42 -07:00
|
|
|
|
|
|
|
# This has to be exported to make some magic below work.
|
2015-01-09 19:50:42 +13:00
|
|
|
export DH_OPTIONS
|
2011-12-18 17:58:42 -07:00
|
|
|
|
2015-01-09 19:50:42 +13:00
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
|
|
|
# Disabled because OpenPilot makefile cleans and builds.
|
|
|
|
override_dh_auto_clean:
|
2015-01-30 09:42:07 +13:00
|
|
|
#
|
2015-01-09 19:50:42 +13:00
|
|
|
|
|
|
|
override_dh_auto_build:
|
|
|
|
#dh_auto_build -- all
|
|
|
|
|
|
|
|
override_dh_auto_test:
|
|
|
|
# Fails non-silently because it is run under fakeroot.
|
|
|
|
|
|
|
|
override_dh_auto_install:
|
2015-01-10 10:53:07 +13:00
|
|
|
dh_auto_install -- prefix=/usr
|