File: rules

package info (click to toggle)
pcsxr 1.9.94-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,500 kB
  • ctags: 16,110
  • sloc: ansic: 117,276; objc: 8,159; cpp: 1,140; makefile: 316; asm: 145; pascal: 30; sh: 20
file content (23 lines) | stat: -rwxr-xr-x 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed

%:
	dh $@ --parallel --with autoreconf

override_dh_autoreconf:
	mkdir -p include
	dh_autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --bindir=/usr/games --enable-opengl

override_dh_auto_install:
	dh_auto_install
	rm -f $(CURDIR)/debian/pcsxr/usr/lib/*/psemu/*.la

override_dh_auto_test:

override_dh_strip:
	dh_strip --dbgsym-migration='pcsxr-dbg (<< 1.9.94-1~)'