File: rules

package info (click to toggle)
libksba 1.0.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,080 kB
  • ctags: 1,529
  • sloc: ansic: 17,908; sh: 9,142; yacc: 859; makefile: 120; awk: 28
file content (28 lines) | stat: -rwxr-xr-x 946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/make -f

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

DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script
DEB_MAKE_CHECK_TARGET = check
DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libksba8 (>= 1.0.0)"

clean::
	if test -d gl ; then : ; else \
		mkdir -p gl; \
		gnulib-tool --import --dir=. --lib=libgnu --source-base=gl \
			--m4-base=gl/m4 --aux-dir=. --libtool \
			alloca-opt ; \
	fi

	mkdir -p m4
	if test -f ltmain.sh ; then touch ltmain.sh; else libtoolize -c; fi
	if test -f aclocal.m4 ; then touch aclocal.m4; else aclocal-1.9 -I m4 -I gl/m4 ; fi
	if test -f config.h.in ; then touch config.h.in; else autoheader2.50; fi
	if test -f Makefile.in ; then find . -name Makefile.in -exec touch {} \; ;\
		else automake-1.9 --copy --add-missing; fi

	if test -f configure ; then touch configure; else autoconf2.50; fi
	rm -rf autom4te.cache