~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-updates

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
113
113
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/nls.m4 \
114
114
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
115
115
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/size_max.m4 \
 
116
        $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
116
117
        $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/m4/xsize.m4 \
117
118
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
118
119
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
190
191
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
191
192
sbinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
192
193
SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) $(sbin_SCRIPTS)
193
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
194
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
194
195
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
195
196
am__depfiles_maybe = depfiles
196
197
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
212
213
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213
214
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
214
215
ACLOCAL = @ACLOCAL@
 
216
ADNSLIBS = @ADNSLIBS@
215
217
ALLOCA = @ALLOCA@
216
218
ALLOCA_H = @ALLOCA_H@
217
219
AMTAR = @AMTAR@
254
256
GPGKEYS_CURL = @GPGKEYS_CURL@
255
257
GPGKEYS_FINGER = @GPGKEYS_FINGER@
256
258
GPGKEYS_HKP = @GPGKEYS_HKP@
 
259
GPGKEYS_KDNS = @GPGKEYS_KDNS@
257
260
GPGKEYS_LDAP = @GPGKEYS_LDAP@
258
261
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
259
262
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
338
341
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
339
342
STDINT_H = @STDINT_H@
340
343
STRIP = @STRIP@
 
344
SYS_SOCKET_H = @SYS_SOCKET_H@
341
345
TAR = @TAR@
342
346
UNISTD_H = @UNISTD_H@
343
347
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
685
689
        unique=`for i in $$list; do \
686
690
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
687
691
          done | \
688
 
          $(AWK) '    { files[$$0] = 1; } \
689
 
               END { for (i in files) print i; }'`; \
 
692
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
693
              END { if (nonempty) { for (i in files) print i; }; }'`; \
690
694
        mkid -fID $$unique
691
695
tags: TAGS
692
696
 
698
702
        unique=`for i in $$list; do \
699
703
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
700
704
          done | \
701
 
          $(AWK) '    { files[$$0] = 1; } \
702
 
               END { for (i in files) print i; }'`; \
 
705
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
706
              END { if (nonempty) { for (i in files) print i; }; }'`; \
703
707
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
704
708
          test -n "$$unique" || unique=$$empty_fix; \
705
709
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
709
713
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
710
714
                $(TAGS_FILES) $(LISP)
711
715
        tags=; \
712
 
        here=`pwd`; \
713
716
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
714
717
        unique=`for i in $$list; do \
715
718
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
716
719
          done | \
717
 
          $(AWK) '    { files[$$0] = 1; } \
718
 
               END { for (i in files) print i; }'`; \
 
720
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
721
              END { if (nonempty) { for (i in files) print i; }; }'`; \
719
722
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
720
723
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
721
724
             $$tags $$unique