~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

« back to all changes in this revision

Viewing changes to bin/dnssec/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2006-01-05 12:29:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060105122928-oih7ttkkmpb90q8q
Tags: 1:9.3.2-1
* New upstream
* use lsb-base for start/stop messages in init.d.
* switch to debhelper 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
 
1
# Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
2
2
# Copyright (C) 2000-2002  Internet Software Consortium.
3
3
#
4
4
# Permission to use, copy, modify, and distribute this software for any
13
13
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
# PERFORMANCE OF THIS SOFTWARE.
15
15
 
16
 
# $Id: Makefile.in,v 1.19.12.9 2004/07/20 07:01:48 marka Exp $
 
16
# $Id: Makefile.in,v 1.19.12.12 2005/05/02 00:25:54 marka Exp $
17
17
 
18
18
srcdir =        @srcdir@
19
19
VPATH =         @srcdir@
58
58
        dnssec-keygen.@O@ ${OBJS} ${LIBS}
59
59
 
60
60
dnssec-signzone.@O@: dnssec-signzone.c
61
 
        ${LIBTOOL_MODE_COMPILE} ${PURIFY} ${CC} ${ALL_CFLAGS} -c $<
 
61
        ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" \
 
62
                -c ${srcdir}/dnssec-signzone.c
62
63
 
63
64
dnssec-signzone@EXEEXT@: dnssec-signzone.@O@ ${OBJS} ${DEPLIBS}
64
65
        ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \