File: rules

package info (click to toggle)
libsoil 1.07.20080707.dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,216 kB
  • sloc: ansic: 11,966; cpp: 251; makefile: 85
file content (13 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --sourcedirectory=src --buildsystem=makefile

override_dh_auto_build:
	dh_auto_build -- -f ../projects/makefile/alternate\ Makefile.txt

override_dh_auto_clean:
	dh_auto_clean -- -f ../projects/makefile/alternate\ Makefile.txt

override_dh_auto_install:
	dh_auto_install -- -f ../projects/makefile/alternate\ Makefile.txt DESTDIR=$(CURDIR)/debian/tmp