~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-09-20 12:04:46 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120920120446-bero0m8f04k96yod
Tags: 1.99.0+git20120919-1
* Update to current upstream git head:
  - configure.ac: raise gudev dependency
  - Update list of recovery/system partitions
  - Add support for creating exFAT filesystems and changing exFAT labels
  - Add textual descriptions for IMSM Raid members
  - Use all-caps for RAID in descriptions
  - Lots of test suite robustifications and added tests
  - Enable large file support (LP: #1039022)
  - Mount vfat with "flush" option
* Drop 00git_dev_t_annotation.patch, 00git_testsuite.patch.
* debian/control: Bump libgudev-1.0-dev build dependency as per upstream
  configure.ac.
* debian/udisks2.install: Install umount.udisks2 into /sbin; our old
  util-linux version does not yet find it in /usr/sbin/. (LP: #1019651)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17
17
 
18
18
 
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
102
119
am__v_GEN_0 = @echo "  GEN   " $@;
103
120
SOURCES = $(udisksctl_SOURCES) $(umount_udisks2_SOURCES)
104
121
DIST_SOURCES = $(udisksctl_SOURCES) $(umount_udisks2_SOURCES)
 
122
am__can_run_installinfo = \
 
123
  case $$AM_UPDATE_INFO_DIR in \
 
124
    n|no|NO) false;; \
 
125
    *) (install-info --version) >/dev/null 2>&1;; \
 
126
  esac
105
127
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106
128
am__vpath_adj = case $$p in \
107
129
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
411
433
$(am__aclocal_m4_deps):
412
434
install-binPROGRAMS: $(bin_PROGRAMS)
413
435
        @$(NORMAL_INSTALL)
414
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
415
436
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
437
        if test -n "$$list"; then \
 
438
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
439
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
440
        fi; \
416
441
        for p in $$list; do echo "$$p $$p"; done | \
417
442
        sed 's/$(EXEEXT)$$//' | \
418
443
        while read p p1; do if test -f $$p || test -f $$p1; \
454
479
        rm -f $$list
455
480
install-sbinPROGRAMS: $(sbin_PROGRAMS)
456
481
        @$(NORMAL_INSTALL)
457
 
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
458
482
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
483
        if test -n "$$list"; then \
 
484
          echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
 
485
          $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
 
486
        fi; \
459
487
        for p in $$list; do echo "$$p $$p"; done | \
460
488
        sed 's/$(EXEEXT)$$//' | \
461
489
        while read p p1; do if test -f $$p || test -f $$p1; \
567
595
        -rm -rf .libs _libs
568
596
install-bash_completionDATA: $(bash_completion_DATA)
569
597
        @$(NORMAL_INSTALL)
570
 
        test -z "$(bash_completiondir)" || $(MKDIR_P) "$(DESTDIR)$(bash_completiondir)"
571
598
        @list='$(bash_completion_DATA)'; test -n "$(bash_completiondir)" || list=; \
 
599
        if test -n "$$list"; then \
 
600
          echo " $(MKDIR_P) '$(DESTDIR)$(bash_completiondir)'"; \
 
601
          $(MKDIR_P) "$(DESTDIR)$(bash_completiondir)" || exit 1; \
 
602
        fi; \
572
603
        for p in $$list; do \
573
604
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
574
605
          echo "$$d$$p"; \