File: rules

package info (click to toggle)
seyon 2.20c-34
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,420 kB
  • sloc: ansic: 17,887; yacc: 184; sh: 183; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -fcommon

%:
	dh $@ --no-parallel

override_dh_auto_build:
	xmkmf
	dh_auto_build -- LOCAL_LDFLAGS="$(LDFLAGS)" CDEBUGFLAGS="" \
		CCOPTIONS="$(CFLAGS) $(CPPFLAGS) -fno-strict-aliasing -Wall"

override_dh_installchangelogs:
	dh_installchangelogs 1-CHANGES