~ubuntu-branches/ubuntu/raring/gnome-session/raring

« back to all changes in this revision

Viewing changes to data/icons/48x48/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-06-11 12:11:00 UTC
  • mfrom: (1.1.77)
  • Revision ID: package-import@ubuntu.com-20120611121100-4v8ck97j20kykbbp
Tags: 3.5.2-0ubuntu1
* debian/watch: Track unstable versions 
* New upstream release (LP: #1011555).
  + Fail softer in the face of spotty session bus
  + Consider that required component that exits with 1 has crashed
* Refresh patches to apply cleanly 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
47
47
CONFIG_HEADER = $(top_builddir)/config.h
48
48
CONFIG_CLEAN_FILES =
49
49
CONFIG_CLEAN_VPATH_FILES =
50
 
AM_V_GEN = $(am__v_GEN_$(V))
51
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
50
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
51
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
52
52
am__v_GEN_0 = @echo "  GEN   " $@;
53
 
AM_V_at = $(am__v_at_$(V))
54
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
53
AM_V_at = $(am__v_at_@AM_V@)
 
54
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
55
55
am__v_at_0 = @
56
56
SOURCES =
57
57
DIST_SOURCES =
76
76
am__base_list = \
77
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
79
am__uninstall_files_from_dir = { \
 
80
  test -z "$$files" \
 
81
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
82
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
83
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
84
  }
79
85
am__installdirs = "$(DESTDIR)$(iconsdir)"
80
86
DATA = $(icons_DATA)
81
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
334
340
        @$(NORMAL_UNINSTALL)
335
341
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
336
342
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
337
 
        test -n "$$files" || exit 0; \
338
 
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
339
 
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
 
343
        dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
340
344
tags: TAGS
341
345
TAGS:
342
346
 
391
395
 
392
396
installcheck: installcheck-am
393
397
install-strip:
394
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
395
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
396
 
          `test -z '$(STRIP)' || \
397
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
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
398
407
mostlyclean-generic:
399
408
 
400
409
clean-generic:
491
500
install-data-hook:
492
501
        @-if test -z "$(DESTDIR)"; then \
493
502
                echo "Updating Gtk icon cache."; \
 
503
                env ; \
494
504
                $(gtk_update_icon_cache); \
495
505
        else \
496
506
                echo "*** Icon cache not updated. After install, run this:"; \