File: rules

package info (click to toggle)
libraw 0.16.0-9%2Bdeb8u3
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 8,096 kB
  • ctags: 4,565
  • sloc: cpp: 23,318; sh: 11,432; ansic: 10,526; makefile: 90; perl: 9
file content (14 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

LDFLAGS += -Wl,-z,defs -Wl,--as-needed

%:
	dh $@ --with autotools_dev,autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --prefix=/usr	\
		--bindir=/usr/lib/libraw	\
		--enable-jpeg

override_dh_makeshlibs:
	dh_makeshlibs -V 'libraw10 (>= 0.16.0-1)'