]> andersk Git - nss_nonlocal.git/blame - debian/rules
Debian release 1.8-0debathena3.
[nss_nonlocal.git] / debian / rules
CommitLineData
e9dcc028
AK
1#!/usr/bin/make -f
2
75b66003
AK
3DEB_AUTO_UPDATE_AUTOCONF = 2.50
4DEB_AUTO_UPDATE_AUTOHEADER = 2.50
5DEB_AUTO_UPDATE_AUTOMAKE = 1.9
6DEB_AUTO_UPDATE_ACLOCAL = 1.9
7DEB_AUTO_UPDATE_LIBTOOL = pre
8
e9dcc028 9include /usr/share/cdbs/1/rules/debhelper.mk
75b66003
AK
10include /usr/share/cdbs/1/class/autotools.mk
11
12DEB_CONFIGURE_PREFIX = /
8db8b5bf 13DEB_DH_SHLIBDEPS_ARGS = -- -xglibc-private
75b66003
AK
14
15debian/stamp-autotools-files: DEB_AUTO_UPDATE_AUTOMAKE += --foreign --add-missing
16
17debian/stamp-autotools-files: aclocal.m4
18aclocal.m4:
19 touch $@
e9dcc028 20
75b66003
AK
21clean::
22 rm -f aclocal.m4 config.guess config.sub install-sh ltmain.sh \
23 configure config.h.in missing depcomp Makefile.in
This page took 0.043021 seconds and 5 git commands to generate.