File: rules

package info (click to toggle)
sope 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,408 kB
  • ctags: 2,779
  • sloc: objc: 167,855; sh: 3,646; ansic: 3,399; python: 318; makefile: 181
file content (24 lines) | stat: -rwxr-xr-x 707 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
24
#!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
include /usr/share/dpkg/buildflags.mk
# FIXME: dpkg-buildflags / cdbs should support OBJCFLAGS
DEB_MAKE_BUILD_TARGET = all messages=yes OBJCFLAGS="$(CFLAGS)"
# This will make sure that the SOGo binary packages will always depend
# on the latest SOPE
DEB_DH_MAKESHLIBS_ARGS = -V
DEB_DH_STRIP_ARGS := --ddeb-migration='libsope1-dbg (<< 3.0.2-1~)'

-include /usr/share/cdbs/1/rules/gnustep.mk
-include /usr/share/cdbs/1/class/gnumakefile.mk

common-configure-arch:: config.make

clean::
	touch config.make
	$(MAKE) distclean

config.make:
	./configure --disable-strip --with-gnustep --with-ssl=gnutls