File: rules

package info (click to toggle)
avrdude 7.1%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,936 kB
  • sloc: ansic: 42,495; yacc: 1,479; lex: 282; makefile: 238; sh: 156; cpp: 141; xml: 82
file content (16 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

ifeq ($(DEB_HOST_ARCH_OS),linux)
	CONFFLAGS += --enable-linuxgpio --enable-linuxspi
endif
%:
	dh $@ --with autoreconf --sourcedirectory=src

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-versioned-doc=no \
		--enable-doc \
		$(CONFFLAGS)

override_dh_missing:
	dh_missing --list-missing