~ubuntu-branches/ubuntu/precise/gnome-online-accounts/precise

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Robert Ancell, 3.3.92, 3.4.0
  • Date: 2012-03-29 15:32:25 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120329153225-x7eoqvo108cdpo9k
Tags: 3.4.0-0ubuntu1
* New upstream release:
  [ 3.3.92 ]
  - build: Add --disable-documentation flag
  - OAuth2Provider: add support for facebook client side auth flow
  - FacebookProvider: move to client-side flow
  - configure.ac: remove the facebook client secret
  - facebook: Unref the JSON parser
  - facebook: offline_access has been removed since it is deprecated
  - Fix typo in windows-live backend
  [ 3.4.0 ]
  - Translation changes

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.
44
44
CONFIG_HEADER = $(top_builddir)/config.h
45
45
CONFIG_CLEAN_FILES =
46
46
CONFIG_CLEAN_VPATH_FILES =
47
 
AM_V_GEN = $(am__v_GEN_$(V))
48
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
47
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
48
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
49
49
am__v_GEN_0 = @echo "  GEN   " $@;
50
 
AM_V_at = $(am__v_at_$(V))
51
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
50
AM_V_at = $(am__v_at_@AM_V@)
 
51
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
52
52
am__v_at_0 = @
53
53
SOURCES =
54
54
DIST_SOURCES =
73
73
am__base_list = \
74
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
76
am__uninstall_files_from_dir = { \
 
77
  test -z "$$files" \
 
78
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
79
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
80
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
81
  }
76
82
am__installdirs = "$(DESTDIR)$(icondir)"
77
83
DATA = $(icon_DATA)
78
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134
140
INTLTOOL_MERGE = @INTLTOOL_MERGE@
135
141
INTLTOOL_PERL = @INTLTOOL_PERL@
136
142
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
143
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
144
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
145
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
146
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
137
147
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
138
148
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
139
149
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
232
242
includedir = @includedir@
233
243
infodir = @infodir@
234
244
install_sh = @install_sh@
 
245
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
246
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
235
247
libdir = @libdir@
236
248
libexecdir = @libexecdir@
237
249
localedir = @localedir@
321
333
        @$(NORMAL_UNINSTALL)
322
334
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
323
335
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
324
 
        test -n "$$files" || exit 0; \
325
 
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
326
 
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
 
336
        dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
327
337
tags: TAGS
328
338
TAGS:
329
339
 
378
388
 
379
389
installcheck: installcheck-am
380
390
install-strip:
381
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
383
 
          `test -z '$(STRIP)' || \
384
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
391
        if test -z '$(STRIP)'; then \
 
392
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
393
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
394
              install; \
 
395
        else \
 
396
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
397
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
398
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
399
        fi
385
400
mostlyclean-generic:
386
401
 
387
402
clean-generic: