File: rules

package info (click to toggle)
mmv 1.01b-19
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 464 kB
  • ctags: 1,095
  • sloc: ansic: 10,430; makefile: 34
file content (10 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

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

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS) $(shell getconf LFS_CFLAGS) -DIS_SYSV -DHAS_DIRENT -DHAS_RENAME"