File: rules

package info (click to toggle)
tinyxml2 7.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,252 kB
  • sloc: cpp: 5,271; xml: 3,888; python: 95; makefile: 57
file content (17 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/dpkg/default.mk

override_dh_auto_configure:
	dh_auto_configure -Bbuild -Scmake --			      \
		-DCMAKE_INSTALL_LIBDIR:PATH=lib/$(DEB_HOST_MULTIARCH)

override_dh_auto_clean:
	rm -rf build

override_dh_makeshlibs:
	dh_makeshlibs -- -c4

%:
	dh $@ -Bbuild -Scmake