File: rules

package info (click to toggle)
thunderbolt-tools 0.9.3-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: cpp: 913; python: 366; sh: 86; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -pthunderbolt-tools -Bbuild_userspace -Scmake -D. -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr

override_dh_auto_build:
	dh_auto_build -pthunderbolt-tools -Bbuild_userspace

override_dh_auto_install:
	dh_auto_install --destdir debian/thunderbolt-tools -Bbuild_userspace

override_dh_auto_clean:
	rm -rf build*