File: rules

package info (click to toggle)
avbin 7-1.3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 448 kB
  • sloc: ansic: 396; sh: 96; makefile: 39
file content (12 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

override_dh_auto_configure:
	sh ./bootstrap.sh
	dh_auto_configure

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

%:
	dh $@