~ubuntu-branches/ubuntu/quantal/gwibber/quantal

« back to all changes in this revision

Viewing changes to data/icons/breakdance/16x16/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-02-14 17:03:36 UTC
  • mfrom: (1.1.68)
  • Revision ID: package-import@ubuntu.com-20120214170336-sukh2ve1z5z09ml3
Tags: 3.3.4-0ubuntu1
* New upstream release
  - Completed dropped python multiprocessing and refactored the service 
    threading.  Including improving ability to catch individual 
    operation failures.
 - Can't response or write to someone from their user information
   page (LP: #926081)
 - "Repeat" a status on StatusNet fails silently (Scott Sweeny) (LP: #923144)

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.
48
48
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
49
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
50
        $(ACLOCAL_M4)
51
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
51
mkinstalldirs = $(install_sh) -d
52
52
CONFIG_HEADER = $(top_builddir)/config.h
53
53
CONFIG_CLEAN_FILES =
54
54
CONFIG_CLEAN_VPATH_FILES =
55
 
AM_V_GEN = $(am__v_GEN_$(V))
56
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
55
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
56
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
57
57
am__v_GEN_0 = @echo "  GEN   " $@;
58
 
AM_V_at = $(am__v_at_$(V))
59
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
58
AM_V_at = $(am__v_at_@AM_V@)
 
59
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
60
60
am__v_at_0 = @
61
61
SOURCES =
62
62
DIST_SOURCES =
81
81
am__base_list = \
82
82
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
83
83
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
84
am__uninstall_files_from_dir = { \
 
85
  test -z "$$files" \
 
86
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
87
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
88
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
89
  }
84
90
am__installdirs = "$(DESTDIR)$(icondir)"
85
91
DATA = $(icon_DATA)
86
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
147
INTLTOOL_MERGE = @INTLTOOL_MERGE@
142
148
INTLTOOL_PERL = @INTLTOOL_PERL@
143
149
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
150
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
151
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
152
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
153
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
144
154
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
145
155
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
146
156
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
245
255
includedir = @includedir@
246
256
infodir = @infodir@
247
257
install_sh = @install_sh@
 
258
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
259
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
248
260
libdir = @libdir@
249
261
libexecdir = @libexecdir@
250
262
localedir = @localedir@
342
354
        @$(NORMAL_UNINSTALL)
343
355
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
344
356
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
345
 
        test -n "$$files" || exit 0; \
346
 
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
347
 
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
 
357
        dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
348
358
tags: TAGS
349
359
TAGS:
350
360
 
399
409
 
400
410
installcheck: installcheck-am
401
411
install-strip:
402
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404
 
          `test -z '$(STRIP)' || \
405
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
412
        if test -z '$(STRIP)'; then \
 
413
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
414
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
415
              install; \
 
416
        else \
 
417
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
418
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
419
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
420
        fi
406
421
mostlyclean-generic:
407
422
 
408
423
clean-generic: