File: rules

package info (click to toggle)
radeontop 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: ansic: 1,955; makefile: 121; sh: 26; xml: 16
file content (14 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export debug=1

export DEB_CFLAGS_MAINT_APPEND += -DENABLE_AMDGPU=1

override_dh_auto_build:
	:

%:
	dh $@