~ubuntu-branches/ubuntu/raring/gnupg2/raring

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (1.1.16) (7.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121106112558-lkpndvv4gqthgrn4
Tags: 2.0.19-1ubuntu1
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.

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)/gl/m4/absolute-header.m4 \
38
40
        $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/allocsa.m4 \
61
63
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
62
64
CONFIG_HEADER = $(top_builddir)/config.h
63
65
CONFIG_CLEAN_FILES =
 
66
CONFIG_CLEAN_VPATH_FILES =
64
67
SOURCES =
65
68
DIST_SOURCES =
66
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
266
269
        progtest.m4 stdint_h.m4 uintmax_t.m4 ldap.m4 libcurl.m4 \
267
270
        libusb.m4 tar-ustar.m4 readline.m4 gnupg-pth.m4 gpg-error.m4 \
268
271
        libgcrypt.m4 libassuan.m4 ksba.m4 autobuild.m4 estream.m4 \
269
 
        sys_socket_h.m4 socklen.m4
 
272
        sys_socket_h.m4 socklen.m4 ChangeLog-2011
270
273
all: all-am
271
274
 
272
275
.SUFFIXES:
279
282
              exit 1;; \
280
283
          esac; \
281
284
        done; \
282
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  m4/Makefile'; \
283
 
        cd $(top_srcdir) && \
284
 
          $(AUTOMAKE) --gnu  m4/Makefile
 
285
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
 
286
        $(am__cd) $(top_srcdir) && \
 
287
          $(AUTOMAKE) --gnu m4/Makefile
285
288
.PRECIOUS: Makefile
286
289
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
287
290
        @case '$?' in \
299
302
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
303
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
301
304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
305
$(am__aclocal_m4_deps):
302
306
tags: TAGS
303
307
TAGS:
304
308
 
322
326
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
323
327
          if test -d $$d/$$file; then \
324
328
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
329
            if test -d "$(distdir)/$$file"; then \
 
330
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
331
            fi; \
325
332
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
326
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
333
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
334
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
327
335
            fi; \
328
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
336
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
329
337
          else \
330
 
            test -f $(distdir)/$$file \
331
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
338
            test -f "$(distdir)/$$file" \
 
339
            || cp -p $$d/$$file "$(distdir)/$$file" \
332
340
            || exit 1; \
333
341
          fi; \
334
342
        done
356
364
 
357
365
distclean-generic:
358
366
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
367
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
359
368
 
360
369
maintainer-clean-generic:
361
370
        @echo "This command is intended for maintainers to use"
374
383
 
375
384
html: html-am
376
385
 
 
386
html-am:
 
387
 
377
388
info: info-am
378
389
 
379
390
info-am:
382
393
 
383
394
install-dvi: install-dvi-am
384
395
 
 
396
install-dvi-am:
 
397
 
385
398
install-exec-am:
386
399
 
387
400
install-html: install-html-am
388
401
 
 
402
install-html-am:
 
403
 
389
404
install-info: install-info-am
390
405
 
 
406
install-info-am:
 
407
 
391
408
install-man:
392
409
 
393
410
install-pdf: install-pdf-am
394
411
 
 
412
install-pdf-am:
 
413
 
395
414
install-ps: install-ps-am
396
415
 
 
416
install-ps-am:
 
417
 
397
418
installcheck-am:
398
419
 
399
420
maintainer-clean: maintainer-clean-am
426
447
        maintainer-clean maintainer-clean-generic mostlyclean \
427
448
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
428
449
 
 
450
 
429
451
# Tell versions [3.59,3.63) of GNU make to not export all variables.
430
452
# Otherwise a system limit (for SysV at least) may be exceeded.
431
453
.NOEXPORT: