File: rules

package info (click to toggle)
nasm 2.16.03-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 16,504 kB
  • sloc: ansic: 115,197; asm: 30,197; perl: 6,653; sh: 3,932; makefile: 729; xml: 726; python: 548; lisp: 447; sed: 11
file content (22 lines) | stat: -rwxr-xr-x 383 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
#! /usr/bin/make -f

#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

CFLAGS += $(CPPFLAGS)

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf ./autogen.sh

override_dh_auto_build:
	dh_auto_build
	$(MAKE) doc

# empty override, fills example directory with lots of files
override_dh_auto_test: