1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-21 06:52:11 +01:00

22 lines
426 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
2015-01-09 19:50:42 +13:00
#export DH_VERBOSE=1
# This has to be exported to make some magic below work.
2015-01-09 19:50:42 +13:00
export DH_OPTIONS
2015-01-09 19:50:42 +13:00
%:
dh $@
2016-03-31 10:01:29 +13:00
override_dh_auto_configure:
$(MAKE) config_new GCS_EXTRA_CONF='osg osgearth' WITH_PREBUILT_FW=$(CURDIR)/firmware
2016-03-31 10:01:29 +13:00
2015-01-09 19:50:42 +13:00
override_dh_auto_build:
2016-03-31 10:01:29 +13:00
dh_auto_build -- opfw_resource gcs
2015-01-09 19:50:42 +13:00
override_dh_auto_install:
dh_auto_install -- prefix=/usr