~ubuntu-branches/ubuntu/wily/blueman/wily-proposed

« back to all changes in this revision

Viewing changes to data/icons/hicolor/16x16/devices/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-01-21 08:54:58 UTC
  • mfrom: (2.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140121085458-riy3j6wk9vfd599j
Tags: 1.23-git201312311147-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/patches/01_dont_autostart_lxde.patch:
    + Don't autostart the applet in LXDE
  - debian/patches/02_dont_crash_on_non-bluetooth_card.patch:
    + Avoid crashing when receiving event for cards blueman shouldn't handle
  - debian/control: Don't depend on python-appindicator
  - debian/patches/03_filemanager_fix.patch:
    + Add support for more filemanagers 

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.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
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.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19
63
pkgincludedir = $(includedir)/@PACKAGE@
20
64
pkglibdir = $(libdir)/@PACKAGE@
21
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
34
78
build_triplet = @build@
35
79
host_triplet = @host@
36
80
subdir = data/icons/hicolor/16x16/devices
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
38
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
83
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40
84
        $(top_srcdir)/configure.ac
44
88
CONFIG_HEADER = $(top_builddir)/config.h
45
89
CONFIG_CLEAN_FILES =
46
90
CONFIG_CLEAN_VPATH_FILES =
 
91
AM_V_P = $(am__v_P_@AM_V@)
 
92
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
93
am__v_P_0 = false
 
94
am__v_P_1 = :
 
95
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
96
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
97
am__v_GEN_0 = @echo "  GEN     " $@;
 
98
am__v_GEN_1 = 
 
99
AM_V_at = $(am__v_at_@AM_V@)
 
100
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
101
am__v_at_0 = @
 
102
am__v_at_1 = 
47
103
SOURCES =
48
104
DIST_SOURCES =
 
105
am__can_run_installinfo = \
 
106
  case $$AM_UPDATE_INFO_DIR in \
 
107
    n|no|NO) false;; \
 
108
    *) (install-info --version) >/dev/null 2>&1;; \
 
109
  esac
49
110
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
111
am__vpath_adj = case $$p in \
51
112
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
128
am__base_list = \
68
129
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69
130
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
131
am__uninstall_files_from_dir = { \
 
132
  test -z "$$files" \
 
133
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
134
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
135
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
136
  }
70
137
am__installdirs = "$(DESTDIR)$(iconsdir)"
71
138
DATA = $(icons_DATA)
 
139
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
72
140
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73
141
pkgdatadir = @pkgdatadir@
74
142
ACLOCAL = @ACLOCAL@
75
143
ALL_LINGUAS = @ALL_LINGUAS@
76
144
AMTAR = @AMTAR@
 
145
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
77
146
AR = @AR@
78
147
AUTOCONF = @AUTOCONF@
79
148
AUTOHEADER = @AUTOHEADER@
94
163
DATADIRNAME = @DATADIRNAME@
95
164
DEFS = @DEFS@
96
165
DEPDIR = @DEPDIR@
 
166
DLLTOOL = @DLLTOOL@
97
167
DSYMUTIL = @DSYMUTIL@
98
168
DUMPBIN = @DUMPBIN@
99
169
ECHO_C = @ECHO_C@
117
187
INTLTOOL_MERGE = @INTLTOOL_MERGE@
118
188
INTLTOOL_PERL = @INTLTOOL_PERL@
119
189
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
190
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
191
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
192
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
193
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
120
194
LD = @LD@
121
195
LDFLAGS = @LDFLAGS@
122
196
LIBEXECDIR = @LIBEXECDIR@
129
203
LTLIBOBJS = @LTLIBOBJS@
130
204
MAINT = @MAINT@
131
205
MAKEINFO = @MAKEINFO@
 
206
MANIFEST_TOOL = @MANIFEST_TOOL@
132
207
MKDIR_P = @MKDIR_P@
133
208
MKINSTALLDIRS = @MKINSTALLDIRS@
134
209
MSGFMT = @MSGFMT@
182
257
abs_srcdir = @abs_srcdir@
183
258
abs_top_builddir = @abs_top_builddir@
184
259
abs_top_srcdir = @abs_top_srcdir@
 
260
ac_ct_AR = @ac_ct_AR@
185
261
ac_ct_CC = @ac_ct_CC@
186
262
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
187
263
am__include = @am__include@
212
288
includedir = @includedir@
213
289
infodir = @infodir@
214
290
install_sh = @install_sh@
 
291
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
292
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
215
293
libdir = @libdir@
216
294
libexecdir = @libexecdir@
217
295
localedir = @localedir@
218
296
localstatedir = @localstatedir@
219
 
lt_ECHO = @lt_ECHO@
220
297
mandir = @mandir@
221
298
mkdir_p = @mkdir_p@
222
299
oldincludedir = @oldincludedir@
257
334
              exit 1;; \
258
335
          esac; \
259
336
        done; \
260
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/hicolor/16x16/devices/Makefile'; \
 
337
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/hicolor/16x16/devices/Makefile'; \
261
338
        $(am__cd) $(top_srcdir) && \
262
 
          $(AUTOMAKE) --gnu data/icons/hicolor/16x16/devices/Makefile
 
339
          $(AUTOMAKE) --foreign data/icons/hicolor/16x16/devices/Makefile
263
340
.PRECIOUS: Makefile
264
341
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265
342
        @case '$?' in \
286
363
        -rm -rf .libs _libs
287
364
install-iconsDATA: $(icons_DATA)
288
365
        @$(NORMAL_INSTALL)
289
 
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
290
366
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
367
        if test -n "$$list"; then \
 
368
          echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
 
369
          $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \
 
370
        fi; \
291
371
        for p in $$list; do \
292
372
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
293
373
          echo "$$d$$p"; \
301
381
        @$(NORMAL_UNINSTALL)
302
382
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
303
383
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
304
 
        test -n "$$files" || exit 0; \
305
 
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
306
 
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
307
 
tags: TAGS
308
 
TAGS:
309
 
 
310
 
ctags: CTAGS
311
 
CTAGS:
 
384
        dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
 
385
tags TAGS:
 
386
 
 
387
ctags CTAGS:
 
388
 
 
389
cscope cscopelist:
312
390
 
313
391
 
314
392
distdir: $(DISTFILES)
358
436
 
359
437
installcheck: installcheck-am
360
438
install-strip:
361
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
362
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
363
 
          `test -z '$(STRIP)' || \
364
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
439
        if test -z '$(STRIP)'; then \
 
440
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
441
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
442
              install; \
 
443
        else \
 
444
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
445
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
446
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
447
        fi
365
448
mostlyclean-generic:
366
449
 
367
450
clean-generic:
442
525
.MAKE: install-am install-strip
443
526
 
444
527
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
445
 
        distclean distclean-generic distclean-libtool distdir dvi \
446
 
        dvi-am html html-am info info-am install install-am \
447
 
        install-data install-data-am install-dvi install-dvi-am \
448
 
        install-exec install-exec-am install-html install-html-am \
449
 
        install-iconsDATA install-info install-info-am install-man \
450
 
        install-pdf install-pdf-am install-ps install-ps-am \
451
 
        install-strip installcheck installcheck-am installdirs \
452
 
        maintainer-clean maintainer-clean-generic mostlyclean \
453
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
454
 
        uninstall uninstall-am uninstall-iconsDATA
 
528
        cscopelist-am ctags-am distclean distclean-generic \
 
529
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
530
        install install-am install-data install-data-am install-dvi \
 
531
        install-dvi-am install-exec install-exec-am install-html \
 
532
        install-html-am install-iconsDATA install-info install-info-am \
 
533
        install-man install-pdf install-pdf-am install-ps \
 
534
        install-ps-am install-strip installcheck installcheck-am \
 
535
        installdirs maintainer-clean maintainer-clean-generic \
 
536
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
537
        ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA
455
538
 
456
539
 
457
540
# Tell versions [3.59,3.63) of GNU make to not export all variables.