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

« back to all changes in this revision

Viewing changes to data/icons/32x32/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-29 16:22:23 UTC
  • mfrom: (1.1.78)
  • Revision ID: package-import@ubuntu.com-20120729162223-zvvdhbwa7s8r0zdx
Tags: 3.5.4-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglib2.0-dev
* debian/patches/21_up_start_on_demand.patch:
  - Dropped, code has changed too much

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.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
55
72
am__v_at_0 = @
56
73
SOURCES =
57
74
DIST_SOURCES =
 
75
am__can_run_installinfo = \
 
76
  case $$AM_UPDATE_INFO_DIR in \
 
77
    n|no|NO) false;; \
 
78
    *) (install-info --version) >/dev/null 2>&1;; \
 
79
  esac
58
80
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59
81
am__vpath_adj = case $$p in \
60
82
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
327
349
        -rm -rf .libs _libs
328
350
install-iconsDATA: $(icons_DATA)
329
351
        @$(NORMAL_INSTALL)
330
 
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
331
352
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
353
        if test -n "$$list"; then \
 
354
          echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
 
355
          $(MKDIR_P) "$(DESTDIR)$(iconsdir)" || exit 1; \
 
356
        fi; \
332
357
        for p in $$list; do \
333
358
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
334
359
          echo "$$d$$p"; \