File: rules

package info (click to toggle)
nlkt 0.3.2.5-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 376 kB
  • ctags: 430
  • sloc: cpp: 3,000; makefile: 10; sh: 7
file content (17 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

DPKG_EXPORT_BUILDFLAGS = 1
   include /usr/share/dpkg/buildflags.mk

ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
	MAKEFLAGS += -j$(NUMJOBS)
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- "-DLOCAL=off"