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

« back to all changes in this revision

Viewing changes to bin/tests/dst/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, LaMont Jones, Internet Software Consortium, Inc, localization folks
  • Date: 2008-08-02 14:20:20 UTC
  • mfrom: (1.2.1 upstream) (6.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802142020-l1hon9jy8lbbjxmg
[LaMont Jones]

* default to using resolvconf if it is installed
* fix sonames and dependencies.  Closes: #149259, #492418
* Do not build-depend libcap2-dev on non-linux.  Closes: #493392
* drop unused query-loc manpage.  Closes: #492564
* lwresd: Deliver /etc/bind directory.  Closes: #490027
* fix query-source comment in default install

[Internet Software Consortium, Inc]

* 9.5.0-P2.  Closes: #492949

[localization folks]

* l10n: Spanish debconf translation.  Closes: #492425 (Ignacio Mondino)
* l10n: Swedish debconf templates.  Closes: #491369 (Martin Ågren)
* l10n: Japanese debconf translations.  Closes: #492048 (Hideki Yamane
  (Debian-JP))
* l10n: Finnish translation.  Closes: #490630 (Esko Arajärvi)
* l10n: Italian debconf translations.  Closes: #492587 (Alessandro Vietta)

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, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
2
2
# Copyright (C) 1999-2002  Internet Software Consortium.
3
3
#
4
 
# Permission to use, copy, modify, and distribute this software for any
 
4
# Permission to use, copy, modify, and/or distribute this software for any
5
5
# purpose with or without fee is hereby granted, provided that the above
6
6
# copyright notice and this permission notice appear in all copies.
7
7
#
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.30.12.7 2004/07/20 07:01:51 marka Exp $
 
16
# $Id: Makefile.in,v 1.44 2007/06/19 23:47:00 tbox Exp $
17
17
 
18
18
srcdir =        @srcdir@
19
19
VPATH =         @srcdir@
21
21
 
22
22
@BIND9_MAKE_INCLUDES@
23
23
 
24
 
CINCLUDES =     ${TEST_INCLUDES} ${DNS_INCLUDES} ${ISC_INCLUDES}
 
24
CINCLUDES =     ${TEST_INCLUDES} ${DNS_INCLUDES} \
 
25
                ${ISC_INCLUDES} @DST_GSSAPI_INC@
25
26
 
26
27
CDEFINES =
27
28
CWARNINGS =
38
39
 
39
40
TLIB =          ../../../lib/tests/libt_api.@A@
40
41
 
41
 
TARGETS =       dst_test@EXEEXT@ t_dst@EXEEXT@
 
42
TARGETS =       dst_test@EXEEXT@ t_dst@EXEEXT@ gsstest@EXEEXT@
42
43
 
43
 
SRCS =          dst_test.c t_dst.c
 
44
SRCS =          dst_test.c t_dst.c gsstest.c
44
45
 
45
46
@BIND9_MAKE_RULES@
46
47
 
47
48
dst_test@EXEEXT@: dst_test.@O@ ${DEPLIBS}
48
 
        ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ dst_test.@O@ ${LIBS}
 
49
        ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
 
50
                dst_test.@O@ ${LIBS}
49
51
 
50
52
t_dst@EXEEXT@: t_dst.@O@ ${DEPLIBS} ${TLIB}
51
 
        ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ t_dst.@O@  ${TLIB} ${LIBS}
 
53
        ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
 
54
                t_dst.@O@ ${TLIB} ${LIBS}
 
55
 
 
56
gsstest@EXEEXT@: gsstest.@O@ ${DEPLIBS}
 
57
        ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} -o $@ \
 
58
                gsstest.@O@ ${LIBS}
52
59
 
53
60
test: t_dst@EXEEXT@
54
61
        ../genrandom@EXEEXT@ 100 randomfile