File: rules

package info (click to toggle)
libgnomeprintui 2.18.6-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,272 kB
  • sloc: ansic: 14,826; sh: 12,438; makefile: 282; xml: 27
file content (23 lines) | stat: -rwxr-xr-x 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

# Ensure at build time that the library has no dependencies on undefined
# symbols.
LDFLAGS += -Wl,-z,defs

# Speed up loading.
LDFLAGS += -Wl,-O1

PKG_CONFIG_PATH += $(CURDIR)/debian

DEB_CONFIGURE_SCRIPT_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"

DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgnomeprintui2.2-0 (>= 2.17.0)'

DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc