File: rules

package info (click to toggle)
libomxfbdevsink 0.1-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,520 kB
  • sloc: sh: 10,163; ansic: 1,319; makefile: 18
file content (18 lines) | stat: -rwxr-xr-x 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ 

override_dh_auto_configure:
	dh_auto_configure -- --libdir=/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/libomxil-bellagio0 CFLAGS="$(CFLAGS) -Wno-error=unused-but-set-variable"

override_dh_makeshlibs:
	dh_makeshlibs -Xlibomx

override_dh_auto_install:
	dh_auto_install
	find debian -name '*.la' -exec rm {} \;