File: rules

package info (click to toggle)
avbin 7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 452 kB
  • ctags: 198
  • sloc: ansic: 366; sh: 96; makefile: 41
file content (14 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

build:
	dh build --before configure
	sh ./bootstrap.sh
	dh_auto_configure
	dh build --after configure

clean:
	dh clean
	rm -f config.guess config.sub ltmain.sh install-sh missing depcomp aclocal.m4 configure config.h.in Makefile.in src/Makefile.in

%:
	dh $@