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

« back to all changes in this revision

Viewing changes to include/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 = include
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)
258
261
top_build_prefix = @top_build_prefix@
259
262
top_builddir = @top_builddir@
260
263
top_srcdir = @top_srcdir@
261
 
EXTRA_DIST = cipher.h types.h host2net.h _regex.h 
 
264
EXTRA_DIST = cipher.h types.h host2net.h _regex.h ChangeLog-2011
262
265
all: all-am
263
266
 
264
267
.SUFFIXES:
271
274
              exit 1;; \
272
275
          esac; \
273
276
        done; \
274
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
275
 
        cd $(top_srcdir) && \
276
 
          $(AUTOMAKE) --gnu  include/Makefile
 
277
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
 
278
        $(am__cd) $(top_srcdir) && \
 
279
          $(AUTOMAKE) --gnu include/Makefile
277
280
.PRECIOUS: Makefile
278
281
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279
282
        @case '$?' in \
291
294
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
295
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
293
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
297
$(am__aclocal_m4_deps):
294
298
tags: TAGS
295
299
TAGS:
296
300
 
314
318
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
315
319
          if test -d $$d/$$file; then \
316
320
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
321
            if test -d "$(distdir)/$$file"; then \
 
322
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
323
            fi; \
317
324
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
318
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
325
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
326
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
319
327
            fi; \
320
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
328
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
321
329
          else \
322
 
            test -f $(distdir)/$$file \
323
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
330
            test -f "$(distdir)/$$file" \
 
331
            || cp -p $$d/$$file "$(distdir)/$$file" \
324
332
            || exit 1; \
325
333
          fi; \
326
334
        done
348
356
 
349
357
distclean-generic:
350
358
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
359
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
351
360
 
352
361
maintainer-clean-generic:
353
362
        @echo "This command is intended for maintainers to use"
366
375
 
367
376
html: html-am
368
377
 
 
378
html-am:
 
379
 
369
380
info: info-am
370
381
 
371
382
info-am:
374
385
 
375
386
install-dvi: install-dvi-am
376
387
 
 
388
install-dvi-am:
 
389
 
377
390
install-exec-am:
378
391
 
379
392
install-html: install-html-am
380
393
 
 
394
install-html-am:
 
395
 
381
396
install-info: install-info-am
382
397
 
 
398
install-info-am:
 
399
 
383
400
install-man:
384
401
 
385
402
install-pdf: install-pdf-am
386
403
 
 
404
install-pdf-am:
 
405
 
387
406
install-ps: install-ps-am
388
407
 
 
408
install-ps-am:
 
409
 
389
410
installcheck-am:
390
411
 
391
412
maintainer-clean: maintainer-clean-am
418
439
        maintainer-clean maintainer-clean-generic mostlyclean \
419
440
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
420
441
 
 
442
 
421
443
# Tell versions [3.59,3.63) of GNU make to not export all variables.
422
444
# Otherwise a system limit (for SysV at least) may be exceeded.
423
445
.NOEXPORT: