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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-08-07 19:11:50 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120807191150-cs4ia7ekdujqktv5
Tags: 3.5.5-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
35
51
build_triplet = @build@
36
52
host_triplet = @host@
37
53
subdir = data/icons/48x48
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
55
        $(top_srcdir)/mkinstalldirs
39
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
57
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41
58
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
61
CONFIG_HEADER = $(top_builddir)/config.h
45
62
CONFIG_CLEAN_FILES =
46
63
CONFIG_CLEAN_VPATH_FILES =
 
64
AM_V_P = $(am__v_P_@AM_V@)
 
65
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
66
am__v_P_0 = false
 
67
am__v_P_1 = :
47
68
AM_V_GEN = $(am__v_GEN_@AM_V@)
48
69
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
49
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
70
am__v_GEN_0 = @echo "  GEN     " $@;
 
71
am__v_GEN_1 = 
50
72
AM_V_at = $(am__v_at_@AM_V@)
51
73
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
52
74
am__v_at_0 = @
 
75
am__v_at_1 = 
53
76
SOURCES =
54
77
DIST_SOURCES =
 
78
am__can_run_installinfo = \
 
79
  case $$AM_UPDATE_INFO_DIR in \
 
80
    n|no|NO) false;; \
 
81
    *) (install-info --version) >/dev/null 2>&1;; \
 
82
  esac
55
83
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
84
am__vpath_adj = case $$p in \
57
85
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
321
349
        -rm -rf .libs _libs
322
350
install-iconDATA: $(icon_DATA)
323
351
        @$(NORMAL_INSTALL)
324
 
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
325
352
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
353
        if test -n "$$list"; then \
 
354
          echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
 
355
          $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
 
356
        fi; \
326
357
        for p in $$list; do \
327
358
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
328
359
          echo "$$d$$p"; \
343
374
ctags: CTAGS
344
375
CTAGS:
345
376
 
 
377
cscope cscopelist:
 
378
 
346
379
 
347
380
distdir: $(DISTFILES)
348
381
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \