~whzhang-kylin/unity-china-music-scope/unity-china-music-scope

« back to all changes in this revision

Viewing changes to data/Makefile.in

add codes of shijing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.13.2 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
 
 
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))
 
63
pkgdatadir = $(datadir)/@PACKAGE@
 
64
pkgincludedir = $(includedir)/@PACKAGE@
 
65
pkglibdir = $(libdir)/@PACKAGE@
 
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
 
71
INSTALL_HEADER = $(INSTALL_DATA)
 
72
transform = $(program_transform_name)
 
73
NORMAL_INSTALL = :
 
74
PRE_INSTALL = :
 
75
POST_INSTALL = :
 
76
NORMAL_UNINSTALL = :
 
77
PRE_UNINSTALL = :
 
78
POST_UNINSTALL = :
 
79
build_triplet = @build@
 
80
host_triplet = @host@
 
81
subdir = data
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
84
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
85
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
86
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
87
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
89
        $(ACLOCAL_M4)
 
90
mkinstalldirs = $(install_sh) -d
 
91
CONFIG_HEADER = $(top_builddir)/config.h
 
92
CONFIG_CLEAN_FILES =
 
93
CONFIG_CLEAN_VPATH_FILES =
 
94
AM_V_P = $(am__v_P_@AM_V@)
 
95
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
96
am__v_P_0 = false
 
97
am__v_P_1 = :
 
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
100
am__v_GEN_0 = @echo "  GEN     " $@;
 
101
am__v_GEN_1 = 
 
102
AM_V_at = $(am__v_at_@AM_V@)
 
103
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
104
am__v_at_0 = @
 
105
am__v_at_1 = 
 
106
SOURCES =
 
107
DIST_SOURCES =
 
108
am__can_run_installinfo = \
 
109
  case $$AM_UPDATE_INFO_DIR in \
 
110
    n|no|NO) false;; \
 
111
    *) (install-info --version) >/dev/null 2>&1;; \
 
112
  esac
 
113
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
114
am__vpath_adj = case $$p in \
 
115
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
116
    *) f=$$p;; \
 
117
  esac;
 
118
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
119
am__install_max = 40
 
120
am__nobase_strip_setup = \
 
121
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
122
am__nobase_strip = \
 
123
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
124
am__nobase_list = $(am__nobase_strip_setup); \
 
125
  for p in $$list; do echo "$$p $$p"; done | \
 
126
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
127
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
128
    if (++n[$$2] == $(am__install_max)) \
 
129
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
130
    END { for (dir in files) print dir, files[dir] }'
 
131
am__base_list = \
 
132
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
133
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
134
am__uninstall_files_from_dir = { \
 
135
  test -z "$$files" \
 
136
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
137
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
138
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
139
  }
 
140
am__installdirs = "$(DESTDIR)$(dbus_servicesdir)" \
 
141
        "$(DESTDIR)$(icondir)"
 
142
DATA = $(dbus_services_DATA) $(icon_DATA)
 
143
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
144
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
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
CATALOGS = @CATALOGS@
 
155
CATOBJEXT = @CATOBJEXT@
 
156
CC = @CC@
 
157
CCDEPMODE = @CCDEPMODE@
 
158
CFLAGS = @CFLAGS@
 
159
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
 
160
CPP = @CPP@
 
161
CPPFLAGS = @CPPFLAGS@
 
162
CYGPATH_W = @CYGPATH_W@
 
163
DATADIR = @DATADIR@
 
164
DATADIRNAME = @DATADIRNAME@
 
165
DBUSSERVICEDIR = @DBUSSERVICEDIR@
 
166
DEFS = @DEFS@
 
167
DEPDIR = @DEPDIR@
 
168
DLLTOOL = @DLLTOOL@
 
169
DSYMUTIL = @DSYMUTIL@
 
170
DUMPBIN = @DUMPBIN@
 
171
ECHO_C = @ECHO_C@
 
172
ECHO_N = @ECHO_N@
 
173
ECHO_T = @ECHO_T@
 
174
EGREP = @EGREP@
 
175
EXEEXT = @EXEEXT@
 
176
FGREP = @FGREP@
 
177
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
178
GMOFILES = @GMOFILES@
 
179
GMSGFMT = @GMSGFMT@
 
180
GREP = @GREP@
 
181
INSTALL = @INSTALL@
 
182
INSTALL_DATA = @INSTALL_DATA@
 
183
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
184
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
185
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
186
INSTOBJEXT = @INSTOBJEXT@
 
187
INTLLIBS = @INTLLIBS@
 
188
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
189
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
190
INTLTOOL_PERL = @INTLTOOL_PERL@
 
191
INTLTOOL_SCOPE_RULE = @INTLTOOL_SCOPE_RULE@
 
192
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
193
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
194
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
195
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
196
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
197
LD = @LD@
 
198
LDFLAGS = @LDFLAGS@
 
199
LIBOBJS = @LIBOBJS@
 
200
LIBS = @LIBS@
 
201
LIBTOOL = @LIBTOOL@
 
202
LIPO = @LIPO@
 
203
LN_S = @LN_S@
 
204
LTLIBOBJS = @LTLIBOBJS@
 
205
MAINT = @MAINT@
 
206
MAKEINFO = @MAKEINFO@
 
207
MANIFEST_TOOL = @MANIFEST_TOOL@
 
208
MKDIR_P = @MKDIR_P@
 
209
MKINSTALLDIRS = @MKINSTALLDIRS@
 
210
MSGFMT = @MSGFMT@
 
211
MSGFMT_OPTS = @MSGFMT_OPTS@
 
212
MSGMERGE = @MSGMERGE@
 
213
NM = @NM@
 
214
NMEDIT = @NMEDIT@
 
215
OBJDUMP = @OBJDUMP@
 
216
OBJEXT = @OBJEXT@
 
217
OTOOL = @OTOOL@
 
218
OTOOL64 = @OTOOL64@
 
219
PACKAGE = @PACKAGE@
 
220
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
221
PACKAGE_NAME = @PACKAGE_NAME@
 
222
PACKAGE_STRING = @PACKAGE_STRING@
 
223
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
224
PACKAGE_URL = @PACKAGE_URL@
 
225
PACKAGE_VERSION = @PACKAGE_VERSION@
 
226
PATH_SEPARATOR = @PATH_SEPARATOR@
 
227
PKG_CONFIG = @PKG_CONFIG@
 
228
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
229
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
230
POFILES = @POFILES@
 
231
POSUB = @POSUB@
 
232
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
233
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
234
PREFIX = @PREFIX@
 
235
PREVIEW_PLAYER_CFLAGS = @PREVIEW_PLAYER_CFLAGS@
 
236
PREVIEW_PLAYER_LIBS = @PREVIEW_PLAYER_LIBS@
 
237
RANLIB = @RANLIB@
 
238
SCOPESDIR = @SCOPESDIR@
 
239
SCOPE_DAEMON_CFLAGS = @SCOPE_DAEMON_CFLAGS@
 
240
SCOPE_DAEMON_LIBS = @SCOPE_DAEMON_LIBS@
 
241
SED = @SED@
 
242
SET_MAKE = @SET_MAKE@
 
243
SHELL = @SHELL@
 
244
STRIP = @STRIP@
 
245
USE_NLS = @USE_NLS@
 
246
VALAC = @VALAC@
 
247
VERSION = @VERSION@
 
248
XGETTEXT = @XGETTEXT@
 
249
abs_builddir = @abs_builddir@
 
250
abs_srcdir = @abs_srcdir@
 
251
abs_top_builddir = @abs_top_builddir@
 
252
abs_top_srcdir = @abs_top_srcdir@
 
253
ac_ct_AR = @ac_ct_AR@
 
254
ac_ct_CC = @ac_ct_CC@
 
255
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
256
am__include = @am__include@
 
257
am__leading_dot = @am__leading_dot@
 
258
am__quote = @am__quote@
 
259
am__tar = @am__tar@
 
260
am__untar = @am__untar@
 
261
bindir = @bindir@
 
262
build = @build@
 
263
build_alias = @build_alias@
 
264
build_cpu = @build_cpu@
 
265
build_os = @build_os@
 
266
build_vendor = @build_vendor@
 
267
builddir = @builddir@
 
268
datadir = @datadir@
 
269
datarootdir = @datarootdir@
 
270
docdir = @docdir@
 
271
dvidir = @dvidir@
 
272
exec_prefix = @exec_prefix@
 
273
host = @host@
 
274
host_alias = @host_alias@
 
275
host_cpu = @host_cpu@
 
276
host_os = @host_os@
 
277
host_vendor = @host_vendor@
 
278
htmldir = @htmldir@
 
279
includedir = @includedir@
 
280
infodir = @infodir@
 
281
install_sh = @install_sh@
 
282
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
283
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
284
libdir = @libdir@
 
285
libexecdir = @libexecdir@
 
286
localedir = @localedir@
 
287
localstatedir = @localstatedir@
 
288
mandir = @mandir@
 
289
mkdir_p = @mkdir_p@
 
290
oldincludedir = @oldincludedir@
 
291
pdfdir = @pdfdir@
 
292
prefix = @prefix@
 
293
program_transform_name = @program_transform_name@
 
294
psdir = @psdir@
 
295
sbindir = @sbindir@
 
296
sharedstatedir = @sharedstatedir@
 
297
srcdir = @srcdir@
 
298
sysconfdir = @sysconfdir@
 
299
target_alias = @target_alias@
 
300
top_build_prefix = @top_build_prefix@
 
301
top_builddir = @top_builddir@
 
302
top_srcdir = @top_srcdir@
 
303
dbus_servicesdir = $(DBUSSERVICEDIR)
 
304
service_in_files = \
 
305
  musicbaidu-scope.service.in 
 
306
 
 
307
icondir = $(datadir)/unity/themes
 
308
icon_DATA = baidu_song_missing.png
 
309
dbus_services_DATA = $(service_in_files:.service.in=.service)
 
310
EXTRA_DIST = \
 
311
  $(icon_DATA) \
 
312
  $(service_in_files)
 
313
 
 
314
CLEANFILES = \
 
315
  musicbaidu-scope.service 
 
316
 
 
317
all: all-am
 
318
 
 
319
.SUFFIXES:
 
320
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
321
        @for dep in $?; do \
 
322
          case '$(am__configure_deps)' in \
 
323
            *$$dep*) \
 
324
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
325
                && { if test -f $@; then exit 0; else break; fi; }; \
 
326
              exit 1;; \
 
327
          esac; \
 
328
        done; \
 
329
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
330
        $(am__cd) $(top_srcdir) && \
 
331
          $(AUTOMAKE) --gnu data/Makefile
 
332
.PRECIOUS: Makefile
 
333
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
334
        @case '$?' in \
 
335
          *config.status*) \
 
336
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
337
          *) \
 
338
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
339
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
340
        esac;
 
341
 
 
342
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
344
 
 
345
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
347
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
349
$(am__aclocal_m4_deps):
 
350
 
 
351
mostlyclean-libtool:
 
352
        -rm -f *.lo
 
353
 
 
354
clean-libtool:
 
355
        -rm -rf .libs _libs
 
356
install-dbus_servicesDATA: $(dbus_services_DATA)
 
357
        @$(NORMAL_INSTALL)
 
358
        @list='$(dbus_services_DATA)'; test -n "$(dbus_servicesdir)" || list=; \
 
359
        if test -n "$$list"; then \
 
360
          echo " $(MKDIR_P) '$(DESTDIR)$(dbus_servicesdir)'"; \
 
361
          $(MKDIR_P) "$(DESTDIR)$(dbus_servicesdir)" || exit 1; \
 
362
        fi; \
 
363
        for p in $$list; do \
 
364
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
365
          echo "$$d$$p"; \
 
366
        done | $(am__base_list) | \
 
367
        while read files; do \
 
368
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbus_servicesdir)'"; \
 
369
          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbus_servicesdir)" || exit $$?; \
 
370
        done
 
371
 
 
372
uninstall-dbus_servicesDATA:
 
373
        @$(NORMAL_UNINSTALL)
 
374
        @list='$(dbus_services_DATA)'; test -n "$(dbus_servicesdir)" || list=; \
 
375
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
376
        dir='$(DESTDIR)$(dbus_servicesdir)'; $(am__uninstall_files_from_dir)
 
377
install-iconDATA: $(icon_DATA)
 
378
        @$(NORMAL_INSTALL)
 
379
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
380
        if test -n "$$list"; then \
 
381
          echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
 
382
          $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
 
383
        fi; \
 
384
        for p in $$list; do \
 
385
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
386
          echo "$$d$$p"; \
 
387
        done | $(am__base_list) | \
 
388
        while read files; do \
 
389
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
 
390
          $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
 
391
        done
 
392
 
 
393
uninstall-iconDATA:
 
394
        @$(NORMAL_UNINSTALL)
 
395
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
396
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
397
        dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
 
398
tags TAGS:
 
399
 
 
400
ctags CTAGS:
 
401
 
 
402
cscope cscopelist:
 
403
 
 
404
 
 
405
distdir: $(DISTFILES)
 
406
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
407
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
408
        list='$(DISTFILES)'; \
 
409
          dist_files=`for file in $$list; do echo $$file; done | \
 
410
          sed -e "s|^$$srcdirstrip/||;t" \
 
411
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
412
        case $$dist_files in \
 
413
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
414
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
415
                           sort -u` ;; \
 
416
        esac; \
 
417
        for file in $$dist_files; do \
 
418
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
419
          if test -d $$d/$$file; then \
 
420
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
421
            if test -d "$(distdir)/$$file"; then \
 
422
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
423
            fi; \
 
424
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
425
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
426
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
427
            fi; \
 
428
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
429
          else \
 
430
            test -f "$(distdir)/$$file" \
 
431
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
432
            || exit 1; \
 
433
          fi; \
 
434
        done
 
435
check-am: all-am
 
436
check: check-am
 
437
all-am: Makefile $(DATA)
 
438
installdirs:
 
439
        for dir in "$(DESTDIR)$(dbus_servicesdir)" "$(DESTDIR)$(icondir)"; do \
 
440
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
441
        done
 
442
install: install-am
 
443
install-exec: install-exec-am
 
444
install-data: install-data-am
 
445
uninstall: uninstall-am
 
446
 
 
447
install-am: all-am
 
448
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
449
 
 
450
installcheck: installcheck-am
 
451
install-strip:
 
452
        if test -z '$(STRIP)'; then \
 
453
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
454
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
455
              install; \
 
456
        else \
 
457
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
458
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
459
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
460
        fi
 
461
mostlyclean-generic:
 
462
 
 
463
clean-generic:
 
464
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
465
 
 
466
distclean-generic:
 
467
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
468
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
469
 
 
470
maintainer-clean-generic:
 
471
        @echo "This command is intended for maintainers to use"
 
472
        @echo "it deletes files that may require special tools to rebuild."
 
473
clean: clean-am
 
474
 
 
475
clean-am: clean-generic clean-libtool mostlyclean-am
 
476
 
 
477
distclean: distclean-am
 
478
        -rm -f Makefile
 
479
distclean-am: clean-am distclean-generic
 
480
 
 
481
dvi: dvi-am
 
482
 
 
483
dvi-am:
 
484
 
 
485
html: html-am
 
486
 
 
487
html-am:
 
488
 
 
489
info: info-am
 
490
 
 
491
info-am:
 
492
 
 
493
install-data-am: install-dbus_servicesDATA install-iconDATA
 
494
 
 
495
install-dvi: install-dvi-am
 
496
 
 
497
install-dvi-am:
 
498
 
 
499
install-exec-am:
 
500
 
 
501
install-html: install-html-am
 
502
 
 
503
install-html-am:
 
504
 
 
505
install-info: install-info-am
 
506
 
 
507
install-info-am:
 
508
 
 
509
install-man:
 
510
 
 
511
install-pdf: install-pdf-am
 
512
 
 
513
install-pdf-am:
 
514
 
 
515
install-ps: install-ps-am
 
516
 
 
517
install-ps-am:
 
518
 
 
519
installcheck-am:
 
520
 
 
521
maintainer-clean: maintainer-clean-am
 
522
        -rm -f Makefile
 
523
maintainer-clean-am: distclean-am maintainer-clean-generic
 
524
 
 
525
mostlyclean: mostlyclean-am
 
526
 
 
527
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
528
 
 
529
pdf: pdf-am
 
530
 
 
531
pdf-am:
 
532
 
 
533
ps: ps-am
 
534
 
 
535
ps-am:
 
536
 
 
537
uninstall-am: uninstall-dbus_servicesDATA uninstall-iconDATA
 
538
 
 
539
.MAKE: install-am install-strip
 
540
 
 
541
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
542
        cscopelist-am ctags-am distclean distclean-generic \
 
543
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
544
        install install-am install-data install-data-am \
 
545
        install-dbus_servicesDATA install-dvi install-dvi-am \
 
546
        install-exec install-exec-am install-html install-html-am \
 
547
        install-iconDATA install-info install-info-am install-man \
 
548
        install-pdf install-pdf-am install-ps install-ps-am \
 
549
        install-strip installcheck installcheck-am installdirs \
 
550
        maintainer-clean maintainer-clean-generic mostlyclean \
 
551
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
552
        tags-am uninstall uninstall-am uninstall-dbus_servicesDATA \
 
553
        uninstall-iconDATA
 
554
 
 
555
 
 
556
%.service: %.service.in
 
557
        sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
 
558
 
 
559
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
560
# Otherwise a system limit (for SysV at least) may be exceeded.
 
561
.NOEXPORT: