~ricmm/+junk/unity-lens_music-sc

« back to all changes in this revision

Viewing changes to data/Makefile

  • Committer: Ricardo Mendoza
  • Date: 2012-09-05 14:20:15 UTC
  • Revision ID: ricardo.mendoza@canonical.com-20120905142015-prem6hiyfshwgm8q
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
2
# data/Makefile.  Generated from Makefile.in by configure.
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
 
 
17
 
 
18
 
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
 
36
pkgdatadir = $(datadir)/unity-lens-music
 
37
pkgincludedir = $(includedir)/unity-lens-music
 
38
pkglibdir = $(libdir)/unity-lens-music
 
39
pkglibexecdir = $(libexecdir)/unity-lens-music
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
install_sh_DATA = $(install_sh) -c -m 644
 
42
install_sh_PROGRAM = $(install_sh) -c
 
43
install_sh_SCRIPT = $(install_sh) -c
 
44
INSTALL_HEADER = $(INSTALL_DATA)
 
45
transform = $(program_transform_name)
 
46
NORMAL_INSTALL = :
 
47
PRE_INSTALL = :
 
48
POST_INSTALL = :
 
49
NORMAL_UNINSTALL = :
 
50
PRE_UNINSTALL = :
 
51
POST_UNINSTALL = :
 
52
build_triplet = x86_64-pc-linux-gnu
 
53
host_triplet = x86_64-pc-linux-gnu
 
54
subdir = data
 
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
57
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
58
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
59
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
60
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
 
61
        $(top_srcdir)/configure.ac
 
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
63
        $(ACLOCAL_M4)
 
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
65
CONFIG_HEADER = $(top_builddir)/config.h
 
66
CONFIG_CLEAN_FILES =
 
67
CONFIG_CLEAN_VPATH_FILES =
 
68
AM_V_GEN = $(am__v_GEN_$(V))
 
69
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
70
am__v_GEN_0 = @echo "  GEN   " $@;
 
71
AM_V_at = $(am__v_at_$(V))
 
72
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
73
am__v_at_0 = @
 
74
SOURCES =
 
75
DIST_SOURCES =
 
76
am__can_run_installinfo = \
 
77
  case $$AM_UPDATE_INFO_DIR in \
 
78
    n|no|NO) false;; \
 
79
    *) (install-info --version) >/dev/null 2>&1;; \
 
80
  esac
 
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
82
am__vpath_adj = case $$p in \
 
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
84
    *) f=$$p;; \
 
85
  esac;
 
86
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
87
am__install_max = 40
 
88
am__nobase_strip_setup = \
 
89
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
90
am__nobase_strip = \
 
91
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
92
am__nobase_list = $(am__nobase_strip_setup); \
 
93
  for p in $$list; do echo "$$p $$p"; done | \
 
94
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
95
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
96
    if (++n[$$2] == $(am__install_max)) \
 
97
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
98
    END { for (dir in files) print dir, files[dir] }'
 
99
am__base_list = \
 
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
102
am__uninstall_files_from_dir = { \
 
103
  test -z "$$files" \
 
104
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
105
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
106
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
107
  }
 
108
am__installdirs = "$(DESTDIR)$(dbus_servicesdir)"
 
109
DATA = $(dbus_services_DATA)
 
110
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
111
ACLOCAL = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run aclocal-1.11
 
112
ALL_LINGUAS = 
 
113
AMTAR = $${TAR-tar}
 
114
AM_DEFAULT_VERBOSITY = 0
 
115
AR = ar
 
116
AUTOCONF = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run autoconf
 
117
AUTOHEADER = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run autoheader
 
118
AUTOMAKE = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run automake-1.11
 
119
AWK = gawk
 
120
CATALOGS = 
 
121
CATOBJEXT = .gmo
 
122
CC = gcc
 
123
CCDEPMODE = depmode=none
 
124
CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
 
125
CONFIG_STATUS_DEPENDENCIES = $(top_srcdir)/po/LINGUAS
 
126
CPP = gcc -E
 
127
CPPFLAGS = -D_FORTIFY_SOURCE=2
 
128
CYGPATH_W = echo
 
129
DATADIR = /usr/share
 
130
DATADIRNAME = share
 
131
DBUSSERVICEDIR = /usr/share/dbus-1/services
 
132
DEFS = -DHAVE_CONFIG_H
 
133
DEPDIR = .deps
 
134
DLLTOOL = false
 
135
DSYMUTIL = 
 
136
DUMPBIN = 
 
137
ECHO_C = 
 
138
ECHO_N = -n
 
139
ECHO_T = 
 
140
EGREP = /bin/grep -E
 
141
EXEEXT = 
 
142
FGREP = /bin/grep -F
 
143
GETTEXT_PACKAGE = unity-lens-music
 
144
GMOFILES = 
 
145
GMSGFMT = /usr/bin/msgfmt
 
146
GREP = /bin/grep
 
147
INSTALL = /usr/bin/install -c
 
148
INSTALL_DATA = ${INSTALL} -m 644
 
149
INSTALL_PROGRAM = ${INSTALL}
 
150
INSTALL_SCRIPT = ${INSTALL}
 
151
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
 
152
INSTOBJEXT = .mo
 
153
INTLLIBS = 
 
154
INTLTOOL_EXTRACT = /usr/bin/intltool-extract
 
155
INTLTOOL_LENS_RULE = %.lens: %.lens.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 
156
INTLTOOL_MERGE = /usr/bin/intltool-merge
 
157
INTLTOOL_PERL = /usr/bin/perl
 
158
INTLTOOL_UPDATE = /usr/bin/intltool-update
 
159
INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
 
160
INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
 
161
INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
 
162
INTLTOOL__v_MERGE_0 = @echo "  ITMRG " $@;
 
163
LD = /usr/bin/ld -m elf_x86_64
 
164
LDFLAGS = -Wl,-Bsymbolic-functions -Wl,-z,relro
 
165
LENSESDIR = /usr/share/unity/lenses
 
166
LENS_DAEMON_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/gee-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/unity/unity -I/usr/include/libdbusmenu-glib-0.4 -I/usr/include/dee-1.0  
 
167
LENS_DAEMON_LIBS = -pthread -lsqlite3 -ljson-glib-1.0 -lunity -ldee-1.0 -lgee -ldbusmenu-glib -lgthread-2.0 -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ltdb  
 
168
LIBOBJS = 
 
169
LIBS = 
 
170
LIBTOOL = $(SHELL) $(top_builddir)/libtool
 
171
LIPO = 
 
172
LN_S = ln -s
 
173
LTLIBOBJS = 
 
174
MAINT = #
 
175
MAKEINFO = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/missing --run makeinfo
 
176
MANIFEST_TOOL = :
 
177
MKDIR_P = /bin/mkdir -p
 
178
MKINSTALLDIRS = ./mkinstalldirs
 
179
MSGFMT = /usr/bin/msgfmt
 
180
MSGFMT_OPTS = -c
 
181
MSGMERGE = /usr/bin/msgmerge
 
182
NM = /usr/bin/nm -B
 
183
NMEDIT = 
 
184
OBJDUMP = objdump
 
185
OBJEXT = o
 
186
OTOOL = 
 
187
OTOOL64 = 
 
188
PACKAGE = unity-lens-music
 
189
PACKAGE_BUGREPORT = https://launchpad.net/unity-lens-music
 
190
PACKAGE_NAME = unity-lens-music
 
191
PACKAGE_STRING = unity-lens-music 6.6.0
 
192
PACKAGE_TARNAME = unity-lens-music
 
193
PACKAGE_URL = 
 
194
PACKAGE_VERSION = 6.6.0
 
195
PATH_SEPARATOR = :
 
196
PKG_CONFIG = /usr/bin/pkg-config
 
197
PKG_CONFIG_LIBDIR = 
 
198
PKG_CONFIG_PATH = 
 
199
POFILES = 
 
200
POSUB = po
 
201
PO_IN_DATADIR_FALSE = 
 
202
PO_IN_DATADIR_TRUE = 
 
203
PREFIX = /usr
 
204
PREVIEW_PLAYER_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2  
 
205
PREVIEW_PLAYER_LIBS = -pthread -lgio-2.0 -lgstpbutils-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0  
 
206
RANLIB = ranlib
 
207
SED = /bin/sed
 
208
SET_MAKE = 
 
209
SHELL = /bin/bash
 
210
STRIP = strip
 
211
USE_NLS = yes
 
212
VALAC = /usr/bin/valac
 
213
VERSION = 6.6.0
 
214
XGETTEXT = /usr/bin/xgettext
 
215
abs_builddir = /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/data
 
216
abs_srcdir = /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/data
 
217
abs_top_builddir = /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0
 
218
abs_top_srcdir = /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0
 
219
ac_ct_AR = ar
 
220
ac_ct_CC = gcc
 
221
ac_ct_DUMPBIN = 
 
222
am__include = include
 
223
am__leading_dot = .
 
224
am__quote = 
 
225
am__tar = $${TAR-tar} chof - "$$tardir"
 
226
am__untar = $${TAR-tar} xf -
 
227
bindir = ${exec_prefix}/bin
 
228
build = x86_64-pc-linux-gnu
 
229
build_alias = x86_64-linux-gnu
 
230
build_cpu = x86_64
 
231
build_os = linux-gnu
 
232
build_vendor = pc
 
233
builddir = .
 
234
datadir = ${datarootdir}
 
235
datarootdir = ${prefix}/share
 
236
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
 
237
dvidir = ${docdir}
 
238
exec_prefix = ${prefix}
 
239
host = x86_64-pc-linux-gnu
 
240
host_alias = 
 
241
host_cpu = x86_64
 
242
host_os = linux-gnu
 
243
host_vendor = pc
 
244
htmldir = ${docdir}
 
245
includedir = ${prefix}/include
 
246
infodir = ${prefix}/share/info
 
247
install_sh = ${SHELL} /gentoo/home/ricmm/canonical/ps-integration/lens-work-1025333/unity-lens-music-6.6.0/install-sh
 
248
intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
 
249
intltool__v_merge_options_0 = -q
 
250
libdir = ${prefix}/lib/x86_64-linux-gnu
 
251
libexecdir = ${prefix}/lib/x86_64-linux-gnu
 
252
localedir = ${prefix}/${DATADIRNAME}/locale
 
253
localstatedir = /var
 
254
mandir = ${prefix}/share/man
 
255
mkdir_p = /bin/mkdir -p
 
256
oldincludedir = /usr/include
 
257
pdfdir = ${docdir}
 
258
prefix = /usr
 
259
program_transform_name = s,x,x,
 
260
psdir = ${docdir}
 
261
sbindir = ${exec_prefix}/sbin
 
262
sharedstatedir = ${prefix}/com
 
263
srcdir = .
 
264
sysconfdir = /etc
 
265
target_alias = 
 
266
top_build_prefix = ../
 
267
top_builddir = ..
 
268
top_srcdir = ..
 
269
dbus_servicesdir = $(DBUSSERVICEDIR)
 
270
service_in_files = \
 
271
  unity-lens-music.service.in \
 
272
  musicstore-scope.service.in \
 
273
  music-preview-player.service.in
 
274
 
 
275
dbus_services_DATA = $(service_in_files:.service.in=.service)
 
276
EXTRA_DIST = \
 
277
  $(service_in_files)
 
278
 
 
279
CLEANFILES = \
 
280
  unity-lens-music.service \
 
281
  musicstore-scope.service \
 
282
  music-preview-player.service
 
283
 
 
284
all: all-am
 
285
 
 
286
.SUFFIXES:
 
287
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 
288
        @for dep in $?; do \
 
289
          case '$(am__configure_deps)' in \
 
290
            *$$dep*) \
 
291
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
292
                && { if test -f $@; then exit 0; else break; fi; }; \
 
293
              exit 1;; \
 
294
          esac; \
 
295
        done; \
 
296
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
297
        $(am__cd) $(top_srcdir) && \
 
298
          $(AUTOMAKE) --gnu data/Makefile
 
299
.PRECIOUS: Makefile
 
300
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
301
        @case '$?' in \
 
302
          *config.status*) \
 
303
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
304
          *) \
 
305
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
306
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
307
        esac;
 
308
 
 
309
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
310
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
311
 
 
312
$(top_srcdir)/configure: # $(am__configure_deps)
 
313
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
314
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
316
$(am__aclocal_m4_deps):
 
317
 
 
318
mostlyclean-libtool:
 
319
        -rm -f *.lo
 
320
 
 
321
clean-libtool:
 
322
        -rm -rf .libs _libs
 
323
install-dbus_servicesDATA: $(dbus_services_DATA)
 
324
        @$(NORMAL_INSTALL)
 
325
        @list='$(dbus_services_DATA)'; test -n "$(dbus_servicesdir)" || list=; \
 
326
        if test -n "$$list"; then \
 
327
          echo " $(MKDIR_P) '$(DESTDIR)$(dbus_servicesdir)'"; \
 
328
          $(MKDIR_P) "$(DESTDIR)$(dbus_servicesdir)" || exit 1; \
 
329
        fi; \
 
330
        for p in $$list; do \
 
331
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
332
          echo "$$d$$p"; \
 
333
        done | $(am__base_list) | \
 
334
        while read files; do \
 
335
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbus_servicesdir)'"; \
 
336
          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbus_servicesdir)" || exit $$?; \
 
337
        done
 
338
 
 
339
uninstall-dbus_servicesDATA:
 
340
        @$(NORMAL_UNINSTALL)
 
341
        @list='$(dbus_services_DATA)'; test -n "$(dbus_servicesdir)" || list=; \
 
342
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
343
        dir='$(DESTDIR)$(dbus_servicesdir)'; $(am__uninstall_files_from_dir)
 
344
tags: TAGS
 
345
TAGS:
 
346
 
 
347
ctags: CTAGS
 
348
CTAGS:
 
349
 
 
350
 
 
351
distdir: $(DISTFILES)
 
352
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
353
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
354
        list='$(DISTFILES)'; \
 
355
          dist_files=`for file in $$list; do echo $$file; done | \
 
356
          sed -e "s|^$$srcdirstrip/||;t" \
 
357
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
358
        case $$dist_files in \
 
359
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
360
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
361
                           sort -u` ;; \
 
362
        esac; \
 
363
        for file in $$dist_files; do \
 
364
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
365
          if test -d $$d/$$file; then \
 
366
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
367
            if test -d "$(distdir)/$$file"; then \
 
368
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
369
            fi; \
 
370
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
371
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
372
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
373
            fi; \
 
374
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
375
          else \
 
376
            test -f "$(distdir)/$$file" \
 
377
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
378
            || exit 1; \
 
379
          fi; \
 
380
        done
 
381
check-am: all-am
 
382
check: check-am
 
383
all-am: Makefile $(DATA)
 
384
installdirs:
 
385
        for dir in "$(DESTDIR)$(dbus_servicesdir)"; do \
 
386
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
387
        done
 
388
install: install-am
 
389
install-exec: install-exec-am
 
390
install-data: install-data-am
 
391
uninstall: uninstall-am
 
392
 
 
393
install-am: all-am
 
394
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
395
 
 
396
installcheck: installcheck-am
 
397
install-strip:
 
398
        if test -z '$(STRIP)'; then \
 
399
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
400
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
401
              install; \
 
402
        else \
 
403
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
404
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
405
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
406
        fi
 
407
mostlyclean-generic:
 
408
 
 
409
clean-generic:
 
410
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
411
 
 
412
distclean-generic:
 
413
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
414
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
415
 
 
416
maintainer-clean-generic:
 
417
        @echo "This command is intended for maintainers to use"
 
418
        @echo "it deletes files that may require special tools to rebuild."
 
419
clean: clean-am
 
420
 
 
421
clean-am: clean-generic clean-libtool mostlyclean-am
 
422
 
 
423
distclean: distclean-am
 
424
        -rm -f Makefile
 
425
distclean-am: clean-am distclean-generic
 
426
 
 
427
dvi: dvi-am
 
428
 
 
429
dvi-am:
 
430
 
 
431
html: html-am
 
432
 
 
433
html-am:
 
434
 
 
435
info: info-am
 
436
 
 
437
info-am:
 
438
 
 
439
install-data-am: install-dbus_servicesDATA
 
440
 
 
441
install-dvi: install-dvi-am
 
442
 
 
443
install-dvi-am:
 
444
 
 
445
install-exec-am:
 
446
 
 
447
install-html: install-html-am
 
448
 
 
449
install-html-am:
 
450
 
 
451
install-info: install-info-am
 
452
 
 
453
install-info-am:
 
454
 
 
455
install-man:
 
456
 
 
457
install-pdf: install-pdf-am
 
458
 
 
459
install-pdf-am:
 
460
 
 
461
install-ps: install-ps-am
 
462
 
 
463
install-ps-am:
 
464
 
 
465
installcheck-am:
 
466
 
 
467
maintainer-clean: maintainer-clean-am
 
468
        -rm -f Makefile
 
469
maintainer-clean-am: distclean-am maintainer-clean-generic
 
470
 
 
471
mostlyclean: mostlyclean-am
 
472
 
 
473
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
474
 
 
475
pdf: pdf-am
 
476
 
 
477
pdf-am:
 
478
 
 
479
ps: ps-am
 
480
 
 
481
ps-am:
 
482
 
 
483
uninstall-am: uninstall-dbus_servicesDATA
 
484
 
 
485
.MAKE: install-am install-strip
 
486
 
 
487
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
488
        distclean distclean-generic distclean-libtool distdir dvi \
 
489
        dvi-am html html-am info info-am install install-am \
 
490
        install-data install-data-am install-dbus_servicesDATA \
 
491
        install-dvi install-dvi-am install-exec install-exec-am \
 
492
        install-html install-html-am install-info install-info-am \
 
493
        install-man install-pdf install-pdf-am install-ps \
 
494
        install-ps-am install-strip installcheck installcheck-am \
 
495
        installdirs maintainer-clean maintainer-clean-generic \
 
496
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
497
        ps ps-am uninstall uninstall-am uninstall-dbus_servicesDATA
 
498
 
 
499
 
 
500
%.service: %.service.in
 
501
        sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
 
502
 
 
503
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
504
# Otherwise a system limit (for SysV at least) may be exceeded.
 
505
.NOEXPORT: