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

« back to all changes in this revision

Viewing changes to blueman/bluez/obex/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2015-09-07 12:48:18 UTC
  • mfrom: (2.3.11 sid)
  • Revision ID: package-import@ubuntu.com-20150907124818-evulc0mhjotz8q29
Tags: 2.0-1ubuntu1
* Merge from Debian unstable (LP: #1482626). Remaining changes:
  - debian/patches/03_filemanage_fix.patch:
    + Dropped, no longer needed.
  - debian/patches/dhcpclient_priority
  - debian/patches/01_dont_autostart_lxde.patch
    + Refreshed patches

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
# @configure_input@
 
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
@SET_MAKE@
 
16
VPATH = @srcdir@
 
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)/@PACKAGE@
 
63
pkglibdir = $(libdir)/@PACKAGE@
 
64
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
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 = @build@
 
78
host_triplet = @host@
 
79
subdir = blueman/bluez/obex
 
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_@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 = 
 
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 = @pkgdatadir@
 
145
ACLOCAL = @ACLOCAL@
 
146
ALL_LINGUAS = @ALL_LINGUAS@
 
147
AMTAR = @AMTAR@
 
148
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
149
AR = @AR@
 
150
AUTOCONF = @AUTOCONF@
 
151
AUTOHEADER = @AUTOHEADER@
 
152
AUTOMAKE = @AUTOMAKE@
 
153
AWK = @AWK@
 
154
BINDIR = @BINDIR@
 
155
BLUEZ_CFLAGS = @BLUEZ_CFLAGS@
 
156
BLUEZ_LIBS = @BLUEZ_LIBS@
 
157
CATALOGS = @CATALOGS@
 
158
CATOBJEXT = @CATOBJEXT@
 
159
CC = @CC@
 
160
CCDEPMODE = @CCDEPMODE@
 
161
CFLAGS = @CFLAGS@
 
162
CPP = @CPP@
 
163
CPPFLAGS = @CPPFLAGS@
 
164
CYGPATH_W = @CYGPATH_W@
 
165
CYTHONEXEC = @CYTHONEXEC@
 
166
DATADIR = @DATADIR@
 
167
DATADIRNAME = @DATADIRNAME@
 
168
DEFS = @DEFS@
 
169
DEPDIR = @DEPDIR@
 
170
DLLTOOL = @DLLTOOL@
 
171
DOCDIR = @DOCDIR@
 
172
DSYMUTIL = @DSYMUTIL@
 
173
DUMPBIN = @DUMPBIN@
 
174
ECHO_C = @ECHO_C@
 
175
ECHO_N = @ECHO_N@
 
176
ECHO_T = @ECHO_T@
 
177
EGREP = @EGREP@
 
178
EXEEXT = @EXEEXT@
 
179
FAENZAICONS_CFLAGS = @FAENZAICONS_CFLAGS@
 
180
FAENZAICONS_LIBS = @FAENZAICONS_LIBS@
 
181
FGREP = @FGREP@
 
182
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
183
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
184
GMOFILES = @GMOFILES@
 
185
GMSGFMT = @GMSGFMT@
 
186
GNOMEICONS_CFLAGS = @GNOMEICONS_CFLAGS@
 
187
GNOMEICONS_LIBS = @GNOMEICONS_LIBS@
 
188
GREP = @GREP@
 
189
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
190
INSTALL = @INSTALL@
 
191
INSTALL_DATA = @INSTALL_DATA@
 
192
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
193
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
194
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
195
INSTOBJEXT = @INSTOBJEXT@
 
196
INTLLIBS = @INTLLIBS@
 
197
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
198
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
199
INTLTOOL_PERL = @INTLTOOL_PERL@
 
200
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
201
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
202
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
203
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
204
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
205
LD = @LD@
 
206
LDFLAGS = @LDFLAGS@
 
207
LIBEXECDIR = @LIBEXECDIR@
 
208
LIBOBJS = @LIBOBJS@
 
209
LIBS = @LIBS@
 
210
LIBTOOL = @LIBTOOL@
 
211
LIPO = @LIPO@
 
212
LN_S = @LN_S@
 
213
LOCALEDIR = @LOCALEDIR@
 
214
LTLIBOBJS = @LTLIBOBJS@
 
215
MAINT = @MAINT@
 
216
MAKEINFO = @MAKEINFO@
 
217
MANIFEST_TOOL = @MANIFEST_TOOL@
 
218
MATEICONS_CFLAGS = @MATEICONS_CFLAGS@
 
219
MATEICONS_LIBS = @MATEICONS_LIBS@
 
220
MKDIR_P = @MKDIR_P@
 
221
MKINSTALLDIRS = @MKINSTALLDIRS@
 
222
MSGFMT = @MSGFMT@
 
223
MSGFMT_OPTS = @MSGFMT_OPTS@
 
224
MSGMERGE = @MSGMERGE@
 
225
NM = @NM@
 
226
NMEDIT = @NMEDIT@
 
227
OBJDUMP = @OBJDUMP@
 
228
OBJEXT = @OBJEXT@
 
229
OTOOL = @OTOOL@
 
230
OTOOL64 = @OTOOL64@
 
231
PACKAGE = @PACKAGE@
 
232
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
233
PACKAGE_NAME = @PACKAGE_NAME@
 
234
PACKAGE_STRING = @PACKAGE_STRING@
 
235
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
236
PACKAGE_URL = @PACKAGE_URL@
 
237
PACKAGE_VERSION = @PACKAGE_VERSION@
 
238
PATH_SEPARATOR = @PATH_SEPARATOR@
 
239
PKGLIBDIR = @PKGLIBDIR@
 
240
PKG_CONFIG = @PKG_CONFIG@
 
241
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
242
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
243
POFILES = @POFILES@
 
244
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
245
POLKIT_LIBS = @POLKIT_LIBS@
 
246
POSUB = @POSUB@
 
247
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
248
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
249
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
250
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
 
251
PYTHON = @PYTHON@
 
252
PYTHONDIR = @PYTHONDIR@
 
253
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
254
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
255
PYTHON_LIBS = @PYTHON_LIBS@
 
256
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
257
PYTHON_PREFIX = @PYTHON_PREFIX@
 
258
PYTHON_VERSION = @PYTHON_VERSION@
 
259
RANLIB = @RANLIB@
 
260
SED = @SED@
 
261
SET_MAKE = @SET_MAKE@
 
262
SHELL = @SHELL@
 
263
STRIP = @STRIP@
 
264
SYSCONFDIR = @SYSCONFDIR@
 
265
USE_NLS = @USE_NLS@
 
266
VERSION = @VERSION@
 
267
XGETTEXT = @XGETTEXT@
 
268
abs_builddir = @abs_builddir@
 
269
abs_srcdir = @abs_srcdir@
 
270
abs_top_builddir = @abs_top_builddir@
 
271
abs_top_srcdir = @abs_top_srcdir@
 
272
ac_ct_AR = @ac_ct_AR@
 
273
ac_ct_CC = @ac_ct_CC@
 
274
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
275
am__include = @am__include@
 
276
am__leading_dot = @am__leading_dot@
 
277
am__quote = @am__quote@
 
278
am__tar = @am__tar@
 
279
am__untar = @am__untar@
 
280
bindir = @bindir@
 
281
build = @build@
 
282
build_alias = @build_alias@
 
283
build_cpu = @build_cpu@
 
284
build_os = @build_os@
 
285
build_vendor = @build_vendor@
 
286
builddir = @builddir@
 
287
datadir = @datadir@
 
288
datarootdir = @datarootdir@
 
289
dhconfig = @dhconfig@
 
290
docdir = @docdir@
 
291
dvidir = @dvidir@
 
292
exec_prefix = @exec_prefix@
 
293
gsettingsschemadir = @gsettingsschemadir@
 
294
have_polkit = @have_polkit@
 
295
host = @host@
 
296
host_alias = @host_alias@
 
297
host_cpu = @host_cpu@
 
298
host_os = @host_os@
 
299
host_vendor = @host_vendor@
 
300
htmldir = @htmldir@
 
301
icondir = @icondir@
 
302
includedir = @includedir@
 
303
infodir = @infodir@
 
304
install_sh = @install_sh@
 
305
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
306
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
307
libdir = @libdir@
 
308
libexecdir = @libexecdir@
 
309
localedir = @localedir@
 
310
localstatedir = @localstatedir@
 
311
mandir = @mandir@
 
312
mkdir_p = @mkdir_p@
 
313
oldincludedir = @oldincludedir@
 
314
pdfdir = @pdfdir@
 
315
pixmapsdir = @pixmapsdir@
 
316
pkgpyexecdir = @pkgpyexecdir@
 
317
pkgpythondir = @pkgpythondir@
 
318
prefix = @prefix@
 
319
program_transform_name = @program_transform_name@
 
320
psdir = @psdir@
 
321
pyexecdir = @pyexecdir@
 
322
pythondir = @pythondir@
 
323
sbindir = @sbindir@
 
324
sharedstatedir = @sharedstatedir@
 
325
srcdir = @srcdir@
 
326
sysconfdir = @sysconfdir@
 
327
target_alias = @target_alias@
 
328
top_build_prefix = @top_build_prefix@
 
329
top_builddir = @top_builddir@
 
330
top_srcdir = @top_srcdir@
 
331
bluemandir = $(pythondir)/blueman/bluez/obex
 
332
blueman_PYTHON = \
 
333
        Agent.py        \
 
334
        AgentManager.py \
 
335
        Base.py         \
 
336
        Client.py       \
 
337
        Error.py        \
 
338
        Manager.py      \
 
339
        ObjectPush.py   \
 
340
        Session.py      \
 
341
        Transfer.py     \
 
342
        __init__.py
 
343
 
 
344
CLEANFILES = \
 
345
        $(BUILT_SOURCES)
 
346
 
 
347
DISTCLEANFILES = \
 
348
        $(CLEANFILES) 
 
349
 
 
350
all: all-am
 
351
 
 
352
.SUFFIXES:
 
353
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
354
        @for dep in $?; do \
 
355
          case '$(am__configure_deps)' in \
 
356
            *$$dep*) \
 
357
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
358
                && { if test -f $@; then exit 0; else break; fi; }; \
 
359
              exit 1;; \
 
360
          esac; \
 
361
        done; \
 
362
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign blueman/bluez/obex/Makefile'; \
 
363
        $(am__cd) $(top_srcdir) && \
 
364
          $(AUTOMAKE) --foreign blueman/bluez/obex/Makefile
 
365
.PRECIOUS: Makefile
 
366
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
367
        @case '$?' in \
 
368
          *config.status*) \
 
369
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
370
          *) \
 
371
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
372
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
373
        esac;
 
374
 
 
375
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
376
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
377
 
 
378
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
379
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
380
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
381
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
382
$(am__aclocal_m4_deps):
 
383
 
 
384
mostlyclean-libtool:
 
385
        -rm -f *.lo
 
386
 
 
387
clean-libtool:
 
388
        -rm -rf .libs _libs
 
389
install-bluemanPYTHON: $(blueman_PYTHON)
 
390
        @$(NORMAL_INSTALL)
 
391
        @list='$(blueman_PYTHON)'; dlist=; list2=; test -n "$(bluemandir)" || list=; \
 
392
        if test -n "$$list"; then \
 
393
          echo " $(MKDIR_P) '$(DESTDIR)$(bluemandir)'"; \
 
394
          $(MKDIR_P) "$(DESTDIR)$(bluemandir)" || exit 1; \
 
395
        fi; \
 
396
        for p in $$list; do \
 
397
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
 
398
          if test -f $$b$$p; then \
 
399
            $(am__strip_dir) \
 
400
            dlist="$$dlist $$f"; \
 
401
            list2="$$list2 $$b$$p"; \
 
402
          else :; fi; \
 
403
        done; \
 
404
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
405
        while read files; do \
 
406
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bluemandir)'"; \
 
407
          $(INSTALL_DATA) $$files "$(DESTDIR)$(bluemandir)" || exit $$?; \
 
408
        done || exit $$?; \
 
409
        if test -n "$$dlist"; then \
 
410
          $(am__py_compile) --destdir "$(DESTDIR)" \
 
411
                            --basedir "$(bluemandir)" $$dlist; \
 
412
        else :; fi
 
413
 
 
414
uninstall-bluemanPYTHON:
 
415
        @$(NORMAL_UNINSTALL)
 
416
        @list='$(blueman_PYTHON)'; test -n "$(bluemandir)" || list=; \
 
417
        py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
418
        test -n "$$py_files" || exit 0; \
 
419
        dir='$(DESTDIR)$(bluemandir)'; \
 
420
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
 
421
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
 
422
        py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
 
423
        echo "$$py_files_pep3147";\
 
424
        pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
 
425
        pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
 
426
        st=0; \
 
427
        for files in \
 
428
          "$$py_files" \
 
429
          "$$pyc_files" \
 
430
          "$$pyo_files" \
 
431
          "$$pyc_files_pep3147" \
 
432
          "$$pyo_files_pep3147" \
 
433
        ; do \
 
434
          $(am__uninstall_files_from_dir) || st=$$?; \
 
435
        done; \
 
436
        exit $$st
 
437
tags TAGS:
 
438
 
 
439
ctags CTAGS:
 
440
 
 
441
cscope cscopelist:
 
442
 
 
443
 
 
444
distdir: $(DISTFILES)
 
445
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
446
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
447
        list='$(DISTFILES)'; \
 
448
          dist_files=`for file in $$list; do echo $$file; done | \
 
449
          sed -e "s|^$$srcdirstrip/||;t" \
 
450
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
451
        case $$dist_files in \
 
452
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
453
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
454
                           sort -u` ;; \
 
455
        esac; \
 
456
        for file in $$dist_files; do \
 
457
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
458
          if test -d $$d/$$file; then \
 
459
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
460
            if test -d "$(distdir)/$$file"; then \
 
461
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
462
            fi; \
 
463
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
464
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
465
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
466
            fi; \
 
467
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
468
          else \
 
469
            test -f "$(distdir)/$$file" \
 
470
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
471
            || exit 1; \
 
472
          fi; \
 
473
        done
 
474
check-am: all-am
 
475
check: check-am
 
476
all-am: Makefile
 
477
installdirs:
 
478
        for dir in "$(DESTDIR)$(bluemandir)"; do \
 
479
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
480
        done
 
481
install: install-am
 
482
install-exec: install-exec-am
 
483
install-data: install-data-am
 
484
uninstall: uninstall-am
 
485
 
 
486
install-am: all-am
 
487
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
488
 
 
489
installcheck: installcheck-am
 
490
install-strip:
 
491
        if test -z '$(STRIP)'; then \
 
492
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
493
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
494
              install; \
 
495
        else \
 
496
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
497
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
498
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
499
        fi
 
500
mostlyclean-generic:
 
501
 
 
502
clean-generic:
 
503
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
504
 
 
505
distclean-generic:
 
506
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
507
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
508
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
509
 
 
510
maintainer-clean-generic:
 
511
        @echo "This command is intended for maintainers to use"
 
512
        @echo "it deletes files that may require special tools to rebuild."
 
513
clean: clean-am
 
514
 
 
515
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
516
 
 
517
distclean: distclean-am
 
518
        -rm -f Makefile
 
519
distclean-am: clean-am distclean-generic
 
520
 
 
521
dvi: dvi-am
 
522
 
 
523
dvi-am:
 
524
 
 
525
html: html-am
 
526
 
 
527
html-am:
 
528
 
 
529
info: info-am
 
530
 
 
531
info-am:
 
532
 
 
533
install-data-am: install-bluemanPYTHON
 
534
 
 
535
install-dvi: install-dvi-am
 
536
 
 
537
install-dvi-am:
 
538
 
 
539
install-exec-am:
 
540
 
 
541
install-html: install-html-am
 
542
 
 
543
install-html-am:
 
544
 
 
545
install-info: install-info-am
 
546
 
 
547
install-info-am:
 
548
 
 
549
install-man:
 
550
 
 
551
install-pdf: install-pdf-am
 
552
 
 
553
install-pdf-am:
 
554
 
 
555
install-ps: install-ps-am
 
556
 
 
557
install-ps-am:
 
558
 
 
559
installcheck-am:
 
560
 
 
561
maintainer-clean: maintainer-clean-am
 
562
        -rm -f Makefile
 
563
maintainer-clean-am: distclean-am maintainer-clean-generic
 
564
 
 
565
mostlyclean: mostlyclean-am
 
566
 
 
567
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
568
 
 
569
pdf: pdf-am
 
570
 
 
571
pdf-am:
 
572
 
 
573
ps: ps-am
 
574
 
 
575
ps-am:
 
576
 
 
577
uninstall-am: uninstall-bluemanPYTHON
 
578
 
 
579
.MAKE: install-am install-strip
 
580
 
 
581
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
582
        clean-local cscopelist-am ctags-am distclean distclean-generic \
 
583
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
584
        install install-am install-bluemanPYTHON install-data \
 
585
        install-data-am install-dvi install-dvi-am install-exec \
 
586
        install-exec-am install-html install-html-am install-info \
 
587
        install-info-am install-man install-pdf install-pdf-am \
 
588
        install-ps install-ps-am install-strip installcheck \
 
589
        installcheck-am installdirs maintainer-clean \
 
590
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
591
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
592
        uninstall-am uninstall-bluemanPYTHON
 
593
 
 
594
 
 
595
clean-local:
 
596
        rm -rf *.pyc *.pyo 
 
597
 
 
598
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
599
# Otherwise a system limit (for SysV at least) may be exceeded.
 
600
.NOEXPORT: