File: rules

package info (click to toggle)
libpg-query 17-6.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,416 kB
  • sloc: ansic: 175,684; sql: 79,564; ruby: 1,605; makefile: 276; cpp: 221
file content (12 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

override_dh_auto_build:
	$(MAKE) build VERBOSE=1

override_dh_auto_test:
	$(MAKE) examples test TEST_CFLAGS='$$(CPPFLAGS) $$(CFLAGS)' TEST_LDFLAGS='$$(LDFLAGS)'

%:
	dh $@