File: rules

package info (click to toggle)
gpsmanshp 1.2.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: ansic: 1,186; tcl: 412; makefile: 43; sh: 13
file content (15 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/dpkg/buildflags.mk

export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/tcl -c -fPIC
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(CFLAGS) $(CPPFLAGS)"

override_dh_auto_install:
	dh_auto_install -- INSTALLDIR=debian/gpsmanshp/usr/lib/tcl