File: rules

package info (click to toggle)
tinyxml2 10.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,572 kB
  • sloc: cpp: 5,823; xml: 3,888; python: 94; makefile: 59
file content (18 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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) \
		-DBUILD_SHARED_LIBS=yes

override_dh_auto_clean:
	rm -rf build

override_dh_makeshlibs:
	dh_makeshlibs -- -c4

%:
	dh $@ -Bbuild -Scmake