File: rules

package info (click to toggle)
popplerkit.framework 0.0.20051227svn-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,656 kB
  • sloc: objc: 2,303; cpp: 672; sh: 475; ansic: 55; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 381 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
#export DH_VERBOSE=1

include /usr/share/GNUstep/debian/config.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- $(verbose) $(optim) \
	  $(shell dpkg-buildflags --export=cmdline) \
	  CFLAGS= CCFLAGS="$(CXXFLAGS)"

execute_before_dh_link:
	gsdh_gnustep