File: rules

package info (click to toggle)
libpcre%2B%2B 0.9.5-6.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 2,032 kB
  • ctags: 194
  • sloc: sh: 6,870; cpp: 835; makefile: 41
file content (18 lines) | stat: -rwxr-xr-x 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile-gmake -*-

%:
	dh $@ --with autoreconf

override_dh_auto_clean:
	dh_auto_clean
	rm -f config.sub config.guess
	rm -f INSTALL Makefile.in aclocal.m4 configure depcomp \
	      doc/Makefile.in examples/Makefile.in install-sh \
	      libpcre++/Makefile.in libpcre++/config.h.in \
	      ltmain.sh missing mkinstalldirs test/Makefile.in

override_dh_auto_configure:
	ln -sf /usr/share/misc/config.sub .
	ln -sf /usr/share/misc/config.guess .
	dh_auto_configure