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

« back to all changes in this revision

Viewing changes to data/icons/main_icon/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
 
# data/icons/main_icon/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 = data/icons/main_icon
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_$(V))
91
 
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
92
 
am__v_P_0 = false
93
 
am__v_P_1 = :
94
 
AM_V_GEN = $(am__v_GEN_$(V))
95
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
96
 
am__v_GEN_0 = @echo "  GEN     " $@;
97
 
am__v_GEN_1 = 
98
 
AM_V_at = $(am__v_at_$(V))
99
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
100
 
am__v_at_0 = @
101
 
am__v_at_1 = 
102
 
SOURCES =
103
 
DIST_SOURCES =
104
 
am__can_run_installinfo = \
105
 
  case $$AM_UPDATE_INFO_DIR in \
106
 
    n|no|NO) false;; \
107
 
    *) (install-info --version) >/dev/null 2>&1;; \
108
 
  esac
109
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
110
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111
 
pkgdatadir = /usr/local/share/blueman
112
 
ACLOCAL = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing aclocal-1.14
113
 
ALL_LINGUAS = 
114
 
AMTAR = $${TAR-tar}
115
 
AM_DEFAULT_VERBOSITY = 1
116
 
AR = ar
117
 
AUTOCONF = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing autoconf
118
 
AUTOHEADER = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing autoheader
119
 
AUTOMAKE = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing automake-1.14
120
 
AWK = gawk
121
 
BINDIR = /usr/local/bin
122
 
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 
123
 
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 
124
 
CATALOGS = 
125
 
CATOBJEXT = .gmo
126
 
CC = gcc
127
 
CCDEPMODE = depmode=gcc3
128
 
CFLAGS = -g -O2
129
 
CPP = gcc -E
130
 
CPPFLAGS = 
131
 
CYGPATH_W = echo
132
 
DATADIR = /usr/local/share
133
 
DATADIRNAME = share
134
 
DEFS = -DHAVE_CONFIG_H
135
 
DEPDIR = .deps
136
 
DLLTOOL = false
137
 
DSYMUTIL = 
138
 
DUMPBIN = 
139
 
ECHO_C = 
140
 
ECHO_N = -n
141
 
ECHO_T = 
142
 
EGREP = /bin/grep -E
143
 
EXEEXT = 
144
 
FGREP = /bin/grep -F
145
 
GETTEXT_PACKAGE = blueman
146
 
GMOFILES = 
147
 
GMSGFMT = /usr/bin/msgfmt
148
 
GREP = /bin/grep
149
 
INSTALL = /usr/bin/install -c
150
 
INSTALL_DATA = ${INSTALL} -m 644
151
 
INSTALL_PROGRAM = ${INSTALL}
152
 
INSTALL_SCRIPT = ${INSTALL}
153
 
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
154
 
INSTOBJEXT = .mo
155
 
INTLLIBS = 
156
 
INTLTOOL_EXTRACT = /usr/bin/intltool-extract
157
 
INTLTOOL_MERGE = /usr/bin/intltool-merge
158
 
INTLTOOL_PERL = /usr/bin/perl
159
 
INTLTOOL_UPDATE = /usr/bin/intltool-update
160
 
INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
161
 
INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
162
 
INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
163
 
INTLTOOL__v_MERGE_0 = @echo "  ITMRG " $@;
164
 
LD = /usr/bin/ld -m elf_x86_64
165
 
LDFLAGS = 
166
 
LIBEXECDIR = /usr/local/libexec
167
 
LIBOBJS = 
168
 
LIBS = 
169
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
170
 
LIPO = 
171
 
LN_S = ln -s
172
 
LOCALEDIR = /usr/local/share/locale
173
 
LTLIBOBJS = 
174
 
MAINT = 
175
 
MAKEINFO = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/missing 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 = blueman
189
 
PACKAGE_BUGREPORT = 
190
 
PACKAGE_NAME = blueman
191
 
PACKAGE_STRING = blueman 1.23
192
 
PACKAGE_TARNAME = blueman
193
 
PACKAGE_URL = 
194
 
PACKAGE_VERSION = 1.23
195
 
PATH_SEPARATOR = :
196
 
PKGLIBDIR = /usr/local/lib/blueman
197
 
PKG_CONFIG = /usr/bin/pkg-config
198
 
PKG_CONFIG_LIBDIR = 
199
 
PKG_CONFIG_PATH = 
200
 
POFILES = 
201
 
POSUB = po
202
 
PO_IN_DATADIR_FALSE = 
203
 
PO_IN_DATADIR_TRUE = 
204
 
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 
205
 
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 
206
 
PYNOTIFY_CFLAGS = -I/usr/include/gnome-python-2.0 
207
 
PYNOTIFY_LIBS = 
208
 
PYREXC = /usr/bin/pyrexc
209
 
PYTHON = /usr/bin/python
210
 
PYTHONDIR = /usr/local/lib/python2.7/dist-packages
211
 
PYTHON_EXEC_PREFIX = ${exec_prefix}
212
 
PYTHON_INCLUDES = -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7
213
 
PYTHON_LIBS = -lpthread -ldl  -lutil -lm  -lpython2.7
214
 
PYTHON_PLATFORM = linux2
215
 
PYTHON_PREFIX = ${prefix}
216
 
PYTHON_VERSION = 2.7
217
 
RANLIB = ranlib
218
 
SED = /bin/sed
219
 
SET_MAKE = 
220
 
SHELL = /bin/bash
221
 
STRIP = strip
222
 
SYSCONFDIR = /etc
223
 
USE_NLS = yes
224
 
VERSION = 1.23
225
 
XGETTEXT = /usr/bin/xgettext
226
 
abs_builddir = /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/data/icons/main_icon
227
 
abs_srcdir = /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/data/icons/main_icon
228
 
abs_top_builddir = /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb
229
 
abs_top_srcdir = /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb
230
 
ac_ct_AR = ar
231
 
ac_ct_CC = gcc
232
 
ac_ct_DUMPBIN = 
233
 
am__include = include
234
 
am__leading_dot = .
235
 
am__quote = 
236
 
am__tar = $${TAR-tar} chof - "$$tardir"
237
 
am__untar = $${TAR-tar} xf -
238
 
bindir = ${exec_prefix}/bin
239
 
build = x86_64-unknown-linux-gnu
240
 
build_alias = 
241
 
build_cpu = x86_64
242
 
build_os = linux-gnu
243
 
build_vendor = unknown
244
 
builddir = .
245
 
datadir = ${datarootdir}
246
 
datarootdir = ${prefix}/share
247
 
dhconfig = /etc/dhcp3/dhcpd.conf
248
 
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
249
 
dvidir = ${docdir}
250
 
exec_prefix = ${prefix}
251
 
hal_en = no
252
 
host = x86_64-unknown-linux-gnu
253
 
host_alias = 
254
 
host_cpu = x86_64
255
 
host_os = linux-gnu
256
 
host_vendor = unknown
257
 
htmldir = ${docdir}
258
 
includedir = ${prefix}/include
259
 
infodir = ${datarootdir}/info
260
 
install_sh = ${SHELL} /home/schramm/src/blueman-deb/blueman-1.23-git201406261335-deb/install-sh
261
 
intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
262
 
intltool__v_merge_options_0 = -q
263
 
libdir = ${exec_prefix}/lib
264
 
libexecdir = ${exec_prefix}/libexec
265
 
localedir = ${datarootdir}/locale
266
 
localstatedir = ${prefix}/var
267
 
mandir = ${datarootdir}/man
268
 
mkdir_p = $(MKDIR_P)
269
 
oldincludedir = /usr/include
270
 
pdfdir = ${docdir}
271
 
pkgpyexecdir = ${pyexecdir}/blueman
272
 
pkgpythondir = ${pythondir}/blueman
273
 
polkit_val = yes
274
 
prefix = /usr/local
275
 
program_transform_name = s,x,x,
276
 
psdir = ${docdir}
277
 
pyexecdir = ${exec_prefix}/lib/python2.7/dist-packages
278
 
pythondir = ${prefix}/lib/python2.7/dist-packages
279
 
sbindir = ${exec_prefix}/sbin
280
 
sharedstatedir = ${prefix}/com
281
 
srcdir = .
282
 
sysconfdir = /etc
283
 
target_alias = 
284
 
top_build_prefix = ../../../
285
 
top_builddir = ../../..
286
 
top_srcdir = ../../..
287
 
icons = hicolor_apps_16x16_blueman.png \
288
 
        hicolor_apps_22x22_blueman.png \
289
 
        hicolor_apps_24x24_blueman.png \
290
 
        hicolor_apps_32x32_blueman.png \
291
 
        hicolor_apps_48x48_blueman.png \
292
 
        hicolor_apps_scalable_blueman.svg
293
 
 
294
 
EXTRA_DIST = $(icons)
295
 
MAINTAINERCLEANFILES = Makefile.in
296
 
all: all-am
297
 
 
298
 
.SUFFIXES:
299
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
300
 
        @for dep in $?; do \
301
 
          case '$(am__configure_deps)' in \
302
 
            *$$dep*) \
303
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304
 
                && { if test -f $@; then exit 0; else break; fi; }; \
305
 
              exit 1;; \
306
 
          esac; \
307
 
        done; \
308
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/main_icon/Makefile'; \
309
 
        $(am__cd) $(top_srcdir) && \
310
 
          $(AUTOMAKE) --foreign data/icons/main_icon/Makefile
311
 
.PRECIOUS: Makefile
312
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313
 
        @case '$?' in \
314
 
          *config.status*) \
315
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316
 
          *) \
317
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319
 
        esac;
320
 
 
321
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
 
 
324
 
$(top_srcdir)/configure:  $(am__configure_deps)
325
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
327
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
 
$(am__aclocal_m4_deps):
329
 
 
330
 
mostlyclean-libtool:
331
 
        -rm -f *.lo
332
 
 
333
 
clean-libtool:
334
 
        -rm -rf .libs _libs
335
 
tags TAGS:
336
 
 
337
 
ctags CTAGS:
338
 
 
339
 
cscope cscopelist:
340
 
 
341
 
 
342
 
distdir: $(DISTFILES)
343
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
344
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
345
 
        list='$(DISTFILES)'; \
346
 
          dist_files=`for file in $$list; do echo $$file; done | \
347
 
          sed -e "s|^$$srcdirstrip/||;t" \
348
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
349
 
        case $$dist_files in \
350
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
351
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
352
 
                           sort -u` ;; \
353
 
        esac; \
354
 
        for file in $$dist_files; do \
355
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
356
 
          if test -d $$d/$$file; then \
357
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
358
 
            if test -d "$(distdir)/$$file"; then \
359
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
360
 
            fi; \
361
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
363
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
364
 
            fi; \
365
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
366
 
          else \
367
 
            test -f "$(distdir)/$$file" \
368
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
369
 
            || exit 1; \
370
 
          fi; \
371
 
        done
372
 
check-am: all-am
373
 
check: check-am
374
 
all-am: Makefile
375
 
installdirs:
376
 
install: install-am
377
 
install-exec: install-exec-am
378
 
install-data: install-data-am
379
 
uninstall: uninstall-am
380
 
 
381
 
install-am: all-am
382
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383
 
 
384
 
installcheck: installcheck-am
385
 
install-strip:
386
 
        if test -z '$(STRIP)'; then \
387
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
388
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
389
 
              install; \
390
 
        else \
391
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
393
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
394
 
        fi
395
 
mostlyclean-generic:
396
 
 
397
 
clean-generic:
398
 
 
399
 
distclean-generic:
400
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
401
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
402
 
 
403
 
maintainer-clean-generic:
404
 
        @echo "This command is intended for maintainers to use"
405
 
        @echo "it deletes files that may require special tools to rebuild."
406
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
407
 
clean: clean-am
408
 
 
409
 
clean-am: clean-generic clean-libtool mostlyclean-am
410
 
 
411
 
distclean: distclean-am
412
 
        -rm -f Makefile
413
 
distclean-am: clean-am distclean-generic
414
 
 
415
 
dvi: dvi-am
416
 
 
417
 
dvi-am:
418
 
 
419
 
html: html-am
420
 
 
421
 
html-am:
422
 
 
423
 
info: info-am
424
 
 
425
 
info-am:
426
 
 
427
 
install-data-am: install-data-local
428
 
 
429
 
install-dvi: install-dvi-am
430
 
 
431
 
install-dvi-am:
432
 
 
433
 
install-exec-am:
434
 
 
435
 
install-html: install-html-am
436
 
 
437
 
install-html-am:
438
 
 
439
 
install-info: install-info-am
440
 
 
441
 
install-info-am:
442
 
 
443
 
install-man:
444
 
 
445
 
install-pdf: install-pdf-am
446
 
 
447
 
install-pdf-am:
448
 
 
449
 
install-ps: install-ps-am
450
 
 
451
 
install-ps-am:
452
 
 
453
 
installcheck-am:
454
 
 
455
 
maintainer-clean: maintainer-clean-am
456
 
        -rm -f Makefile
457
 
maintainer-clean-am: distclean-am maintainer-clean-generic
458
 
 
459
 
mostlyclean: mostlyclean-am
460
 
 
461
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
462
 
 
463
 
pdf: pdf-am
464
 
 
465
 
pdf-am:
466
 
 
467
 
ps: ps-am
468
 
 
469
 
ps-am:
470
 
 
471
 
uninstall-am: uninstall-local
472
 
 
473
 
.MAKE: install-am install-strip
474
 
 
475
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
476
 
        cscopelist-am ctags-am distclean distclean-generic \
477
 
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
478
 
        install install-am install-data install-data-am \
479
 
        install-data-local install-dvi install-dvi-am install-exec \
480
 
        install-exec-am install-html install-html-am install-info \
481
 
        install-info-am install-man install-pdf install-pdf-am \
482
 
        install-ps install-ps-am install-strip installcheck \
483
 
        installcheck-am installdirs maintainer-clean \
484
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
485
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
486
 
        uninstall-am uninstall-local
487
 
 
488
 
 
489
 
install-data-local:
490
 
        for i in $(icons); do \
491
 
                THEME=`echo $$i | cut -d_ -f1`; \
492
 
                CONTEXT=`echo $$i | cut -d_ -f2`; \
493
 
                SIZE=`echo $$i | cut -d_ -f3`; \
494
 
                FILE=`echo $$i | cut -d_ -f4`; \
495
 
                mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
496
 
                $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$FILE; \
497
 
        done
498
 
 
499
 
uninstall-local:
500
 
        for i in $(icons); do \
501
 
                THEME=`echo $$i | cut -d_ -f1`; \
502
 
                CONTEXT=`echo $$i | cut -d_ -f2`; \
503
 
                SIZE=`echo $$i | cut -d_ -f3`; \
504
 
                FILE=`echo $$i | cut -d_ -f4`; \
505
 
                rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$FILE; \
506
 
        done
507
 
 
508
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
509
 
# Otherwise a system limit (for SysV at least) may be exceeded.
510
 
.NOEXPORT: