~ubuntu-branches/debian/sid/ecryptfs-utils/sid

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS), Dustin Kirkland and Martin Pitt, Fernando Seiti Furusato
  • Date: 2015-06-15 15:50:05 UTC
  • mfrom: (1.5.12)
  • Revision ID: package-import@ubuntu.com-20150615155005-vxvg3ezl7ibfdoes
Tags: 106-1
* New upstream release.
* Transition from libecryptfs0 to libecryptfs1 .
* Remove unused libgcrypt11-dev build dependency (closes: #764927).
* Remove bashism from the postinst of ecryptfs-utils .
* Add watch file.
* Put myself as the primary maintainer.
* Update Standards-Version to 3.9.6 .

[ Dustin Kirkland and Martin Pitt ]
* debian/ecryptfs-utils.postinst: LP: #953875
  - detect and clean up after nonexisting cryptswap devices

[ Fernando Seiti Furusato <ferseiti@br.ibm.com> ]
* Use autoreconf instead of autotools-dev (closes: #751989).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
53
80
host_triplet = @host@
54
81
target_triplet = @target@
55
82
subdir = tests
56
 
DIST_COMMON = README $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
57
 
        $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(dist_noinst_SCRIPTS) README
58
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
86
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
60
87
        $(top_srcdir)/m4/ac_python_devel.m4 \
69
96
CONFIG_CLEAN_FILES =
70
97
CONFIG_CLEAN_VPATH_FILES =
71
98
SCRIPTS = $(dist_noinst_SCRIPTS)
 
99
AM_V_P = $(am__v_P_@AM_V@)
 
100
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
101
am__v_P_0 = false
 
102
am__v_P_1 = :
 
103
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
104
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
105
am__v_GEN_0 = @echo "  GEN     " $@;
 
106
am__v_GEN_1 = 
 
107
AM_V_at = $(am__v_at_@AM_V@)
 
108
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
109
am__v_at_0 = @
 
110
am__v_at_1 = 
72
111
SOURCES =
73
112
DIST_SOURCES =
74
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75
 
        html-recursive info-recursive install-data-recursive \
76
 
        install-dvi-recursive install-exec-recursive \
77
 
        install-html-recursive install-info-recursive \
78
 
        install-pdf-recursive install-ps-recursive install-recursive \
79
 
        installcheck-recursive installdirs-recursive pdf-recursive \
80
 
        ps-recursive uninstall-recursive
 
113
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
114
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
115
        install-data-recursive install-dvi-recursive \
 
116
        install-exec-recursive install-html-recursive \
 
117
        install-info-recursive install-pdf-recursive \
 
118
        install-ps-recursive install-recursive installcheck-recursive \
 
119
        installdirs-recursive pdf-recursive ps-recursive \
 
120
        tags-recursive uninstall-recursive
81
121
am__can_run_installinfo = \
82
122
  case $$AM_UPDATE_INFO_DIR in \
83
123
    n|no|NO) false;; \
85
125
  esac
86
126
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
87
127
  distclean-recursive maintainer-clean-recursive
88
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
128
am__recursive_targets = \
 
129
  $(RECURSIVE_TARGETS) \
 
130
  $(RECURSIVE_CLEAN_TARGETS) \
 
131
  $(am__extra_recursive_targets)
 
132
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
90
133
        distdir
 
134
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
135
# Read a list of newline-separated strings from the standard input,
 
136
# and print each of them once, without duplicates.  Input order is
 
137
# *not* preserved.
 
138
am__uniquify_input = $(AWK) '\
 
139
  BEGIN { nonempty = 0; } \
 
140
  { items[$$0] = 1; nonempty = 1; } \
 
141
  END { if (nonempty) { for (i in items) print i; }; } \
 
142
'
 
143
# Make sure the list of sources is unique.  This is necessary because,
 
144
# e.g., the same source file might be shared among _SOURCES variables
 
145
# for different programs/libraries.
 
146
am__define_uniq_tagged_files = \
 
147
  list='$(am__tagged_files)'; \
 
148
  unique=`for i in $$list; do \
 
149
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
150
  done | $(am__uniquify_input)`
91
151
ETAGS = etags
92
152
CTAGS = ctags
93
153
DIST_SUBDIRS = $(SUBDIRS)
120
180
ACLOCAL = @ACLOCAL@
121
181
ALL_LINGUAS = @ALL_LINGUAS@
122
182
AMTAR = @AMTAR@
 
183
AM_CPPFLAGS = @AM_CPPFLAGS@
123
184
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
124
185
AR = @AR@
125
186
AUTOCONF = @AUTOCONF@
361
422
        -rm -rf .libs _libs
362
423
 
363
424
# This directory's subdirectories are mostly independent; you can cd
364
 
# into them and run `make' without going through this Makefile.
365
 
# To change the values of `make' variables: instead of editing Makefiles,
366
 
# (1) if the variable is set in `config.status', edit `config.status'
367
 
#     (which will cause the Makefiles to be regenerated when you run `make');
368
 
# (2) otherwise, pass the desired values on the `make' command line.
369
 
$(RECURSIVE_TARGETS):
370
 
        @fail= failcom='exit 1'; \
371
 
        for f in x $$MAKEFLAGS; do \
372
 
          case $$f in \
373
 
            *=* | --[!k]*);; \
374
 
            *k*) failcom='fail=yes';; \
375
 
          esac; \
376
 
        done; \
 
425
# into them and run 'make' without going through this Makefile.
 
426
# To change the values of 'make' variables: instead of editing Makefiles,
 
427
# (1) if the variable is set in 'config.status', edit 'config.status'
 
428
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
429
# (2) otherwise, pass the desired values on the 'make' command line.
 
430
$(am__recursive_targets):
 
431
        @fail=; \
 
432
        if $(am__make_keepgoing); then \
 
433
          failcom='fail=yes'; \
 
434
        else \
 
435
          failcom='exit 1'; \
 
436
        fi; \
377
437
        dot_seen=no; \
378
438
        target=`echo $@ | sed s/-recursive//`; \
379
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
439
        case "$@" in \
 
440
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
441
          *) list='$(SUBDIRS)' ;; \
 
442
        esac; \
 
443
        for subdir in $$list; do \
380
444
          echo "Making $$target in $$subdir"; \
381
445
          if test "$$subdir" = "."; then \
382
446
            dot_seen=yes; \
391
455
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392
456
        fi; test -z "$$fail"
393
457
 
394
 
$(RECURSIVE_CLEAN_TARGETS):
395
 
        @fail= failcom='exit 1'; \
396
 
        for f in x $$MAKEFLAGS; do \
397
 
          case $$f in \
398
 
            *=* | --[!k]*);; \
399
 
            *k*) failcom='fail=yes';; \
400
 
          esac; \
401
 
        done; \
402
 
        dot_seen=no; \
403
 
        case "$@" in \
404
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
405
 
          *) list='$(SUBDIRS)' ;; \
406
 
        esac; \
407
 
        rev=''; for subdir in $$list; do \
408
 
          if test "$$subdir" = "."; then :; else \
409
 
            rev="$$subdir $$rev"; \
410
 
          fi; \
411
 
        done; \
412
 
        rev="$$rev ."; \
413
 
        target=`echo $@ | sed s/-recursive//`; \
414
 
        for subdir in $$rev; do \
415
 
          echo "Making $$target in $$subdir"; \
416
 
          if test "$$subdir" = "."; then \
417
 
            local_target="$$target-am"; \
418
 
          else \
419
 
            local_target="$$target"; \
420
 
          fi; \
421
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422
 
          || eval $$failcom; \
423
 
        done && test -z "$$fail"
424
 
tags-recursive:
425
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
426
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
427
 
        done
428
 
ctags-recursive:
429
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
430
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
431
 
        done
432
 
 
433
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435
 
        unique=`for i in $$list; do \
436
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
 
          done | \
438
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
 
        mkid -fID $$unique
441
 
tags: TAGS
442
 
 
443
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
444
 
                $(TAGS_FILES) $(LISP)
 
458
ID: $(am__tagged_files)
 
459
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
460
tags: tags-recursive
 
461
TAGS: tags
 
462
 
 
463
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
445
464
        set x; \
446
465
        here=`pwd`; \
447
466
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
457
476
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458
477
          fi; \
459
478
        done; \
460
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
461
 
        unique=`for i in $$list; do \
462
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
 
          done | \
464
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
479
        $(am__define_uniq_tagged_files); \
466
480
        shift; \
467
481
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468
482
          test -n "$$unique" || unique=$$empty_fix; \
474
488
              $$unique; \
475
489
          fi; \
476
490
        fi
477
 
ctags: CTAGS
478
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
479
 
                $(TAGS_FILES) $(LISP)
480
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
481
 
        unique=`for i in $$list; do \
482
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
 
          done | \
484
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
491
ctags: ctags-recursive
 
492
 
 
493
CTAGS: ctags
 
494
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
495
        $(am__define_uniq_tagged_files); \
486
496
        test -z "$(CTAGS_ARGS)$$unique" \
487
497
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488
498
             $$unique
491
501
        here=`$(am__cd) $(top_builddir) && pwd` \
492
502
          && $(am__cd) $(top_srcdir) \
493
503
          && gtags -i $(GTAGS_ARGS) "$$here"
 
504
cscopelist: cscopelist-recursive
 
505
 
 
506
cscopelist-am: $(am__tagged_files)
 
507
        list='$(am__tagged_files)'; \
 
508
        case "$(srcdir)" in \
 
509
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
510
          *) sdir=$(subdir)/$(srcdir) ;; \
 
511
        esac; \
 
512
        for i in $$list; do \
 
513
          if test -f "$$i"; then \
 
514
            echo "$(subdir)/$$i"; \
 
515
          else \
 
516
            echo "$$sdir/$$i"; \
 
517
          fi; \
 
518
        done >> $(top_builddir)/cscope.files
494
519
 
495
520
distclean-tags:
496
521
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
651
676
 
652
677
uninstall-am:
653
678
 
654
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
655
 
        install-am install-strip tags-recursive
 
679
.MAKE: $(am__recursive_targets) install-am install-strip
656
680
 
657
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
658
 
        all all-am check check-am clean clean-generic clean-libtool \
659
 
        ctags ctags-recursive distclean distclean-generic \
660
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
661
 
        html-am info info-am install install-am install-data \
662
 
        install-data-am install-dvi install-dvi-am install-exec \
663
 
        install-exec-am install-html install-html-am install-info \
664
 
        install-info-am install-man install-pdf install-pdf-am \
665
 
        install-ps install-ps-am install-strip installcheck \
666
 
        installcheck-am installdirs installdirs-am maintainer-clean \
667
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
668
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
669
 
        uninstall uninstall-am
 
681
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
682
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
683
        ctags-am distclean distclean-generic distclean-libtool \
 
684
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
685
        install install-am install-data install-data-am install-dvi \
 
686
        install-dvi-am install-exec install-exec-am install-html \
 
687
        install-html-am install-info install-info-am install-man \
 
688
        install-pdf install-pdf-am install-ps install-ps-am \
 
689
        install-strip installcheck installcheck-am installdirs \
 
690
        installdirs-am maintainer-clean maintainer-clean-generic \
 
691
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
692
        ps ps-am tags tags-am uninstall uninstall-am
670
693
 
671
694
 
672
695
# Tell versions [3.59,3.63) of GNU make to not export all variables.