~ubuntu-branches/ubuntu/precise/gnome-control-center/precise

« back to all changes in this revision

Viewing changes to panels/power/icons/32x32/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Sebastien Bacher, Martin Pitt
  • Date: 2012-04-16 17:09:05 UTC
  • mfrom: (1.1.61)
  • Revision ID: package-import@ubuntu.com-20120416170905-j1eu780vcq4e2g62
Tags: 1:3.4.1-0ubuntu1
[ Sebastien Bacher ]
* debian/patches/git_wacom_translations.patch:
  - updated, list the source files in POTFILES.in as well

[ Martin Pitt ]
* New upstream bug fix release:
  - Fix translation of the rotation drop-down
  - Make controls insensitive when a user is not selected
  - Fix alignment of the "Map to Monitor..." button
  - Use PrinterAddOption method to set media size
  - Updated translations
* Drop patches applied upstream:
  - accounts_handle_system_user.patch
  - git_rotation_translation.patch

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.1 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, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# 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.
47
47
CONFIG_HEADER = $(top_builddir)/config.h
48
48
CONFIG_CLEAN_FILES =
49
49
CONFIG_CLEAN_VPATH_FILES =
50
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
51
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
50
AM_V_GEN = $(am__v_GEN_$(V))
 
51
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
52
52
am__v_GEN_0 = @echo "  GEN   " $@;
53
 
AM_V_at = $(am__v_at_@AM_V@)
54
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
53
AM_V_at = $(am__v_at_$(V))
 
54
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
55
55
am__v_at_0 = @
56
56
SOURCES =
57
57
DIST_SOURCES =
76
76
am__base_list = \
77
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79
 
am__uninstall_files_from_dir = { \
80
 
  test -z "$$files" \
81
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
82
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
83
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
84
 
  }
85
79
am__installdirs = "$(DESTDIR)$(icondir)"
86
80
DATA = $(icon_DATA)
87
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
353
347
        @$(NORMAL_UNINSTALL)
354
348
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
355
349
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
356
 
        dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
 
350
        test -n "$$files" || exit 0; \
 
351
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
 
352
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
357
353
tags: TAGS
358
354
TAGS:
359
355
 
408
404
 
409
405
installcheck: installcheck-am
410
406
install-strip:
411
 
        if test -z '$(STRIP)'; then \
412
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
413
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
414
 
              install; \
415
 
        else \
416
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
419
 
        fi
 
407
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
408
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
409
          `test -z '$(STRIP)' || \
 
410
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
420
411
mostlyclean-generic:
421
412
 
422
413
clean-generic: