File: rules

package info (click to toggle)
xmorph 1%3A20150712-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,404 kB
  • sloc: ansic: 24,887; sh: 7,755; cpp: 1,231; makefile: 524; sed: 16
file content (13 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -fgnu89-inline

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-rpath --with-xmorph --with-gtkmorph --with-gtk=2 --with-waili --without-fftw

execute_after_dh_install:
	find debian -name '*.la' -delete