File: rules

package info (click to toggle)
liboglappth 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,472 kB
  • sloc: sh: 9,780; cpp: 1,778; makefile: 35
file content (20 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

LDFLAGS ?=
LDFLAGS += -Wl,-z,defs -Wl,-lGL -Wl,-lGLU

%:
	dh $@

override_dh_auto_configure: configure
	dh_auto_configure -- LDFLAGS="$(LDFLAGS)"

override_dh_missing:
	find debian -name "*.la" -delete
	dh_missing