File: rules

package info (click to toggle)
tinyxml2 0~git20120518.1.a2ae54e-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 472 kB
  • sloc: xml: 3,888; cpp: 2,728; python: 50; makefile: 18
file content (22 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/dpkg/default.mk

override_dh_auto_configure:
	dh_auto_configure -Bbuild --					\
		-DBUILD_SHARED_LIBS=ON					\
		-DBUILD_STATIC_LIBS=ON					\
		-DCMAKE_INSTALL_LIBDIR:PATH=lib/$(DEB_HOST_MULTIARCH)

override_dh_auto_build:
	dh_auto_build -Bbuild

override_dh_auto_install:
	dh_auto_install -Bbuild

override_dh_auto_clean:
	rm -rf build

%:
	dh $@