mirror of
				https://gitlab.com/ubports/development/core/hybris-support/ofono-binder-plugin-ext-qti
				synced 2025-11-04 13:05:41 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			280 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			280 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
# -*- makefile -*-
 | 
						|
 | 
						|
# Uncomment this to turn on verbose mode.
 | 
						|
#export DH_VERBOSE=1
 | 
						|
 | 
						|
export OFONO_PKG = ofono-sailfish
 | 
						|
 | 
						|
LIBDIR=usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 | 
						|
 | 
						|
override_dh_auto_build:
 | 
						|
	dh_auto_build -- LIBDIR=$(LIBDIR) release
 | 
						|
 | 
						|
%:
 | 
						|
	dh $@
 |