File: rules

package info (click to toggle)
libaqbanking 2.2.3-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,912 kB
  • ctags: 6,430
  • sloc: ansic: 59,251; cpp: 17,347; sh: 8,930; xml: 6,189; makefile: 3,326; python: 2,806; pascal: 559; perl: 267
file content (24 lines) | stat: -rwxr-xr-x 1,155 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
24
#!/usr/bin/make -f
DEB_DH_INSTALL_SOURCEDIR=$(CURDIR)/debian/tmp
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --disable-static --with-backends="aqhbci aqdtaus aqgeldkarte" --with-frontends="cbanking g2banking qbanking kbanking"
# let aqbanking benefit from symbol visibility feature of gcc
# this explicit setting is needed because the corresponding test in
# configure.ac checks for the basename of the called $CC binary.
CC=gcc
include /usr/share/cdbs/1/rules/debhelper.mk
# ignore qbanking's cfgmodule plugins when looking for shlib depends
# in order to prevent the backends depending on QBanking library
DEB_DH_SHLIBDEPS_ARGS := -X/frontends/qbanking/cfgmodules
DEB_DH_MAKESHLIBS_ARGS_ALL := -X/frontends/qbanking/cfgmodules

clean::
	-rm -rf aqbanking aqbanking++ apidoc headers
	-rm -f aqbanking-config aqbanking.tag listdoc.h
	-rm -f po/*.mo po/*.pot
	-find src/plugins/bankinfo/generic/* -type d -exec rm -rf \{\} \;
build/libaqbanking-doc::
	$(MAKE) srcdoc
	mv apidoc/html/aqbanking-* apidoc/html/aqbanking.html
binary-post-install/aqbanking-tool::
	dh_installdocs -paqbanking-tool ./src/tools/aqbanking-tool/README