File: rules

package info (click to toggle)
sqlitecpp 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,608 kB
  • sloc: ansic: 166,965; cpp: 3,720; python: 2,374; xml: 14; sh: 12; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
BUILD_TESTS=-DSQLITECPP_BUILD_TESTS=on
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DSQLITECPP_INTERNAL_SQLITE=off -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) $(BUILD_TESTS)