~ubuntu-branches/ubuntu/vivid/blueman/vivid-proposed

« back to all changes in this revision

Viewing changes to blueman/gui/applet/Makefile

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-12-24 18:33:36 UTC
  • mfrom: (2.3.8 sid)
  • Revision ID: package-import@ubuntu.com-20141224183336-cyb82ot0y8tz8flq
Tags: 1.99~alpha1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/01_dont_autostart_lxde.patch:
    + Don't autostart the applet in LXDE.
  - debian/patches/03_filemanager_fix.patch:
    + Add support for more filemanagers.
* debian/patches/02_dont_crash_on_non-bluetooth_card.patch:
  - Dropped, no longer applicable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
 
# blueman/gui/applet/Makefile.  Generated from Makefile.in by configure.
3
 
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
 
 
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
 
16
 
 
17
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
 
am__make_running_with_option = \
19
 
  case $${target_option-} in \
20
 
      ?) ;; \
21
 
      *) echo "am__make_running_with_option: internal error: invalid" \
22
 
              "target option '$${target_option-}' specified" >&2; \
23
 
         exit 1;; \
24
 
  esac; \
25
 
  has_opt=no; \
26
 
  sane_makeflags=$$MAKEFLAGS; \
27
 
  if $(am__is_gnu_make); then \
28
 
    sane_makeflags=$$MFLAGS; \
29
 
  else \
30
 
    case $$MAKEFLAGS in \
31
 
      *\\[\ \   ]*) \
32
 
        bs=\\; \
33
 
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
 
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35
 
    esac; \
36
 
  fi; \
37
 
  skip_next=no; \
38
 
  strip_trailopt () \
39
 
  { \
40
 
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
 
  }; \
42
 
  for flg in $$sane_makeflags; do \
43
 
    test $$skip_next = yes && { skip_next=no; continue; }; \
44
 
    case $$flg in \
45
 
      *=*|--*) continue;; \
46
 
        -*I) strip_trailopt 'I'; skip_next=yes;; \
47
 
      -*I?*) strip_trailopt 'I';; \
48
 
        -*O) strip_trailopt 'O'; skip_next=yes;; \
49
 
      -*O?*) strip_trailopt 'O';; \
50
 
        -*l) strip_trailopt 'l'; skip_next=yes;; \
51
 
      -*l?*) strip_trailopt 'l';; \
52
 
      -[dEDm]) skip_next=yes;; \
53
 
      -[JT]) skip_next=yes;; \
54
 
    esac; \
55
 
    case $$flg in \
56
 
      *$$target_option*) has_opt=yes; break;; \
57
 
    esac; \
58
 
  done; \
59
 
  test $$has_opt = yes
60
 
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
 
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62
 
pkgincludedir = $(includedir)/blueman
63
 
pkglibdir = $(libdir)/blueman
64
 
pkglibexecdir = $(libexecdir)/blueman
65
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66
 
install_sh_DATA = $(install_sh) -c -m 644
67
 
install_sh_PROGRAM = $(install_sh) -c
68
 
install_sh_SCRIPT = $(install_sh) -c
69
 
INSTALL_HEADER = $(INSTALL_DATA)
70
 
transform = $(program_transform_name)
71
 
NORMAL_INSTALL = :
72
 
PRE_INSTALL = :
73
 
POST_INSTALL = :
74
 
NORMAL_UNINSTALL = :
75
 
PRE_UNINSTALL = :
76
 
POST_UNINSTALL = :
77
 
build_triplet = x86_64-unknown-linux-gnu
78
 
host_triplet = x86_64-unknown-linux-gnu
79
 
subdir = blueman/gui/applet
80
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81
 
        $(blueman_PYTHON) $(top_srcdir)/py-compile
82
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
84
 
        $(top_srcdir)/configure.ac
85
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86
 
        $(ACLOCAL_M4)
87
 
mkinstalldirs = $(install_sh) -d
88
 
CONFIG_HEADER = $(top_builddir)/config.h
89
 
CONFIG_CLEAN_FILES =
90
 
CONFIG_CLEAN_VPATH_FILES =
91
 
AM_V_P = $(am__v_P_$(V))
92
 
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
93
 
am__v_P_0 = false
94
 
am__v_P_1 = :
95
 
AM_V_GEN = $(am__v_GEN_$(V))
96
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
97
 
am__v_GEN_0 = @echo "  GEN     " $@;
98
 
am__v_GEN_1 = 
99
 
AM_V_at = $(am__v_at_$(V))
100
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
101
 
am__v_at_0 = @
102
 
am__v_at_1 = 
103
 
SOURCES =
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
110
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111
 
am__vpath_adj = case $$p in \
112
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113
 
    *) f=$$p;; \
114
 
  esac;
115
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116
 
am__install_max = 40
117
 
am__nobase_strip_setup = \
118
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119
 
am__nobase_strip = \
120
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121
 
am__nobase_list = $(am__nobase_strip_setup); \
122
 
  for p in $$list; do echo "$$p $$p"; done | \
123
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125
 
    if (++n[$$2] == $(am__install_max)) \
126
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127
 
    END { for (dir in files) print dir, files[dir] }'
128
 
am__base_list = \
129
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
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
 
  }
137
 
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
138
 
am__installdirs = "$(DESTDIR)$(bluemandir)"
139
 
am__pep3147_tweak = \
140
 
  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
141
 
py_compile = $(top_srcdir)/py-compile
142
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
143
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144
 
pkgdatadir = /usr/local/share/blueman
145
 
ACLOCAL = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing aclocal-1.14
146
 
ALL_LINGUAS = 
147
 
AMTAR = $${TAR-tar}
148
 
AM_DEFAULT_VERBOSITY = 1
149
 
AR = ar
150
 
AUTOCONF = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing autoconf
151
 
AUTOHEADER = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing autoheader
152
 
AUTOMAKE = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing automake-1.14
153
 
AWK = gawk
154
 
BINDIR = /usr/local/bin
155
 
BLUEZ_CFLAGS = -pthread -I/usr/include/startup-notification-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pygtk-2.0 
156
 
BLUEZ_LIBS = -lbluetooth -lstartup-notification-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 
157
 
CATALOGS = 
158
 
CATOBJEXT = .gmo
159
 
CC = gcc
160
 
CCDEPMODE = depmode=gcc3
161
 
CFLAGS = -g -O2
162
 
CPP = gcc -E
163
 
CPPFLAGS = 
164
 
CYGPATH_W = echo
165
 
DATADIR = /usr/local/share
166
 
DATADIRNAME = share
167
 
DEFS = -DHAVE_CONFIG_H
168
 
DEPDIR = .deps
169
 
DLLTOOL = false
170
 
DSYMUTIL = 
171
 
DUMPBIN = 
172
 
ECHO_C = 
173
 
ECHO_N = -n
174
 
ECHO_T = 
175
 
EGREP = /bin/grep -E
176
 
EXEEXT = 
177
 
FGREP = /bin/grep -F
178
 
GETTEXT_PACKAGE = blueman
179
 
GMOFILES = 
180
 
GMSGFMT = /usr/bin/msgfmt
181
 
GREP = /bin/grep
182
 
INSTALL = /usr/bin/install -c
183
 
INSTALL_DATA = ${INSTALL} -m 644
184
 
INSTALL_PROGRAM = ${INSTALL}
185
 
INSTALL_SCRIPT = ${INSTALL}
186
 
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
187
 
INSTOBJEXT = .mo
188
 
INTLLIBS = 
189
 
INTLTOOL_EXTRACT = /usr/bin/intltool-extract
190
 
INTLTOOL_MERGE = /usr/bin/intltool-merge
191
 
INTLTOOL_PERL = /usr/bin/perl
192
 
INTLTOOL_UPDATE = /usr/bin/intltool-update
193
 
INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
194
 
INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
195
 
INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
196
 
INTLTOOL__v_MERGE_0 = @echo "  ITMRG " $@;
197
 
LD = /usr/bin/ld -m elf_x86_64
198
 
LDFLAGS = 
199
 
LIBEXECDIR = /usr/local/libexec
200
 
LIBOBJS = 
201
 
LIBS = 
202
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
203
 
LIPO = 
204
 
LN_S = ln -s
205
 
LOCALEDIR = /usr/local/share/locale
206
 
LTLIBOBJS = 
207
 
MAINT = 
208
 
MAKEINFO = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing makeinfo
209
 
MANIFEST_TOOL = :
210
 
MKDIR_P = /bin/mkdir -p
211
 
MKINSTALLDIRS = ./mkinstalldirs
212
 
MSGFMT = /usr/bin/msgfmt
213
 
MSGFMT_OPTS = -c
214
 
MSGMERGE = /usr/bin/msgmerge
215
 
NM = /usr/bin/nm -B
216
 
NMEDIT = 
217
 
OBJDUMP = objdump
218
 
OBJEXT = o
219
 
OTOOL = 
220
 
OTOOL64 = 
221
 
PACKAGE = blueman
222
 
PACKAGE_BUGREPORT = 
223
 
PACKAGE_NAME = blueman
224
 
PACKAGE_STRING = blueman 1.23
225
 
PACKAGE_TARNAME = blueman
226
 
PACKAGE_URL = 
227
 
PACKAGE_VERSION = 1.23
228
 
PATH_SEPARATOR = :
229
 
PKGLIBDIR = /usr/local/lib/blueman
230
 
PKG_CONFIG = /usr/bin/pkg-config
231
 
PKG_CONFIG_LIBDIR = 
232
 
PKG_CONFIG_PATH = 
233
 
POFILES = 
234
 
POSUB = po
235
 
PO_IN_DATADIR_FALSE = 
236
 
PO_IN_DATADIR_TRUE = 
237
 
PYGTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pygtk-2.0 
238
 
PYGTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
239
 
PYNOTIFY_CFLAGS = -I/usr/include/gnome-python-2.0 
240
 
PYNOTIFY_LIBS = 
241
 
PYREXC = /usr/bin/pyrexc
242
 
PYTHON = /usr/bin/python
243
 
PYTHONDIR = /usr/local/lib/python2.7/dist-packages
244
 
PYTHON_EXEC_PREFIX = ${exec_prefix}
245
 
PYTHON_INCLUDES = -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7
246
 
PYTHON_LIBS = -lpthread -ldl  -lutil -lm  -lpython2.7
247
 
PYTHON_PLATFORM = linux2
248
 
PYTHON_PREFIX = ${prefix}
249
 
PYTHON_VERSION = 2.7
250
 
RANLIB = ranlib
251
 
SED = /bin/sed
252
 
SET_MAKE = 
253
 
SHELL = /bin/bash
254
 
STRIP = strip
255
 
SYSCONFDIR = /etc
256
 
USE_NLS = yes
257
 
VERSION = 1.23
258
 
XGETTEXT = /usr/bin/xgettext
259
 
abs_builddir = /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/blueman/gui/applet
260
 
abs_srcdir = /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/blueman/gui/applet
261
 
abs_top_builddir = /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb
262
 
abs_top_srcdir = /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb
263
 
ac_ct_AR = ar
264
 
ac_ct_CC = gcc
265
 
ac_ct_DUMPBIN = 
266
 
am__include = include
267
 
am__leading_dot = .
268
 
am__quote = 
269
 
am__tar = $${TAR-tar} chof - "$$tardir"
270
 
am__untar = $${TAR-tar} xf -
271
 
bindir = ${exec_prefix}/bin
272
 
build = x86_64-unknown-linux-gnu
273
 
build_alias = 
274
 
build_cpu = x86_64
275
 
build_os = linux-gnu
276
 
build_vendor = unknown
277
 
builddir = .
278
 
datadir = ${datarootdir}
279
 
datarootdir = ${prefix}/share
280
 
dhconfig = /etc/dhcp3/dhcpd.conf
281
 
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
282
 
dvidir = ${docdir}
283
 
exec_prefix = ${prefix}
284
 
hal_en = no
285
 
host = x86_64-unknown-linux-gnu
286
 
host_alias = 
287
 
host_cpu = x86_64
288
 
host_os = linux-gnu
289
 
host_vendor = unknown
290
 
htmldir = ${docdir}
291
 
includedir = ${prefix}/include
292
 
infodir = ${datarootdir}/info
293
 
install_sh = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/install-sh
294
 
intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
295
 
intltool__v_merge_options_0 = -q
296
 
libdir = ${exec_prefix}/lib
297
 
libexecdir = ${exec_prefix}/libexec
298
 
localedir = ${datarootdir}/locale
299
 
localstatedir = ${prefix}/var
300
 
mandir = ${datarootdir}/man
301
 
mkdir_p = $(MKDIR_P)
302
 
oldincludedir = /usr/include
303
 
pdfdir = ${docdir}
304
 
pkgpyexecdir = ${pyexecdir}/blueman
305
 
pkgpythondir = ${pythondir}/blueman
306
 
polkit_val = yes
307
 
prefix = /usr/local
308
 
program_transform_name = s,x,x,
309
 
psdir = ${docdir}
310
 
pyexecdir = ${exec_prefix}/lib/python2.7/dist-packages
311
 
pythondir = ${prefix}/lib/python2.7/dist-packages
312
 
sbindir = ${exec_prefix}/sbin
313
 
sharedstatedir = ${prefix}/com
314
 
srcdir = .
315
 
sysconfdir = /etc
316
 
target_alias = 
317
 
top_build_prefix = ../../../
318
 
top_builddir = ../../..
319
 
top_srcdir = ../../..
320
 
bluemandir = $(pythondir)/blueman/gui/applet
321
 
blueman_PYTHON = \
322
 
        PluginDialog.py         \
323
 
        __init__.py
324
 
 
325
 
CLEANFILES = \
326
 
        $(BUILT_SOURCES)
327
 
 
328
 
DISTCLEANFILES = \
329
 
        $(CLEANFILES) 
330
 
 
331
 
all: all-am
332
 
 
333
 
.SUFFIXES:
334
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
335
 
        @for dep in $?; do \
336
 
          case '$(am__configure_deps)' in \
337
 
            *$$dep*) \
338
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
339
 
                && { if test -f $@; then exit 0; else break; fi; }; \
340
 
              exit 1;; \
341
 
          esac; \
342
 
        done; \
343
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign blueman/gui/applet/Makefile'; \
344
 
        $(am__cd) $(top_srcdir) && \
345
 
          $(AUTOMAKE) --foreign blueman/gui/applet/Makefile
346
 
.PRECIOUS: Makefile
347
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348
 
        @case '$?' in \
349
 
          *config.status*) \
350
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351
 
          *) \
352
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354
 
        esac;
355
 
 
356
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
 
 
359
 
$(top_srcdir)/configure:  $(am__configure_deps)
360
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
362
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363
 
$(am__aclocal_m4_deps):
364
 
 
365
 
mostlyclean-libtool:
366
 
        -rm -f *.lo
367
 
 
368
 
clean-libtool:
369
 
        -rm -rf .libs _libs
370
 
install-bluemanPYTHON: $(blueman_PYTHON)
371
 
        @$(NORMAL_INSTALL)
372
 
        @list='$(blueman_PYTHON)'; dlist=; list2=; test -n "$(bluemandir)" || list=; \
373
 
        if test -n "$$list"; then \
374
 
          echo " $(MKDIR_P) '$(DESTDIR)$(bluemandir)'"; \
375
 
          $(MKDIR_P) "$(DESTDIR)$(bluemandir)" || exit 1; \
376
 
        fi; \
377
 
        for p in $$list; do \
378
 
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
379
 
          if test -f $$b$$p; then \
380
 
            $(am__strip_dir) \
381
 
            dlist="$$dlist $$f"; \
382
 
            list2="$$list2 $$b$$p"; \
383
 
          else :; fi; \
384
 
        done; \
385
 
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
386
 
        while read files; do \
387
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bluemandir)'"; \
388
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(bluemandir)" || exit $$?; \
389
 
        done || exit $$?; \
390
 
        if test -n "$$dlist"; then \
391
 
          $(am__py_compile) --destdir "$(DESTDIR)" \
392
 
                            --basedir "$(bluemandir)" $$dlist; \
393
 
        else :; fi
394
 
 
395
 
uninstall-bluemanPYTHON:
396
 
        @$(NORMAL_UNINSTALL)
397
 
        @list='$(blueman_PYTHON)'; test -n "$(bluemandir)" || list=; \
398
 
        py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
399
 
        test -n "$$py_files" || exit 0; \
400
 
        dir='$(DESTDIR)$(bluemandir)'; \
401
 
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
402
 
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
403
 
        py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
404
 
        echo "$$py_files_pep3147";\
405
 
        pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
406
 
        pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
407
 
        st=0; \
408
 
        for files in \
409
 
          "$$py_files" \
410
 
          "$$pyc_files" \
411
 
          "$$pyo_files" \
412
 
          "$$pyc_files_pep3147" \
413
 
          "$$pyo_files_pep3147" \
414
 
        ; do \
415
 
          $(am__uninstall_files_from_dir) || st=$$?; \
416
 
        done; \
417
 
        exit $$st
418
 
tags TAGS:
419
 
 
420
 
ctags CTAGS:
421
 
 
422
 
cscope cscopelist:
423
 
 
424
 
 
425
 
distdir: $(DISTFILES)
426
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428
 
        list='$(DISTFILES)'; \
429
 
          dist_files=`for file in $$list; do echo $$file; done | \
430
 
          sed -e "s|^$$srcdirstrip/||;t" \
431
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
432
 
        case $$dist_files in \
433
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
434
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
435
 
                           sort -u` ;; \
436
 
        esac; \
437
 
        for file in $$dist_files; do \
438
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
439
 
          if test -d $$d/$$file; then \
440
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
441
 
            if test -d "$(distdir)/$$file"; then \
442
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443
 
            fi; \
444
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
445
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
446
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
447
 
            fi; \
448
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
449
 
          else \
450
 
            test -f "$(distdir)/$$file" \
451
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
452
 
            || exit 1; \
453
 
          fi; \
454
 
        done
455
 
check-am: all-am
456
 
check: check-am
457
 
all-am: Makefile
458
 
installdirs:
459
 
        for dir in "$(DESTDIR)$(bluemandir)"; do \
460
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
461
 
        done
462
 
install: install-am
463
 
install-exec: install-exec-am
464
 
install-data: install-data-am
465
 
uninstall: uninstall-am
466
 
 
467
 
install-am: all-am
468
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
469
 
 
470
 
installcheck: installcheck-am
471
 
install-strip:
472
 
        if test -z '$(STRIP)'; then \
473
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475
 
              install; \
476
 
        else \
477
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
478
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
479
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
480
 
        fi
481
 
mostlyclean-generic:
482
 
 
483
 
clean-generic:
484
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
485
 
 
486
 
distclean-generic:
487
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
488
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
489
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
490
 
 
491
 
maintainer-clean-generic:
492
 
        @echo "This command is intended for maintainers to use"
493
 
        @echo "it deletes files that may require special tools to rebuild."
494
 
clean: clean-am
495
 
 
496
 
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
497
 
 
498
 
distclean: distclean-am
499
 
        -rm -f Makefile
500
 
distclean-am: clean-am distclean-generic
501
 
 
502
 
dvi: dvi-am
503
 
 
504
 
dvi-am:
505
 
 
506
 
html: html-am
507
 
 
508
 
html-am:
509
 
 
510
 
info: info-am
511
 
 
512
 
info-am:
513
 
 
514
 
install-data-am: install-bluemanPYTHON
515
 
 
516
 
install-dvi: install-dvi-am
517
 
 
518
 
install-dvi-am:
519
 
 
520
 
install-exec-am:
521
 
 
522
 
install-html: install-html-am
523
 
 
524
 
install-html-am:
525
 
 
526
 
install-info: install-info-am
527
 
 
528
 
install-info-am:
529
 
 
530
 
install-man:
531
 
 
532
 
install-pdf: install-pdf-am
533
 
 
534
 
install-pdf-am:
535
 
 
536
 
install-ps: install-ps-am
537
 
 
538
 
install-ps-am:
539
 
 
540
 
installcheck-am:
541
 
 
542
 
maintainer-clean: maintainer-clean-am
543
 
        -rm -f Makefile
544
 
maintainer-clean-am: distclean-am maintainer-clean-generic
545
 
 
546
 
mostlyclean: mostlyclean-am
547
 
 
548
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
549
 
 
550
 
pdf: pdf-am
551
 
 
552
 
pdf-am:
553
 
 
554
 
ps: ps-am
555
 
 
556
 
ps-am:
557
 
 
558
 
uninstall-am: uninstall-bluemanPYTHON
559
 
 
560
 
.MAKE: install-am install-strip
561
 
 
562
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
563
 
        clean-local cscopelist-am ctags-am distclean distclean-generic \
564
 
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
565
 
        install install-am install-bluemanPYTHON install-data \
566
 
        install-data-am install-dvi install-dvi-am install-exec \
567
 
        install-exec-am install-html install-html-am install-info \
568
 
        install-info-am install-man install-pdf install-pdf-am \
569
 
        install-ps install-ps-am install-strip installcheck \
570
 
        installcheck-am installdirs maintainer-clean \
571
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
572
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
573
 
        uninstall-am uninstall-bluemanPYTHON
574
 
 
575
 
 
576
 
clean-local:
577
 
        rm -rf *.pyc *.pyo 
578
 
 
579
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
580
 
# Otherwise a system limit (for SysV at least) may be exceeded.
581
 
.NOEXPORT: