File: rules

package info (click to toggle)
mcpp 2.7.2-4
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 8,584 kB
  • ctags: 29,739
  • sloc: ansic: 35,240; sh: 9,241; makefile: 116; cpp: 84; exp: 18
file content (18 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download
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/config.sub config/config.guess

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

override_dh_auto_build:
	dh_auto_build
	rm -f $(CURDIR)/debian/tmp/usr/share/doc/mcpp/LICENSE