File: rules

package info (click to toggle)
xmix 2.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,061; makefile: 225
file content (13 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

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

execute_after_dh_auto_install:
	mkdir -p $(CURDIR)/debian/xmix/usr/share/icons
	convert xmix.icon.bit $(CURDIR)/debian/xmix/usr/share/icons/xmix.png