File: rules

package info (click to toggle)
stx-btree 0.9-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 9,188 kB
  • ctags: 8,163
  • sloc: cpp: 7,496; sh: 3,964; ansic: 235; perl: 104; makefile: 100; awk: 16; xml: 9
file content (17 lines) | stat: -rwxr-xr-x 470 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
# -*- makefile -*-

DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore

override_dh_auto_configure:
	dh_auto_configure -- $(CROSS) --prefix=/usr \
                                  --mandir=\$${prefix}/share/man \
                                  --infodir=\$${prefix}/share/info \
                                  CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,-z,relro"

override_dh_auto_build:
	dh_auto_build
	doxygen

%:
	dh $@ --with autoreconf