~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to agent/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.
110
110
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/nls.m4 \
111
111
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
112
112
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/size_max.m4 \
 
113
        $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
113
114
        $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/m4/xsize.m4 \
114
115
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
115
116
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
153
154
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
154
155
        $(am__DEPENDENCIES_1)
155
156
t_protect_DEPENDENCIES = $(am__DEPENDENCIES_2)
156
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
157
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
157
158
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
158
159
am__depfiles_maybe = depfiles
159
160
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169
170
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170
171
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
171
172
ACLOCAL = @ACLOCAL@
 
173
ADNSLIBS = @ADNSLIBS@
172
174
ALLOCA = @ALLOCA@
173
175
ALLOCA_H = @ALLOCA_H@
174
176
AMTAR = @AMTAR@
211
213
GPGKEYS_CURL = @GPGKEYS_CURL@
212
214
GPGKEYS_FINGER = @GPGKEYS_FINGER@
213
215
GPGKEYS_HKP = @GPGKEYS_HKP@
 
216
GPGKEYS_KDNS = @GPGKEYS_KDNS@
214
217
GPGKEYS_LDAP = @GPGKEYS_LDAP@
215
218
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
216
219
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
295
298
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
296
299
STDINT_H = @STDINT_H@
297
300
STRIP = @STRIP@
 
301
SYS_SOCKET_H = @SYS_SOCKET_H@
298
302
TAR = @TAR@
299
303
UNISTD_H = @UNISTD_H@
300
304
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
782
786
        unique=`for i in $$list; do \
783
787
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
784
788
          done | \
785
 
          $(AWK) '    { files[$$0] = 1; } \
786
 
               END { for (i in files) print i; }'`; \
 
789
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
790
              END { if (nonempty) { for (i in files) print i; }; }'`; \
787
791
        mkid -fID $$unique
788
792
tags: TAGS
789
793
 
795
799
        unique=`for i in $$list; do \
796
800
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
797
801
          done | \
798
 
          $(AWK) '    { files[$$0] = 1; } \
799
 
               END { for (i in files) print i; }'`; \
 
802
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
803
              END { if (nonempty) { for (i in files) print i; }; }'`; \
800
804
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
801
805
          test -n "$$unique" || unique=$$empty_fix; \
802
806
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
806
810
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
807
811
                $(TAGS_FILES) $(LISP)
808
812
        tags=; \
809
 
        here=`pwd`; \
810
813
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
811
814
        unique=`for i in $$list; do \
812
815
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
813
816
          done | \
814
 
          $(AWK) '    { files[$$0] = 1; } \
815
 
               END { for (i in files) print i; }'`; \
 
817
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
818
              END { if (nonempty) { for (i in files) print i; }; }'`; \
816
819
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
817
820
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
818
821
             $$tags $$unique