File: rules

package info (click to toggle)
bfbtester 2.0.1-7.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, etch, etch-m68k, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 812 kB
  • ctags: 221
  • sloc: sh: 1,880; ansic: 1,596; makefile: 23
file content (13 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
  
DEB_INSTALL_MANPAGES_bfbtester := debian/bfbtester.1

common-configure-impl::
	cd $(DEB_BUILDDIR); touch aclocal.m4 && touch Makefile.in && \
	touch src/Makefile.in && touch src/config.h.in && \
	touch src/bfbt/Makefile && touch configure

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk