~ubuntu-branches/debian/sid/xfce4-clipman-plugin/sid

« back to all changes in this revision

Viewing changes to icons/24x24/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2012-04-09 21:26:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20120409212650-u618echcdsndz3ak
Tags: 2:1.2.3-1
* New upstream release.
* debian/rules:
  - build with --parallel.
  - configure with --disable-static and stop removing .a files.
* debian/control:
  - update standards version to 3.9.3.
  - update debhelper build-dep to 9. 

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.
45
45
CONFIG_HEADER = $(top_builddir)/config.h
46
46
CONFIG_CLEAN_FILES =
47
47
CONFIG_CLEAN_VPATH_FILES =
48
 
AM_V_GEN = $(am__v_GEN_$(V))
49
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
49
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
50
50
am__v_GEN_0 = @echo "  GEN   " $@;
51
 
AM_V_at = $(am__v_at_$(V))
52
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
AM_V_at = $(am__v_at_@AM_V@)
 
52
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
53
53
am__v_at_0 = @
54
54
SOURCES =
55
55
DIST_SOURCES =
74
74
am__base_list = \
75
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
76
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
77
am__uninstall_files_from_dir = { \
 
78
  test -z "$$files" \
 
79
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
80
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
81
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
82
  }
77
83
am__installdirs = "$(DESTDIR)$(iconsdir)"
78
84
DATA = $(icons_DATA)
79
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146
152
INTLTOOL_MERGE = @INTLTOOL_MERGE@
147
153
INTLTOOL_PERL = @INTLTOOL_PERL@
148
154
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
155
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
156
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
157
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
158
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
149
159
ITSTOOL = @ITSTOOL@
150
160
LD = @LD@
151
161
LDFLAGS = @LDFLAGS@
262
272
includedir = @includedir@
263
273
infodir = @infodir@
264
274
install_sh = @install_sh@
 
275
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
276
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
265
277
libdir = @libdir@
266
278
libexecdir = @libexecdir@
267
279
localedir = @localedir@
344
356
        @$(NORMAL_UNINSTALL)
345
357
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
346
358
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
347
 
        test -n "$$files" || exit 0; \
348
 
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
349
 
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
 
359
        dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
350
360
tags: TAGS
351
361
TAGS:
352
362
 
401
411
 
402
412
installcheck: installcheck-am
403
413
install-strip:
404
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
405
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
406
 
          `test -z '$(STRIP)' || \
407
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
414
        if test -z '$(STRIP)'; then \
 
415
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
416
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
417
              install; \
 
418
        else \
 
419
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
420
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
421
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
422
        fi
408
423
mostlyclean-generic:
409
424
 
410
425
clean-generic: