File: rules

package info (click to toggle)
nvidia-xconfig 304.48-1
  • links: PTS, VCS
  • area: contrib
  • in suites: wheezy
  • size: 800 kB
  • sloc: ansic: 12,453; makefile: 82
file content (17 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE=1
export NV_VERBOSE=1

ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
export DEBUG = 1
endif

export PREFIX = /usr


%:
	dh $@

override_dh_auto_build:
	CC_ONLY_CFLAGS="$(CPPFLAGS)" dh_auto_build