File: rules

package info (click to toggle)
librcd 0.1.13-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,832 kB
  • ctags: 89
  • sloc: sh: 8,923; ansic: 1,589; makefile: 38
file content (15 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure

override_dh_clean:
	test ! -f Makefile || $(MAKE) clean distclean distclean-am
	rm -f examples/Makefile statgen/Makefile
	rm -rf aclocal.m4
	rm -f configure examples/Makefile config.guess ltmain.sh config.sub config.h.in
	find ./ -name 'Makefile.in' -delete
	dh_clean