~psusi/ubuntu/utopic/udisks2/fix-standby

« back to all changes in this revision

Viewing changes to src/tests/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,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
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
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
105
122
        install-pdf-recursive install-ps-recursive install-recursive \
106
123
        installcheck-recursive installdirs-recursive pdf-recursive \
107
124
        ps-recursive uninstall-recursive
 
125
am__can_run_installinfo = \
 
126
  case $$AM_UPDATE_INFO_DIR in \
 
127
    n|no|NO) false;; \
 
128
    *) (install-info --version) >/dev/null 2>&1;; \
 
129
  esac
108
130
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109
131
  distclean-recursive maintainer-clean-recursive
110
132
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
789
811
        done
790
812
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
791
813
          if test "$$subdir" = .; then :; else \
792
 
            test -d "$(distdir)/$$subdir" \
793
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
794
 
            || exit 1; \
795
 
          fi; \
796
 
        done
797
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
798
 
          if test "$$subdir" = .; then :; else \
 
814
            $(am__make_dryrun) \
 
815
              || test -d "$(distdir)/$$subdir" \
 
816
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
817
              || exit 1; \
799
818
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
800
819
            $(am__relativize); \
801
820
            new_distdir=$$reldir; \