File: rules

package info (click to toggle)
libgnomeprintui 2.18.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,352 kB
  • ctags: 1,907
  • sloc: ansic: 14,837; sh: 11,426; xml: 1,776; makefile: 281
file content (23 lines) | stat: -rwxr-xr-x 645 bytes parent folder | download | duplicates (2)
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/simple-patchsys.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