~ubuntu-branches/ubuntu/utopic/xfce4-power-manager/utopic-proposed

« back to all changes in this revision

Viewing changes to panel-plugins/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-04-03 22:15:05 UTC
  • mfrom: (2.3.8)
  • Revision ID: package-import@ubuntu.com-20120403221505-2dvza7w2d97zb7qn
Tags: 1.0.11-0ubuntu1
* New upstream bugfix release.
* debian/patches:
  - 0001-Solaris-specific-code-for-determining-the-start-time.patch,
    02_fix-notify-detect.patch,
    07_fix_broken_empty_icon_battery.patch: dropped, included upstream.
  - xubuntu_fix-status-icon-other-devices.patch: refreshed to apply cleanly.

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.
43
43
CONFIG_HEADER = $(top_builddir)/config.h
44
44
CONFIG_CLEAN_FILES =
45
45
CONFIG_CLEAN_VPATH_FILES =
46
 
AM_V_GEN = $(am__v_GEN_$(V))
47
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
46
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
47
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
48
48
am__v_GEN_0 = @echo "  GEN   " $@;
49
 
AM_V_at = $(am__v_at_$(V))
50
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
49
AM_V_at = $(am__v_at_@AM_V@)
 
50
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
51
51
am__v_at_0 = @
52
52
SOURCES =
53
53
DIST_SOURCES =
165
165
INTLTOOL_MERGE = @INTLTOOL_MERGE@
166
166
INTLTOOL_PERL = @INTLTOOL_PERL@
167
167
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
168
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
169
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
170
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
171
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
168
172
LD = @LD@
169
173
LDFLAGS = @LDFLAGS@
170
174
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
212
216
PACKAGE_VERSION = @PACKAGE_VERSION@
213
217
PATH_SEPARATOR = @PATH_SEPARATOR@
214
218
PKG_CONFIG = @PKG_CONFIG@
 
219
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
220
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
215
221
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
216
222
PLATFORM_CPPFLAGS = @PLATFORM_CPPFLAGS@
217
223
PLATFORM_LDFLAGS = @PLATFORM_LDFLAGS@
275
281
includedir = @includedir@
276
282
infodir = @infodir@
277
283
install_sh = @install_sh@
 
284
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
285
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
278
286
libdir = @libdir@
279
287
libexecdir = @libexecdir@
280
288
localedir = @localedir@
545
553
 
546
554
installcheck: installcheck-recursive
547
555
install-strip:
548
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550
 
          `test -z '$(STRIP)' || \
551
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
556
        if test -z '$(STRIP)'; then \
 
557
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
558
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
559
              install; \
 
560
        else \
 
561
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
562
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
563
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
564
        fi
552
565
mostlyclean-generic:
553
566
 
554
567
clean-generic: