File: rules

package info (click to toggle)
xbubble 0.5.11.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,516 kB
  • sloc: sh: 8,882; ansic: 5,628; makefile: 57; sed: 16
file content (17 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# Fix build on alpha.
ifneq (,$(findstring alpha,$(DEB_BUILD_GNU_TYPE)))
	CFLAGS += -mieee
endif

# Don't link against unneeded libs.
LDFLAGS = -Wl,--as-needed

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --bindir=\$${prefix}/games