~xnox/debian/sid/cryptsetup/ubuntu

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jonas Meurer, Jonas Meurer, Jean-Louis Dupond
  • Date: 2012-06-08 13:42:51 UTC
  • mfrom: (0.2.10)
  • Revision ID: package-import@ubuntu.com-20120608134251-kjh1n5poebys8zqz
Tags: 2:1.4.3-1
[ Jonas Meurer ]
* mention limitations for keyscripts in crypttab(5) manpage: keyscripts
  must not depend on binaries/files which are part of the to-be-unlocked
  device. (closes: #665494)
* bump versioned build-dependency on debhelper now that we install
  upstart initscripts in debian as well.
* change versioned breaks/replaces for cryptsetup-bin on cryptsetup to
  1.4.3-1~, fixing upgrades in debian.

[ Jean-Louis Dupond ]
* New upstream version. (closes: #670071)
  - Fix keyslot removal (closes: #672299)
  - Add -r to cryptsetup.8 (closes: #674027)
* Split up package in cryptsetup and cryptsetup-bin.
* I'm now co-maintainer (closes: #600777).
* Start cryptdisks-enable upstart job on 'or container', to let us
  simplify the udevtrigger job.
* debian/cryptdisks.functions: handle the case where crypttab contains a
  name for the source device that is not the kernel's preferred name for
  it (as is the case for LVs). (Thanks Steve Langasek)
* debian/cryptdisks.functions: fix a race condition in some cases by
  adding and udevadm settle before rename.
* debian/cryptdisks.functions: add UUID & LABEL support to do_start.
* debian/copyright: really fix lintian warning.
* debian/rules: also include upstart files in debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
18
18
 
19
19
 
20
20
VPATH = @srcdir@
 
21
am__make_dryrun = \
 
22
  { \
 
23
    am__dry=no; \
 
24
    case $$MAKEFLAGS in \
 
25
      *\\[\ \   ]*) \
 
26
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
27
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
28
      *) \
 
29
        for am__flg in $$MAKEFLAGS; do \
 
30
          case $$am__flg in \
 
31
            *=*|--*) ;; \
 
32
            *n*) am__dry=yes; break;; \
 
33
          esac; \
 
34
        done;; \
 
35
    esac; \
 
36
    test $$am__dry = yes; \
 
37
  }
21
38
pkgdatadir = $(datadir)/@PACKAGE@
22
39
pkgincludedir = $(includedir)/@PACKAGE@
23
40
pkglibdir = $(libdir)/@PACKAGE@
75
92
am__base_list = \
76
93
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
77
94
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
95
am__uninstall_files_from_dir = { \
 
96
  test -z "$$files" \
 
97
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
98
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
99
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
100
  }
78
101
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
79
102
        "$(DESTDIR)$(includedir)"
80
103
LTLIBRARIES = $(lib_LTLIBRARIES)
82
105
        libcryptsetup_la-utils.lo libcryptsetup_la-utils_crypt.lo \
83
106
        libcryptsetup_la-utils_debug.lo libcryptsetup_la-utils_loop.lo \
84
107
        libcryptsetup_la-utils_devpath.lo \
85
 
        libcryptsetup_la-utils_wipe.lo \
 
108
        libcryptsetup_la-utils_wipe.lo libcryptsetup_la-utils_fips.lo \
86
109
        libcryptsetup_la-libdevmapper.lo libcryptsetup_la-volumekey.lo \
87
110
        libcryptsetup_la-random.lo libcryptsetup_la-crypt_plain.lo
88
111
libcryptsetup_la_OBJECTS = $(am_libcryptsetup_la_OBJECTS)
111
134
        install-pdf-recursive install-ps-recursive install-recursive \
112
135
        installcheck-recursive installdirs-recursive pdf-recursive \
113
136
        ps-recursive uninstall-recursive
 
137
am__can_run_installinfo = \
 
138
  case $$AM_UPDATE_INFO_DIR in \
 
139
    n|no|NO) false;; \
 
140
    *) (install-info --version) >/dev/null 2>&1;; \
 
141
  esac
114
142
DATA = $(pkgconfig_DATA)
115
143
HEADERS = $(include_HEADERS)
116
144
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
178
206
EGREP = @EGREP@
179
207
EXEEXT = @EXEEXT@
180
208
FGREP = @FGREP@
 
209
FIPSCHECK_LIBS = @FIPSCHECK_LIBS@
181
210
GMSGFMT = @GMSGFMT@
182
211
GMSGFMT_015 = @GMSGFMT_015@
183
212
GREP = @GREP@
340
369
        @UUID_LIBS@                             \
341
370
        @DEVMAPPER_LIBS@                        \
342
371
        @CRYPTO_LIBS@                           \
 
372
        @FIPSCHECK_LIBS@                        \
343
373
        $(common_ldadd)
344
374
 
345
375
libcryptsetup_la_SOURCES = \
355
385
        utils_loop.h                            \
356
386
        utils_devpath.c                         \
357
387
        utils_wipe.c                            \
 
388
        utils_fips.c                            \
 
389
        utils_fips.h                            \
358
390
        libdevmapper.c                          \
359
391
        utils_dm.h                              \
360
392
        volumekey.c                             \
401
433
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
402
434
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
403
435
        @$(NORMAL_INSTALL)
404
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
405
436
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
406
437
        list2=; for p in $$list; do \
407
438
          if test -f $$p; then \
409
440
          else :; fi; \
410
441
        done; \
411
442
        test -z "$$list2" || { \
 
443
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
444
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
412
445
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
413
446
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
414
447
        }
430
463
          echo "rm -f \"$${dir}/so_locations\""; \
431
464
          rm -f "$${dir}/so_locations"; \
432
465
        done
433
 
libcryptsetup.la: $(libcryptsetup_la_OBJECTS) $(libcryptsetup_la_DEPENDENCIES) 
 
466
libcryptsetup.la: $(libcryptsetup_la_OBJECTS) $(libcryptsetup_la_DEPENDENCIES) $(EXTRA_libcryptsetup_la_DEPENDENCIES) 
434
467
        $(libcryptsetup_la_LINK) -rpath $(libdir) $(libcryptsetup_la_OBJECTS) $(libcryptsetup_la_LIBADD) $(LIBS)
435
468
 
436
469
mostlyclean-compile:
447
480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_crypt.Plo@am__quote@
448
481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_debug.Plo@am__quote@
449
482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_devpath.Plo@am__quote@
 
483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_fips.Plo@am__quote@
450
484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_loop.Plo@am__quote@
451
485
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-utils_wipe.Plo@am__quote@
452
486
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcryptsetup_la-volumekey.Plo@am__quote@
521
555
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522
556
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_wipe.lo `test -f 'utils_wipe.c' || echo '$(srcdir)/'`utils_wipe.c
523
557
 
 
558
libcryptsetup_la-utils_fips.lo: utils_fips.c
 
559
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-utils_fips.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-utils_fips.Tpo -c -o libcryptsetup_la-utils_fips.lo `test -f 'utils_fips.c' || echo '$(srcdir)/'`utils_fips.c
 
560
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcryptsetup_la-utils_fips.Tpo $(DEPDIR)/libcryptsetup_la-utils_fips.Plo
 
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='utils_fips.c' object='libcryptsetup_la-utils_fips.lo' libtool=yes @AMDEPBACKSLASH@
 
562
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
563
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -c -o libcryptsetup_la-utils_fips.lo `test -f 'utils_fips.c' || echo '$(srcdir)/'`utils_fips.c
 
564
 
524
565
libcryptsetup_la-libdevmapper.lo: libdevmapper.c
525
566
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcryptsetup_la_CFLAGS) $(CFLAGS) -MT libcryptsetup_la-libdevmapper.lo -MD -MP -MF $(DEPDIR)/libcryptsetup_la-libdevmapper.Tpo -c -o libcryptsetup_la-libdevmapper.lo `test -f 'libdevmapper.c' || echo '$(srcdir)/'`libdevmapper.c
526
567
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcryptsetup_la-libdevmapper.Tpo $(DEPDIR)/libcryptsetup_la-libdevmapper.Plo
556
597
        -rm -rf .libs _libs
557
598
install-pkgconfigDATA: $(pkgconfig_DATA)
558
599
        @$(NORMAL_INSTALL)
559
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
560
600
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
601
        if test -n "$$list"; then \
 
602
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
603
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
604
        fi; \
561
605
        for p in $$list; do \
562
606
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
563
607
          echo "$$d$$p"; \
571
615
        @$(NORMAL_UNINSTALL)
572
616
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
573
617
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
574
 
        test -n "$$files" || exit 0; \
575
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
576
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
618
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
577
619
install-includeHEADERS: $(include_HEADERS)
578
620
        @$(NORMAL_INSTALL)
579
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
580
621
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
622
        if test -n "$$list"; then \
 
623
          echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
 
624
          $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
 
625
        fi; \
581
626
        for p in $$list; do \
582
627
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
583
628
          echo "$$d$$p"; \
591
636
        @$(NORMAL_UNINSTALL)
592
637
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
593
638
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
594
 
        test -n "$$files" || exit 0; \
595
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
596
 
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
639
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
597
640
 
598
641
# This directory's subdirectories are mostly independent; you can cd
599
642
# into them and run `make' without going through this Makefile.
762
805
        done
763
806
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
764
807
          if test "$$subdir" = .; then :; else \
765
 
            test -d "$(distdir)/$$subdir" \
766
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
767
 
            || exit 1; \
768
 
          fi; \
769
 
        done
770
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
771
 
          if test "$$subdir" = .; then :; else \
 
808
            $(am__make_dryrun) \
 
809
              || test -d "$(distdir)/$$subdir" \
 
810
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
811
              || exit 1; \
772
812
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
773
813
            $(am__relativize); \
774
814
            new_distdir=$$reldir; \
806
846
 
807
847
installcheck: installcheck-recursive
808
848
install-strip:
809
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
810
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
811
 
          `test -z '$(STRIP)' || \
812
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
849
        if test -z '$(STRIP)'; then \
 
850
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
851
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
852
              install; \
 
853
        else \
 
854
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
855
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
856
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
857
        fi
813
858
mostlyclean-generic:
814
859
 
815
860
clean-generic: