File: rules

package info (click to toggle)
wordwarvi 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 10,096 kB
  • sloc: ansic: 13,230; makefile: 129
file content (11 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND  = -O3 -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

execute_before_dh_auto_build:
	@echo blhc: ignore-line-regexp: gcc -o stamp stamp.c

%:
	dh $@