~ubuntu-branches/ubuntu/saucy/imagination/saucy-proposed

« back to all changes in this revision

Viewing changes to icons/48x48/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2011-05-19 13:22:01 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110519132201-4az49l8yvxrag1x0
Tags: 3.0-1
* New upstream release (Closes: #627240).
 - Fixes inverted tooltips in the toolbar (Closes: #599442).
 - Adds updated Brazilian Portuguese (pt_BR) translation.
   Thanks to Sérgio Cipolla (Closes: #599448).
* imagination.install: Don't install la files (Closes: #621684).
* Drop debian/README.source. Not needed with source
  version 3.0 (quilt).
* Bump Standards-Version to 3.9.2, no changes needed.
* debian/rules: Convert to minimal dh 7 style rules file.
* Drop debian/patches/20_lang-zh_TW.patch: zh_TW translation
  have been added upstream. 
* Update debian/patches/15_PLUGINS_INSTALLED.patch and
  debian/patches/10_link_math_lib.patch for new release.
* debian/{control, rules}: Maintain the different Ubuntu and
  Debian recommends in the same source package using dpkg-vendor
  and a ${dist:Recommends} substvar. Thanks to Alessio Treglia.
  (Closes: #627246)
* debian/copyright: Minor tweaks to bring up to rev 174
  of Dep 5.
* debian/control: Update suggests for libavutil-extra-50.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
42
44
        $(ACLOCAL_M4)
43
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
AM_V_GEN = $(am__v_GEN_$(V))
 
49
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
50
am__v_GEN_0 = @echo "  GEN   " $@;
 
51
AM_V_at = $(am__v_at_$(V))
 
52
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
53
am__v_at_0 = @
45
54
SOURCES =
46
55
DIST_SOURCES =
47
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
59
    *) f=$$p;; \
51
60
  esac;
52
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
53
77
am__installdirs = "$(DESTDIR)$(iconsdir)"
54
 
iconsDATA_INSTALL = $(INSTALL_DATA)
55
78
DATA = $(icons_DATA)
56
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57
80
ACLOCAL = @ACLOCAL@
58
81
ALL_LINGUAS = @ALL_LINGUAS@
59
82
AMTAR = @AMTAR@
 
83
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
60
84
AR = @AR@
61
85
AUTOCONF = @AUTOCONF@
62
86
AUTOHEADER = @AUTOHEADER@
124
148
PACKAGE_NAME = @PACKAGE_NAME@
125
149
PACKAGE_STRING = @PACKAGE_STRING@
126
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
127
152
PACKAGE_VERSION = @PACKAGE_VERSION@
128
153
PATH_SEPARATOR = @PATH_SEPARATOR@
129
154
PKG_CONFIG = @PKG_CONFIG@
 
155
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
156
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
130
157
PLUGINS_CFLAGS = @PLUGINS_CFLAGS@
131
158
PLUGINS_LIBS = @PLUGINS_LIBS@
132
159
POFILES = @POFILES@
211
238
              exit 1;; \
212
239
          esac; \
213
240
        done; \
214
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  icons/48x48/Makefile'; \
215
 
        cd $(top_srcdir) && \
216
 
          $(AUTOMAKE) --gnu  icons/48x48/Makefile
 
241
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/48x48/Makefile'; \
 
242
        $(am__cd) $(top_srcdir) && \
 
243
          $(AUTOMAKE) --gnu icons/48x48/Makefile
217
244
.PRECIOUS: Makefile
218
245
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219
246
        @case '$?' in \
231
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232
259
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
233
260
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
261
$(am__aclocal_m4_deps):
234
262
 
235
263
mostlyclean-libtool:
236
264
        -rm -f *.lo
240
268
install-iconsDATA: $(icons_DATA)
241
269
        @$(NORMAL_INSTALL)
242
270
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
243
 
        @list='$(icons_DATA)'; for p in $$list; do \
 
271
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
272
        for p in $$list; do \
244
273
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
245
 
          f=$(am__strip_dir) \
246
 
          echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \
247
 
          $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \
 
274
          echo "$$d$$p"; \
 
275
        done | $(am__base_list) | \
 
276
        while read files; do \
 
277
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
 
278
          $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
248
279
        done
249
280
 
250
281
uninstall-iconsDATA:
251
282
        @$(NORMAL_UNINSTALL)
252
 
        @list='$(icons_DATA)'; for p in $$list; do \
253
 
          f=$(am__strip_dir) \
254
 
          echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \
255
 
          rm -f "$(DESTDIR)$(iconsdir)/$$f"; \
256
 
        done
 
283
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
284
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
285
        test -n "$$files" || exit 0; \
 
286
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
 
287
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
257
288
tags: TAGS
258
289
TAGS:
259
290
 
277
308
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
278
309
          if test -d $$d/$$file; then \
279
310
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
311
            if test -d "$(distdir)/$$file"; then \
 
312
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
313
            fi; \
280
314
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
281
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
315
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
316
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
282
317
            fi; \
283
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
318
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
284
319
          else \
285
 
            test -f $(distdir)/$$file \
286
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
320
            test -f "$(distdir)/$$file" \
 
321
            || cp -p $$d/$$file "$(distdir)/$$file" \
287
322
            || exit 1; \
288
323
          fi; \
289
324
        done
314
349
 
315
350
distclean-generic:
316
351
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
352
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
317
353
 
318
354
maintainer-clean-generic:
319
355
        @echo "This command is intended for maintainers to use"
332
368
 
333
369
html: html-am
334
370
 
 
371
html-am:
 
372
 
335
373
info: info-am
336
374
 
337
375
info-am:
340
378
 
341
379
install-dvi: install-dvi-am
342
380
 
 
381
install-dvi-am:
 
382
 
343
383
install-exec-am:
344
384
 
345
385
install-html: install-html-am
346
386
 
 
387
install-html-am:
 
388
 
347
389
install-info: install-info-am
348
390
 
 
391
install-info-am:
 
392
 
349
393
install-man:
350
394
 
351
395
install-pdf: install-pdf-am
352
396
 
 
397
install-pdf-am:
 
398
 
353
399
install-ps: install-ps-am
354
400
 
 
401
install-ps-am:
 
402
 
355
403
installcheck-am:
356
404
 
357
405
maintainer-clean: maintainer-clean-am
386
434
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
387
435
        uninstall uninstall-am uninstall-iconsDATA
388
436
 
 
437
 
389
438
# Tell versions [3.59,3.63) of GNU make to not export all variables.
390
439
# Otherwise a system limit (for SysV at least) may be exceeded.
391
440
.NOEXPORT: