File: rules

package info (click to toggle)
gst123 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 736 kB
  • ctags: 385
  • sloc: cpp: 2,844; sh: 1,042; ansic: 98; makefile: 39
file content (10 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

%:
	dh  $@

override_dh_auto_configure:
	dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed"