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

« back to all changes in this revision

Viewing changes to data/icons/256x256/apps/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-03-09 19:32:38 UTC
  • mfrom: (1.6.86)
  • Revision ID: package-import@ubuntu.com-20120309193238-dzn4p0szzcambb5v
Tags: 3.3.91-1
* New upstream release.
* Refresh 99_ltmain_as-needed.patch with newer copy in dh-autoreconf.
* Update to Standards-Version 3.9.3, no changes needed.

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
CONFIG_HEADER = $(top_builddir)/config.h
49
49
CONFIG_CLEAN_FILES =
50
50
CONFIG_CLEAN_VPATH_FILES =
51
 
AM_V_GEN = $(am__v_GEN_$(V))
52
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
51
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
52
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
53
53
am__v_GEN_0 = @echo "  GEN   " $@;
54
 
AM_V_at = $(am__v_at_$(V))
55
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
54
AM_V_at = $(am__v_at_@AM_V@)
 
55
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
56
56
am__v_at_0 = @
57
57
SOURCES =
58
58
DIST_SOURCES =
77
77
am__base_list = \
78
78
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79
79
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
80
am__uninstall_files_from_dir = { \
 
81
  test -z "$$files" \
 
82
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
83
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
84
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
85
  }
80
86
am__installdirs = "$(DESTDIR)$(iconsdir)"
81
87
DATA = $(icons_DATA) $(noinst_DATA)
82
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
302
308
        @$(NORMAL_UNINSTALL)
303
309
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
304
310
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
305
 
        test -n "$$files" || exit 0; \
306
 
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
307
 
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
 
311
        dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
308
312
tags: TAGS
309
313
TAGS:
310
314
 
359
363
 
360
364
installcheck: installcheck-am
361
365
install-strip:
362
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
363
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
364
 
          `test -z '$(STRIP)' || \
365
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
366
        if test -z '$(STRIP)'; then \
 
367
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
368
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
369
              install; \
 
370
        else \
 
371
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
372
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
373
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
374
        fi
366
375
mostlyclean-generic:
367
376
 
368
377
clean-generic: