~ubuntu-branches/ubuntu/trusty/gnupg/trusty-updates

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-12-04 22:26:16 UTC
  • mfrom: (1.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20121204222616-cr0fow26geq90l3y
Tags: 1.4.12-6ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Disable mlock() test since it fails with ulimit 0 (on buildds).
  - Set gpg (or gpg2) and gpgsm to use a passphrase agent by default.
  - Only suggest gnupg-curl and libldap; recommendations are pulled into
    minimal, and we don't need the keyserver utilities in a minimal Ubuntu
    system.
  - Remove the Win32 build.
  - Update config.guess/config.sub for aarch64.
* Dropped patches:
  - Fix udeb build failure on powerpc, building with -O2 instead of -Os.
    (No longer seems to be necessary.)
* Simplify removal of Win32 build, to make this easier to merge in future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
32
34
build_triplet = @build@
33
35
host_triplet = @host@
34
36
subdir = m4
35
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
39
am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
38
40
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/estream.m4 \
60
62
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
61
63
CONFIG_HEADER = $(top_builddir)/config.h
62
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
63
66
SOURCES =
64
67
DIST_SOURCES =
65
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
258
261
              exit 1;; \
259
262
          esac; \
260
263
        done; \
261
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  m4/Makefile'; \
262
 
        cd $(top_srcdir) && \
263
 
          $(AUTOMAKE) --gnu  m4/Makefile
 
264
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
 
265
        $(am__cd) $(top_srcdir) && \
 
266
          $(AUTOMAKE) --gnu m4/Makefile
264
267
.PRECIOUS: Makefile
265
268
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266
269
        @case '$?' in \
278
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
282
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
280
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
$(am__aclocal_m4_deps):
281
285
tags: TAGS
282
286
TAGS:
283
287
 
301
305
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
302
306
          if test -d $$d/$$file; then \
303
307
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
308
            if test -d "$(distdir)/$$file"; then \
 
309
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
310
            fi; \
304
311
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
305
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
312
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
313
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
306
314
            fi; \
307
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
315
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
308
316
          else \
309
 
            test -f $(distdir)/$$file \
310
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
317
            test -f "$(distdir)/$$file" \
 
318
            || cp -p $$d/$$file "$(distdir)/$$file" \
311
319
            || exit 1; \
312
320
          fi; \
313
321
        done
335
343
 
336
344
distclean-generic:
337
345
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
346
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
338
347
 
339
348
maintainer-clean-generic:
340
349
        @echo "This command is intended for maintainers to use"
353
362
 
354
363
html: html-am
355
364
 
 
365
html-am:
 
366
 
356
367
info: info-am
357
368
 
358
369
info-am:
361
372
 
362
373
install-dvi: install-dvi-am
363
374
 
 
375
install-dvi-am:
 
376
 
364
377
install-exec-am:
365
378
 
366
379
install-html: install-html-am
367
380
 
 
381
install-html-am:
 
382
 
368
383
install-info: install-info-am
369
384
 
 
385
install-info-am:
 
386
 
370
387
install-man:
371
388
 
372
389
install-pdf: install-pdf-am
373
390
 
 
391
install-pdf-am:
 
392
 
374
393
install-ps: install-ps-am
375
394
 
 
395
install-ps-am:
 
396
 
376
397
installcheck-am:
377
398
 
378
399
maintainer-clean: maintainer-clean-am
405
426
        maintainer-clean maintainer-clean-generic mostlyclean \
406
427
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
407
428
 
 
429
 
408
430
# Tell versions [3.59,3.63) of GNU make to not export all variables.
409
431
# Otherwise a system limit (for SysV at least) may be exceeded.
410
432
.NOEXPORT: