File: rules

package info (click to toggle)
gfsview 20121130%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,384 kB
  • ctags: 2,156
  • sloc: ansic: 14,435; sh: 11,233; makefile: 495; xml: 22
file content (11 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --parallel --with autoreconf

export DEB_CFLAGS_MAINT_APPEND=-I/usr/include/glib-2.0/ -I/usr/lib/$(DEB_HOST_MULTIARCH)/glib-2.0/include/

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/ -name "*.la" | xargs rm -f
	find $(CURDIR)/debian/ -name "*.a" | xargs rm -f