~ubuntu-branches/debian/sid/file-roller/sid

« back to all changes in this revision

Viewing changes to data/icons/24x24/apps/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-17 21:51:58 UTC
  • mfrom: (1.6.89)
  • Revision ID: package-import@ubuntu.com-20120417215158-imjltfa00hq862q6
Tags: 3.4.1-1
* New upstream translation release.
* Update debian/copyright using the machine-readable copyright format 1.0.

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.4 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@
56
73
am__v_at_0 = @
57
74
SOURCES =
58
75
DIST_SOURCES =
 
76
am__can_run_installinfo = \
 
77
  case $$AM_UPDATE_INFO_DIR in \
 
78
    n|no|NO) false;; \
 
79
    *) (install-info --version) >/dev/null 2>&1;; \
 
80
  esac
59
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60
82
am__vpath_adj = case $$p in \
61
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
299
321
        -rm -rf .libs _libs
300
322
install-iconsDATA: $(icons_DATA)
301
323
        @$(NORMAL_INSTALL)
302
 
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
303
324
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
325
        if test -n "$$list"; then \
 
326
          echo " $(MKDIR_P) '$(DESTDIR)$(iconsdir)'"; \
 
327
          $(MKDIR_P) '$(DESTDIR)$(iconsdir)' || exit 1; \
 
328
        fi; \
304
329
        for p in $$list; do \
305
330
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
306
331
          echo "$$d$$p"; \