File: rules

package info (click to toggle)
surf 0.4.1-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 188 kB
  • sloc: ansic: 1,472; makefile: 144; sh: 26
file content (18 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

#export DH_VERBOSE=1

include /usr/share/dpkg/buildflags.mk
export CPPFLAGS CFLAGS LDFLAGS


%:
	dh ${@}

override_dh_clean:
	rm -rf config.h
	dh_clean

override_dh_auto_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/surf PREFIX=/usr install