~ubuntu-branches/ubuntu/wily/udisks2/wily

« back to all changes in this revision

Viewing changes to udisks/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-08-30 12:54:45 UTC
  • mfrom: (1.1.8) (14.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20130830125445-9qe68xunroan90yv
* New upstream release.
* Drop patches which have been merged upstream.
* Refresh dosfslabel.patch.
* Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
17
17
 
18
18
 
19
19
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
23
33
    case $$MAKEFLAGS in \
24
34
      *\\[\ \   ]*) \
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
 
  }
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37
65
pkgdatadir = $(datadir)/@PACKAGE@
38
66
pkgincludedir = $(includedir)/@PACKAGE@
39
67
pkglibdir = $(libdir)/@PACKAGE@
53
81
build_triplet = @build@
54
82
host_triplet = @host@
55
83
subdir = udisks
56
 
DIST_COMMON = $(libudisks2include_HEADERS) $(srcdir)/Makefile.am \
57
 
        $(srcdir)/Makefile.in $(srcdir)/udisks2.pc.in \
58
 
        $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
 
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
85
        $(srcdir)/udisks2.pc.in $(top_srcdir)/depcomp \
 
86
        $(libudisks2include_HEADERS)
59
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
88
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
61
89
        $(top_srcdir)/configure.ac
62
90
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
91
        $(ACLOCAL_M4)
64
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
92
mkinstalldirs = $(install_sh) -d
65
93
CONFIG_HEADER = $(top_builddir)/config.h
66
94
CONFIG_CLEAN_FILES = udisks2.pc
67
95
CONFIG_CLEAN_VPATH_FILES =
151
179
am__v_CCLD_1 = 
152
180
SOURCES = $(libudisks2_la_SOURCES)
153
181
DIST_SOURCES = $(libudisks2_la_SOURCES)
154
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
155
 
        html-recursive info-recursive install-data-recursive \
156
 
        install-dvi-recursive install-exec-recursive \
157
 
        install-html-recursive install-info-recursive \
158
 
        install-pdf-recursive install-ps-recursive install-recursive \
159
 
        installcheck-recursive installdirs-recursive pdf-recursive \
160
 
        ps-recursive uninstall-recursive
 
182
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
183
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
184
        install-data-recursive install-dvi-recursive \
 
185
        install-exec-recursive install-html-recursive \
 
186
        install-info-recursive install-pdf-recursive \
 
187
        install-ps-recursive install-recursive installcheck-recursive \
 
188
        installdirs-recursive pdf-recursive ps-recursive \
 
189
        tags-recursive uninstall-recursive
161
190
am__can_run_installinfo = \
162
191
  case $$AM_UPDATE_INFO_DIR in \
163
192
    n|no|NO) false;; \
167
196
HEADERS = $(libudisks2include_HEADERS)
168
197
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
169
198
  distclean-recursive maintainer-clean-recursive
170
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
171
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
199
am__recursive_targets = \
 
200
  $(RECURSIVE_TARGETS) \
 
201
  $(RECURSIVE_CLEAN_TARGETS) \
 
202
  $(am__extra_recursive_targets)
 
203
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172
204
        distdir
 
205
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
206
# Read a list of newline-separated strings from the standard input,
 
207
# and print each of them once, without duplicates.  Input order is
 
208
# *not* preserved.
 
209
am__uniquify_input = $(AWK) '\
 
210
  BEGIN { nonempty = 0; } \
 
211
  { items[$$0] = 1; nonempty = 1; } \
 
212
  END { if (nonempty) { for (i in items) print i; }; } \
 
213
'
 
214
# Make sure the list of sources is unique.  This is necessary because,
 
215
# e.g., the same source file might be shared among _SOURCES variables
 
216
# for different programs/libraries.
 
217
am__define_uniq_tagged_files = \
 
218
  list='$(am__tagged_files)'; \
 
219
  unique=`for i in $$list; do \
 
220
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
221
  done | $(am__uniquify_input)`
173
222
ETAGS = etags
174
223
CTAGS = ctags
175
224
DIST_SUBDIRS = $(SUBDIRS)
534
583
$(am__aclocal_m4_deps):
535
584
udisks2.pc: $(top_builddir)/config.status $(srcdir)/udisks2.pc.in
536
585
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
586
 
537
587
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
538
588
        @$(NORMAL_INSTALL)
539
589
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
568
618
          echo rm -f $${locs}; \
569
619
          rm -f $${locs}; \
570
620
        }
 
621
 
571
622
libudisks2.la: $(libudisks2_la_OBJECTS) $(libudisks2_la_DEPENDENCIES) $(EXTRA_libudisks2_la_DEPENDENCIES) 
572
623
        $(AM_V_CCLD)$(libudisks2_la_LINK) -rpath $(libdir) $(libudisks2_la_OBJECTS) $(libudisks2_la_LIBADD) $(LIBS)
573
624
 
735
786
# (1) if the variable is set in 'config.status', edit 'config.status'
736
787
#     (which will cause the Makefiles to be regenerated when you run 'make');
737
788
# (2) otherwise, pass the desired values on the 'make' command line.
738
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
739
 
        @fail= failcom='exit 1'; \
740
 
        for f in x $$MAKEFLAGS; do \
741
 
          case $$f in \
742
 
            *=* | --[!k]*);; \
743
 
            *k*) failcom='fail=yes';; \
744
 
          esac; \
745
 
        done; \
 
789
$(am__recursive_targets):
 
790
        @fail=; \
 
791
        if $(am__make_keepgoing); then \
 
792
          failcom='fail=yes'; \
 
793
        else \
 
794
          failcom='exit 1'; \
 
795
        fi; \
746
796
        dot_seen=no; \
747
797
        target=`echo $@ | sed s/-recursive//`; \
748
798
        case "$@" in \
763
813
        if test "$$dot_seen" = "no"; then \
764
814
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
765
815
        fi; test -z "$$fail"
766
 
tags-recursive:
767
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
768
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
769
 
        done
770
 
ctags-recursive:
771
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
772
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
773
 
        done
774
 
cscopelist-recursive:
775
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
776
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
777
 
        done
778
 
 
779
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
780
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
781
 
        unique=`for i in $$list; do \
782
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
783
 
          done | \
784
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
785
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
786
 
        mkid -fID $$unique
787
 
tags: TAGS
788
 
 
789
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
790
 
                $(TAGS_FILES) $(LISP)
 
816
 
 
817
ID: $(am__tagged_files)
 
818
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
819
tags: tags-recursive
 
820
TAGS: tags
 
821
 
 
822
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
791
823
        set x; \
792
824
        here=`pwd`; \
793
825
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
803
835
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
804
836
          fi; \
805
837
        done; \
806
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
807
 
        unique=`for i in $$list; do \
808
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
809
 
          done | \
810
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
811
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
838
        $(am__define_uniq_tagged_files); \
812
839
        shift; \
813
840
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
814
841
          test -n "$$unique" || unique=$$empty_fix; \
820
847
              $$unique; \
821
848
          fi; \
822
849
        fi
823
 
ctags: CTAGS
824
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
825
 
                $(TAGS_FILES) $(LISP)
826
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
827
 
        unique=`for i in $$list; do \
828
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
829
 
          done | \
830
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
831
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
850
ctags: ctags-recursive
 
851
 
 
852
CTAGS: ctags
 
853
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
854
        $(am__define_uniq_tagged_files); \
832
855
        test -z "$(CTAGS_ARGS)$$unique" \
833
856
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
834
857
             $$unique
837
860
        here=`$(am__cd) $(top_builddir) && pwd` \
838
861
          && $(am__cd) $(top_srcdir) \
839
862
          && gtags -i $(GTAGS_ARGS) "$$here"
 
863
cscopelist: cscopelist-recursive
840
864
 
841
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
842
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
865
cscopelist-am: $(am__tagged_files)
 
866
        list='$(am__tagged_files)'; \
843
867
        case "$(srcdir)" in \
844
868
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
845
869
          *) sdir=$(subdir)/$(srcdir) ;; \
1029
1053
        uninstall-libudisks2includeHEADERS uninstall-pkgconfigDATA \
1030
1054
        uninstall-typelibsDATA
1031
1055
 
1032
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1033
 
        cscopelist-recursive ctags-recursive install install-am \
1034
 
        install-strip tags-recursive
 
1056
.MAKE: $(am__recursive_targets) all check install install-am \
 
1057
        install-strip
1035
1058
 
1036
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1037
 
        all all-am check check-am clean clean-generic \
1038
 
        clean-libLTLIBRARIES clean-libtool clean-local cscopelist \
1039
 
        cscopelist-recursive ctags ctags-recursive dist-hook distclean \
1040
 
        distclean-compile distclean-generic distclean-libtool \
1041
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
1042
 
        install install-am install-data install-data-am install-dvi \
1043
 
        install-dvi-am install-exec install-exec-am install-girDATA \
1044
 
        install-html install-html-am install-info install-info-am \
1045
 
        install-libLTLIBRARIES install-libudisks2includeHEADERS \
1046
 
        install-man install-pdf install-pdf-am install-pkgconfigDATA \
1047
 
        install-ps install-ps-am install-strip install-typelibsDATA \
1048
 
        installcheck installcheck-am installdirs installdirs-am \
1049
 
        maintainer-clean maintainer-clean-generic mostlyclean \
1050
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1051
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1052
 
        uninstall-girDATA uninstall-libLTLIBRARIES \
1053
 
        uninstall-libudisks2includeHEADERS uninstall-pkgconfigDATA \
1054
 
        uninstall-typelibsDATA
 
1059
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1060
        check-am clean clean-generic clean-libLTLIBRARIES \
 
1061
        clean-libtool clean-local cscopelist-am ctags ctags-am \
 
1062
        dist-hook distclean distclean-compile distclean-generic \
 
1063
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1064
        html-am info info-am install install-am install-data \
 
1065
        install-data-am install-dvi install-dvi-am install-exec \
 
1066
        install-exec-am install-girDATA install-html install-html-am \
 
1067
        install-info install-info-am install-libLTLIBRARIES \
 
1068
        install-libudisks2includeHEADERS install-man install-pdf \
 
1069
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
1070
        install-strip install-typelibsDATA installcheck \
 
1071
        installcheck-am installdirs installdirs-am maintainer-clean \
 
1072
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1073
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1074
        tags tags-am uninstall uninstall-am uninstall-girDATA \
 
1075
        uninstall-libLTLIBRARIES uninstall-libudisks2includeHEADERS \
 
1076
        uninstall-pkgconfigDATA uninstall-typelibsDATA
1055
1077
 
1056
1078
 
1057
1079
$(dbus_built_sources) : Makefile.am $(top_srcdir)/data/org.freedesktop.UDisks2.xml