File: rules

package info (click to toggle)
mkcue 1-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 536 kB
  • ctags: 253
  • sloc: sh: 2,618; cpp: 1,747; makefile: 83
file content (16 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

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

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_auto_configure:
	dh_auto_configure

override_dh_auto_build:
	docbook-to-man debian/mkcue.sgml > mkcue.1
	dh_auto_build -- CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"