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

« back to all changes in this revision

Viewing changes to gl/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.
67
67
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/nls.m4 \
68
68
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
69
69
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/size_max.m4 \
 
70
        $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
70
71
        $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/m4/xsize.m4 \
71
72
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
72
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80
81
libgnu_a_DEPENDENCIES = $(LIBOBJS)
81
82
am_libgnu_a_OBJECTS = allocsa.$(OBJEXT)
82
83
libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
83
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
84
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84
85
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
85
86
am__depfiles_maybe = depfiles
86
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95
96
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
97
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
97
98
ACLOCAL = @ACLOCAL@
 
99
ADNSLIBS = @ADNSLIBS@
98
100
ALLOCA = @ALLOCA@
99
101
ALLOCA_H = @ALLOCA_H@
100
102
AMTAR = @AMTAR@
137
139
GPGKEYS_CURL = @GPGKEYS_CURL@
138
140
GPGKEYS_FINGER = @GPGKEYS_FINGER@
139
141
GPGKEYS_HKP = @GPGKEYS_HKP@
 
142
GPGKEYS_KDNS = @GPGKEYS_KDNS@
140
143
GPGKEYS_LDAP = @GPGKEYS_LDAP@
141
144
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
142
145
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
221
224
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
222
225
STDINT_H = @STDINT_H@
223
226
STRIP = @STRIP@
 
227
SYS_SOCKET_H = @SYS_SOCKET_H@
224
228
TAR = @TAR@
225
229
UNISTD_H = @UNISTD_H@
226
230
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
373
377
        unique=`for i in $$list; do \
374
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
379
          done | \
376
 
          $(AWK) '    { files[$$0] = 1; } \
377
 
               END { for (i in files) print i; }'`; \
 
380
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
381
              END { if (nonempty) { for (i in files) print i; }; }'`; \
378
382
        mkid -fID $$unique
379
383
tags: TAGS
380
384
 
386
390
        unique=`for i in $$list; do \
387
391
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388
392
          done | \
389
 
          $(AWK) '    { files[$$0] = 1; } \
390
 
               END { for (i in files) print i; }'`; \
 
393
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
394
              END { if (nonempty) { for (i in files) print i; }; }'`; \
391
395
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
392
396
          test -n "$$unique" || unique=$$empty_fix; \
393
397
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397
401
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
398
402
                $(TAGS_FILES) $(LISP)
399
403
        tags=; \
400
 
        here=`pwd`; \
401
404
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
405
        unique=`for i in $$list; do \
403
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
407
          done | \
405
 
          $(AWK) '    { files[$$0] = 1; } \
406
 
               END { for (i in files) print i; }'`; \
 
408
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
409
              END { if (nonempty) { for (i in files) print i; }; }'`; \
407
410
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
408
411
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409
412
             $$tags $$unique