File: rules

package info (click to toggle)
libmmap-allocator 0.4.0%2Bgit20200122.adbfbe1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: cpp: 1,369; makefile: 118; ansic: 61; sh: 11
file content (19 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- libmmap_allocator.so libmmap_allocator.a

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	make test
endif

override_dh_auto_install:
	echo "Do nothing to install"
#	mkdir -p debian/`dh_listpackages`/usr/include
#	dh_auto_install -- TARGET_DIR=debian/`dh_listpackages`/usr/include