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

« back to all changes in this revision

Viewing changes to data/icons/hicolor/128x128/Makefile.in

  • 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
# @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 = data/icons/hicolor/128x128
 
80
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 
81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
82
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
83
        $(top_srcdir)/configure.ac
 
84
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
85
        $(ACLOCAL_M4)
 
86
mkinstalldirs = $(install_sh) -d
 
87
CONFIG_HEADER = $(top_builddir)/config.h
 
88
CONFIG_CLEAN_FILES =
 
89
CONFIG_CLEAN_VPATH_FILES =
 
90
AM_V_P = $(am__v_P_@AM_V@)
 
91
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
92
am__v_P_0 = false
 
93
am__v_P_1 = :
 
94
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
95
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
96
am__v_GEN_0 = @echo "  GEN     " $@;
 
97
am__v_GEN_1 = 
 
98
AM_V_at = $(am__v_at_@AM_V@)
 
99
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
100
am__v_at_0 = @
 
101
am__v_at_1 = 
 
102
SOURCES =
 
103
DIST_SOURCES =
 
104
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
105
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
106
        install-data-recursive install-dvi-recursive \
 
107
        install-exec-recursive install-html-recursive \
 
108
        install-info-recursive install-pdf-recursive \
 
109
        install-ps-recursive install-recursive installcheck-recursive \
 
110
        installdirs-recursive pdf-recursive ps-recursive \
 
111
        tags-recursive uninstall-recursive
 
112
am__can_run_installinfo = \
 
113
  case $$AM_UPDATE_INFO_DIR in \
 
114
    n|no|NO) false;; \
 
115
    *) (install-info --version) >/dev/null 2>&1;; \
 
116
  esac
 
117
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
118
  distclean-recursive maintainer-clean-recursive
 
119
am__recursive_targets = \
 
120
  $(RECURSIVE_TARGETS) \
 
121
  $(RECURSIVE_CLEAN_TARGETS) \
 
122
  $(am__extra_recursive_targets)
 
123
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
124
        distdir
 
125
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
126
# Read a list of newline-separated strings from the standard input,
 
127
# and print each of them once, without duplicates.  Input order is
 
128
# *not* preserved.
 
129
am__uniquify_input = $(AWK) '\
 
130
  BEGIN { nonempty = 0; } \
 
131
  { items[$$0] = 1; nonempty = 1; } \
 
132
  END { if (nonempty) { for (i in items) print i; }; } \
 
133
'
 
134
# Make sure the list of sources is unique.  This is necessary because,
 
135
# e.g., the same source file might be shared among _SOURCES variables
 
136
# for different programs/libraries.
 
137
am__define_uniq_tagged_files = \
 
138
  list='$(am__tagged_files)'; \
 
139
  unique=`for i in $$list; do \
 
140
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
141
  done | $(am__uniquify_input)`
 
142
ETAGS = etags
 
143
CTAGS = ctags
 
144
DIST_SUBDIRS = $(SUBDIRS)
 
145
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
146
am__relativize = \
 
147
  dir0=`pwd`; \
 
148
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
149
  sed_rest='s,^[^/]*/*,,'; \
 
150
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
151
  sed_butlast='s,/*[^/]*$$,,'; \
 
152
  while test -n "$$dir1"; do \
 
153
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
154
    if test "$$first" != "."; then \
 
155
      if test "$$first" = ".."; then \
 
156
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
157
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
158
      else \
 
159
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
160
        if test "$$first2" = "$$first"; then \
 
161
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
162
        else \
 
163
          dir2="../$$dir2"; \
 
164
        fi; \
 
165
        dir0="$$dir0"/"$$first"; \
 
166
      fi; \
 
167
    fi; \
 
168
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
169
  done; \
 
170
  reldir="$$dir2"
 
171
pkgdatadir = @pkgdatadir@
 
172
ACLOCAL = @ACLOCAL@
 
173
ALL_LINGUAS = @ALL_LINGUAS@
 
174
AMTAR = @AMTAR@
 
175
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
176
AR = @AR@
 
177
AUTOCONF = @AUTOCONF@
 
178
AUTOHEADER = @AUTOHEADER@
 
179
AUTOMAKE = @AUTOMAKE@
 
180
AWK = @AWK@
 
181
BINDIR = @BINDIR@
 
182
BLUEZ_CFLAGS = @BLUEZ_CFLAGS@
 
183
BLUEZ_LIBS = @BLUEZ_LIBS@
 
184
CATALOGS = @CATALOGS@
 
185
CATOBJEXT = @CATOBJEXT@
 
186
CC = @CC@
 
187
CCDEPMODE = @CCDEPMODE@
 
188
CFLAGS = @CFLAGS@
 
189
CPP = @CPP@
 
190
CPPFLAGS = @CPPFLAGS@
 
191
CYGPATH_W = @CYGPATH_W@
 
192
CYTHONEXEC = @CYTHONEXEC@
 
193
DATADIR = @DATADIR@
 
194
DATADIRNAME = @DATADIRNAME@
 
195
DEFS = @DEFS@
 
196
DEPDIR = @DEPDIR@
 
197
DLLTOOL = @DLLTOOL@
 
198
DSYMUTIL = @DSYMUTIL@
 
199
DUMPBIN = @DUMPBIN@
 
200
ECHO_C = @ECHO_C@
 
201
ECHO_N = @ECHO_N@
 
202
ECHO_T = @ECHO_T@
 
203
EGREP = @EGREP@
 
204
EXEEXT = @EXEEXT@
 
205
FGREP = @FGREP@
 
206
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
207
GMOFILES = @GMOFILES@
 
208
GMSGFMT = @GMSGFMT@
 
209
GREP = @GREP@
 
210
INSTALL = @INSTALL@
 
211
INSTALL_DATA = @INSTALL_DATA@
 
212
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
213
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
214
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
215
INSTOBJEXT = @INSTOBJEXT@
 
216
INTLLIBS = @INTLLIBS@
 
217
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
218
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
219
INTLTOOL_PERL = @INTLTOOL_PERL@
 
220
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
221
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
222
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
223
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
224
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
225
LD = @LD@
 
226
LDFLAGS = @LDFLAGS@
 
227
LIBEXECDIR = @LIBEXECDIR@
 
228
LIBOBJS = @LIBOBJS@
 
229
LIBS = @LIBS@
 
230
LIBTOOL = @LIBTOOL@
 
231
LIPO = @LIPO@
 
232
LN_S = @LN_S@
 
233
LOCALEDIR = @LOCALEDIR@
 
234
LTLIBOBJS = @LTLIBOBJS@
 
235
MAINT = @MAINT@
 
236
MAKEINFO = @MAKEINFO@
 
237
MANIFEST_TOOL = @MANIFEST_TOOL@
 
238
MKDIR_P = @MKDIR_P@
 
239
MKINSTALLDIRS = @MKINSTALLDIRS@
 
240
MSGFMT = @MSGFMT@
 
241
MSGFMT_OPTS = @MSGFMT_OPTS@
 
242
MSGMERGE = @MSGMERGE@
 
243
NM = @NM@
 
244
NMEDIT = @NMEDIT@
 
245
OBJDUMP = @OBJDUMP@
 
246
OBJEXT = @OBJEXT@
 
247
OTOOL = @OTOOL@
 
248
OTOOL64 = @OTOOL64@
 
249
PACKAGE = @PACKAGE@
 
250
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
251
PACKAGE_NAME = @PACKAGE_NAME@
 
252
PACKAGE_STRING = @PACKAGE_STRING@
 
253
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
254
PACKAGE_URL = @PACKAGE_URL@
 
255
PACKAGE_VERSION = @PACKAGE_VERSION@
 
256
PATH_SEPARATOR = @PATH_SEPARATOR@
 
257
PKGLIBDIR = @PKGLIBDIR@
 
258
PKG_CONFIG = @PKG_CONFIG@
 
259
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
260
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
261
POFILES = @POFILES@
 
262
POSUB = @POSUB@
 
263
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
264
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
265
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
266
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
 
267
PYTHON = @PYTHON@
 
268
PYTHONDIR = @PYTHONDIR@
 
269
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
270
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
271
PYTHON_LIBS = @PYTHON_LIBS@
 
272
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
273
PYTHON_PREFIX = @PYTHON_PREFIX@
 
274
PYTHON_VERSION = @PYTHON_VERSION@
 
275
RANLIB = @RANLIB@
 
276
SED = @SED@
 
277
SET_MAKE = @SET_MAKE@
 
278
SHELL = @SHELL@
 
279
STRIP = @STRIP@
 
280
SYSCONFDIR = @SYSCONFDIR@
 
281
USE_NLS = @USE_NLS@
 
282
VERSION = @VERSION@
 
283
XGETTEXT = @XGETTEXT@
 
284
abs_builddir = @abs_builddir@
 
285
abs_srcdir = @abs_srcdir@
 
286
abs_top_builddir = @abs_top_builddir@
 
287
abs_top_srcdir = @abs_top_srcdir@
 
288
ac_ct_AR = @ac_ct_AR@
 
289
ac_ct_CC = @ac_ct_CC@
 
290
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
291
am__include = @am__include@
 
292
am__leading_dot = @am__leading_dot@
 
293
am__quote = @am__quote@
 
294
am__tar = @am__tar@
 
295
am__untar = @am__untar@
 
296
bindir = @bindir@
 
297
build = @build@
 
298
build_alias = @build_alias@
 
299
build_cpu = @build_cpu@
 
300
build_os = @build_os@
 
301
build_vendor = @build_vendor@
 
302
builddir = @builddir@
 
303
datadir = @datadir@
 
304
datarootdir = @datarootdir@
 
305
dhconfig = @dhconfig@
 
306
docdir = @docdir@
 
307
dvidir = @dvidir@
 
308
exec_prefix = @exec_prefix@
 
309
hal_en = @hal_en@
 
310
host = @host@
 
311
host_alias = @host_alias@
 
312
host_cpu = @host_cpu@
 
313
host_os = @host_os@
 
314
host_vendor = @host_vendor@
 
315
htmldir = @htmldir@
 
316
icondir = @icondir@
 
317
includedir = @includedir@
 
318
infodir = @infodir@
 
319
install_sh = @install_sh@
 
320
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
321
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
322
libdir = @libdir@
 
323
libexecdir = @libexecdir@
 
324
localedir = @localedir@
 
325
localstatedir = @localstatedir@
 
326
mandir = @mandir@
 
327
mkdir_p = @mkdir_p@
 
328
oldincludedir = @oldincludedir@
 
329
pdfdir = @pdfdir@
 
330
pkgpyexecdir = @pkgpyexecdir@
 
331
pkgpythondir = @pkgpythondir@
 
332
polkit_val = @polkit_val@
 
333
prefix = @prefix@
 
334
program_transform_name = @program_transform_name@
 
335
psdir = @psdir@
 
336
pyexecdir = @pyexecdir@
 
337
pythondir = @pythondir@
 
338
sbindir = @sbindir@
 
339
sharedstatedir = @sharedstatedir@
 
340
srcdir = @srcdir@
 
341
sysconfdir = @sysconfdir@
 
342
target_alias = @target_alias@
 
343
top_build_prefix = @top_build_prefix@
 
344
top_builddir = @top_builddir@
 
345
top_srcdir = @top_srcdir@
 
346
SUBDIRS = \
 
347
        status
 
348
 
 
349
all: all-recursive
 
350
 
 
351
.SUFFIXES:
 
352
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
353
        @for dep in $?; do \
 
354
          case '$(am__configure_deps)' in \
 
355
            *$$dep*) \
 
356
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
357
                && { if test -f $@; then exit 0; else break; fi; }; \
 
358
              exit 1;; \
 
359
          esac; \
 
360
        done; \
 
361
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/hicolor/128x128/Makefile'; \
 
362
        $(am__cd) $(top_srcdir) && \
 
363
          $(AUTOMAKE) --foreign data/icons/hicolor/128x128/Makefile
 
364
.PRECIOUS: Makefile
 
365
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
366
        @case '$?' in \
 
367
          *config.status*) \
 
368
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
369
          *) \
 
370
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
371
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
372
        esac;
 
373
 
 
374
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
375
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
376
 
 
377
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
378
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
379
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
380
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
381
$(am__aclocal_m4_deps):
 
382
 
 
383
mostlyclean-libtool:
 
384
        -rm -f *.lo
 
385
 
 
386
clean-libtool:
 
387
        -rm -rf .libs _libs
 
388
 
 
389
# This directory's subdirectories are mostly independent; you can cd
 
390
# into them and run 'make' without going through this Makefile.
 
391
# To change the values of 'make' variables: instead of editing Makefiles,
 
392
# (1) if the variable is set in 'config.status', edit 'config.status'
 
393
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
394
# (2) otherwise, pass the desired values on the 'make' command line.
 
395
$(am__recursive_targets):
 
396
        @fail=; \
 
397
        if $(am__make_keepgoing); then \
 
398
          failcom='fail=yes'; \
 
399
        else \
 
400
          failcom='exit 1'; \
 
401
        fi; \
 
402
        dot_seen=no; \
 
403
        target=`echo $@ | sed s/-recursive//`; \
 
404
        case "$@" in \
 
405
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
406
          *) list='$(SUBDIRS)' ;; \
 
407
        esac; \
 
408
        for subdir in $$list; do \
 
409
          echo "Making $$target in $$subdir"; \
 
410
          if test "$$subdir" = "."; then \
 
411
            dot_seen=yes; \
 
412
            local_target="$$target-am"; \
 
413
          else \
 
414
            local_target="$$target"; \
 
415
          fi; \
 
416
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
417
          || eval $$failcom; \
 
418
        done; \
 
419
        if test "$$dot_seen" = "no"; then \
 
420
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
421
        fi; test -z "$$fail"
 
422
 
 
423
ID: $(am__tagged_files)
 
424
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
425
tags: tags-recursive
 
426
TAGS: tags
 
427
 
 
428
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
429
        set x; \
 
430
        here=`pwd`; \
 
431
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
432
          include_option=--etags-include; \
 
433
          empty_fix=.; \
 
434
        else \
 
435
          include_option=--include; \
 
436
          empty_fix=; \
 
437
        fi; \
 
438
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
439
          if test "$$subdir" = .; then :; else \
 
440
            test ! -f $$subdir/TAGS || \
 
441
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
442
          fi; \
 
443
        done; \
 
444
        $(am__define_uniq_tagged_files); \
 
445
        shift; \
 
446
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
447
          test -n "$$unique" || unique=$$empty_fix; \
 
448
          if test $$# -gt 0; then \
 
449
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
450
              "$$@" $$unique; \
 
451
          else \
 
452
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
453
              $$unique; \
 
454
          fi; \
 
455
        fi
 
456
ctags: ctags-recursive
 
457
 
 
458
CTAGS: ctags
 
459
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
460
        $(am__define_uniq_tagged_files); \
 
461
        test -z "$(CTAGS_ARGS)$$unique" \
 
462
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
463
             $$unique
 
464
 
 
465
GTAGS:
 
466
        here=`$(am__cd) $(top_builddir) && pwd` \
 
467
          && $(am__cd) $(top_srcdir) \
 
468
          && gtags -i $(GTAGS_ARGS) "$$here"
 
469
cscopelist: cscopelist-recursive
 
470
 
 
471
cscopelist-am: $(am__tagged_files)
 
472
        list='$(am__tagged_files)'; \
 
473
        case "$(srcdir)" in \
 
474
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
475
          *) sdir=$(subdir)/$(srcdir) ;; \
 
476
        esac; \
 
477
        for i in $$list; do \
 
478
          if test -f "$$i"; then \
 
479
            echo "$(subdir)/$$i"; \
 
480
          else \
 
481
            echo "$$sdir/$$i"; \
 
482
          fi; \
 
483
        done >> $(top_builddir)/cscope.files
 
484
 
 
485
distclean-tags:
 
486
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
487
 
 
488
distdir: $(DISTFILES)
 
489
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
490
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
491
        list='$(DISTFILES)'; \
 
492
          dist_files=`for file in $$list; do echo $$file; done | \
 
493
          sed -e "s|^$$srcdirstrip/||;t" \
 
494
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
495
        case $$dist_files in \
 
496
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
497
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
498
                           sort -u` ;; \
 
499
        esac; \
 
500
        for file in $$dist_files; do \
 
501
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
502
          if test -d $$d/$$file; then \
 
503
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
504
            if test -d "$(distdir)/$$file"; then \
 
505
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
506
            fi; \
 
507
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
508
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
509
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
510
            fi; \
 
511
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
512
          else \
 
513
            test -f "$(distdir)/$$file" \
 
514
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
515
            || exit 1; \
 
516
          fi; \
 
517
        done
 
518
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
519
          if test "$$subdir" = .; then :; else \
 
520
            $(am__make_dryrun) \
 
521
              || test -d "$(distdir)/$$subdir" \
 
522
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
523
              || exit 1; \
 
524
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
525
            $(am__relativize); \
 
526
            new_distdir=$$reldir; \
 
527
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
528
            $(am__relativize); \
 
529
            new_top_distdir=$$reldir; \
 
530
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
531
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
532
            ($(am__cd) $$subdir && \
 
533
              $(MAKE) $(AM_MAKEFLAGS) \
 
534
                top_distdir="$$new_top_distdir" \
 
535
                distdir="$$new_distdir" \
 
536
                am__remove_distdir=: \
 
537
                am__skip_length_check=: \
 
538
                am__skip_mode_fix=: \
 
539
                distdir) \
 
540
              || exit 1; \
 
541
          fi; \
 
542
        done
 
543
check-am: all-am
 
544
check: check-recursive
 
545
all-am: Makefile
 
546
installdirs: installdirs-recursive
 
547
installdirs-am:
 
548
install: install-recursive
 
549
install-exec: install-exec-recursive
 
550
install-data: install-data-recursive
 
551
uninstall: uninstall-recursive
 
552
 
 
553
install-am: all-am
 
554
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
555
 
 
556
installcheck: installcheck-recursive
 
557
install-strip:
 
558
        if test -z '$(STRIP)'; then \
 
559
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
560
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
561
              install; \
 
562
        else \
 
563
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
564
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
565
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
566
        fi
 
567
mostlyclean-generic:
 
568
 
 
569
clean-generic:
 
570
 
 
571
distclean-generic:
 
572
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
573
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
574
 
 
575
maintainer-clean-generic:
 
576
        @echo "This command is intended for maintainers to use"
 
577
        @echo "it deletes files that may require special tools to rebuild."
 
578
clean: clean-recursive
 
579
 
 
580
clean-am: clean-generic clean-libtool mostlyclean-am
 
581
 
 
582
distclean: distclean-recursive
 
583
        -rm -f Makefile
 
584
distclean-am: clean-am distclean-generic distclean-tags
 
585
 
 
586
dvi: dvi-recursive
 
587
 
 
588
dvi-am:
 
589
 
 
590
html: html-recursive
 
591
 
 
592
html-am:
 
593
 
 
594
info: info-recursive
 
595
 
 
596
info-am:
 
597
 
 
598
install-data-am:
 
599
 
 
600
install-dvi: install-dvi-recursive
 
601
 
 
602
install-dvi-am:
 
603
 
 
604
install-exec-am:
 
605
 
 
606
install-html: install-html-recursive
 
607
 
 
608
install-html-am:
 
609
 
 
610
install-info: install-info-recursive
 
611
 
 
612
install-info-am:
 
613
 
 
614
install-man:
 
615
 
 
616
install-pdf: install-pdf-recursive
 
617
 
 
618
install-pdf-am:
 
619
 
 
620
install-ps: install-ps-recursive
 
621
 
 
622
install-ps-am:
 
623
 
 
624
installcheck-am:
 
625
 
 
626
maintainer-clean: maintainer-clean-recursive
 
627
        -rm -f Makefile
 
628
maintainer-clean-am: distclean-am maintainer-clean-generic
 
629
 
 
630
mostlyclean: mostlyclean-recursive
 
631
 
 
632
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
633
 
 
634
pdf: pdf-recursive
 
635
 
 
636
pdf-am:
 
637
 
 
638
ps: ps-recursive
 
639
 
 
640
ps-am:
 
641
 
 
642
uninstall-am:
 
643
 
 
644
.MAKE: $(am__recursive_targets) install-am install-strip
 
645
 
 
646
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
647
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
648
        ctags-am distclean distclean-generic distclean-libtool \
 
649
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
650
        install install-am install-data install-data-am install-dvi \
 
651
        install-dvi-am install-exec install-exec-am install-html \
 
652
        install-html-am install-info install-info-am install-man \
 
653
        install-pdf install-pdf-am install-ps install-ps-am \
 
654
        install-strip installcheck installcheck-am installdirs \
 
655
        installdirs-am maintainer-clean maintainer-clean-generic \
 
656
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
657
        ps ps-am tags tags-am uninstall uninstall-am
 
658
 
 
659
 
 
660
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
661
# Otherwise a system limit (for SysV at least) may be exceeded.
 
662
.NOEXPORT: