File: rules

package info (click to toggle)
lifeograph 2.0.3-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 13,012 kB
  • sloc: cpp: 26,844; sh: 20; python: 12; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

BUILDDIR=$(CURDIR)/builddir/

override_dh_auto_configure:
	dh_auto_configure -- --buildtype=release

%:
	dh $@ --buildsystem=meson --builddirectory=$(BUILDDIR)

.PHONY: override_dh_auto_configure