File: rules

package info (click to toggle)
density-fitness 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,536 kB
  • sloc: cpp: 342; sh: 126; perl: 100; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 393 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)

export DEST_DIR:=/usr
export LDOPTS:=$(LDFLAGS)

%:
	dh $@