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

« back to all changes in this revision

Viewing changes to src/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@
140
157
        install-pdf-recursive install-ps-recursive install-recursive \
141
158
        installcheck-recursive installdirs-recursive pdf-recursive \
142
159
        ps-recursive uninstall-recursive
 
160
am__can_run_installinfo = \
 
161
  case $$AM_UPDATE_INFO_DIR in \
 
162
    n|no|NO) false;; \
 
163
    *) (install-info --version) >/dev/null 2>&1;; \
 
164
  esac
143
165
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
144
166
  distclean-recursive maintainer-clean-recursive
145
167
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
516
538
        $(AM_V_CCLD)$(libudisks_daemon_la_LINK)  $(libudisks_daemon_la_OBJECTS) $(libudisks_daemon_la_LIBADD) $(LIBS)
517
539
install-udisksdprivPROGRAMS: $(udisksdpriv_PROGRAMS)
518
540
        @$(NORMAL_INSTALL)
519
 
        test -z "$(udisksdprivdir)" || $(MKDIR_P) "$(DESTDIR)$(udisksdprivdir)"
520
541
        @list='$(udisksdpriv_PROGRAMS)'; test -n "$(udisksdprivdir)" || list=; \
 
542
        if test -n "$$list"; then \
 
543
          echo " $(MKDIR_P) '$(DESTDIR)$(udisksdprivdir)'"; \
 
544
          $(MKDIR_P) "$(DESTDIR)$(udisksdprivdir)" || exit 1; \
 
545
        fi; \
521
546
        for p in $$list; do echo "$$p $$p"; done | \
522
547
        sed 's/$(EXEEXT)$$//' | \
523
548
        while read p p1; do if test -f $$p || test -f $$p1; \
1025
1050
        done
1026
1051
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1027
1052
          if test "$$subdir" = .; then :; else \
1028
 
            test -d "$(distdir)/$$subdir" \
1029
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1030
 
            || exit 1; \
1031
 
          fi; \
1032
 
        done
1033
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1034
 
          if test "$$subdir" = .; then :; else \
 
1053
            $(am__make_dryrun) \
 
1054
              || test -d "$(distdir)/$$subdir" \
 
1055
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1056
              || exit 1; \
1035
1057
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1036
1058
            $(am__relativize); \
1037
1059
            new_distdir=$$reldir; \