File: rules

package info (click to toggle)
symlinks 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: ansic: 1,307; makefile: 25
file content (10 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) -D_GNU_SOURCE
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) -Wall -Wstrict-prototypes
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)

override_dh_auto_install:

%:
	dh $@