File: rules

package info (click to toggle)
libcapsinetwork 0.2.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 892 kB
  • ctags: 65
  • sloc: sh: 7,171; cpp: 345; makefile: 29
file content (21 lines) | stat: -rwxr-xr-x 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

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

DEB_DH_MAKESHLIBS_ARGS_libcapsinetwork0 := -V'libcapsinetwork0 (>= 0.2.5)'

clean::
	rm -f aclocal.m4 config.guess config.h.in config.sub install-sh
	rm -f ltmain.sh missing mkinstalldirs stamp-h.in depcomp configure
	rm -rf autom4te.cache
	find -name Makefile.in | xargs -r rm -f

configure:
	libtoolize --force --copy
	aclocal-1.7
	autoheader
	autoconf
	automake-1.7 -a -c

debian/stamp-autotools-files: configure