~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to help/fish/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-26 11:28:21 UTC
  • mfrom: (1.7.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826112821-iarty9ls1ushw425
Tags: 1:2.27.91-0ubuntu1
* New upstream release (LP: #418975)
  Panel
  - Drop dead code (Vincent)
  - Don't show icons icons for actions and categories (William Jon
    McCann, Matthias Clasen, Vincent)
  - Remove use of GnomeEntry in run dialog (Diego Escalante Urrelo,
    Vincent)
  - Port to GtkBuilder (Vincent)
  - Make the run button icon respect the desktop-wide setting (Vincent)
  - Add gnome-panel-add script to allow easy addition of applets
    (Vincent)
  - Use g_timeout_add_seconds to reduce wakeups (Javier Jardón)
  - Ignore overlapping monitors and just use the largest one (Federico
    Mena Quintero)
  - Put LVDS as first monitor (Federico Mena Quintero)
  - Correctly set struts when two panels are right-oriented (Alexey
    Rusakov)
  - Use /desktop/gnome/lockdown/disable_lock_screen (Vincent)
  - Use a different define for the size of the Applications menu icon
    (Vincent)
  - Clarify warning message at forced quit (Gabor Kelemen)
  - Make sure to preload /apps/panel/general early enough (Behdad
    Esfahbod)
  - Remove empty labels from translation (Andre Klapper)
  - Do not use non-existing monitors for toplevels (Vincent)
  - Do not save monitor changes that are caused by constraints (Vincent)
  - Use randr 1.3 features to detect the first monitor when possible
    (Vincent)
  - Use XRRGetScreenResourcesCurrent() when possible (Vincent)
  - Improve check for LVDS-named output (Vincent)
  - Remove deprecated Encoding key from desktop file (Frédéric Péters)
  libpanel-applet
  - Port to GtkBuilder (Diego Escalante Urrelo, Vincent)
  All Applets
  - Port to GtkBuilder (Vincent)
  Clock Applet
  - Change "Clock Options" label to "Clock Format" (Vincent)
  - Launch the configured calendar/tasks application instead of evolution
    (Alex Converse, Vincent)
  - Port to PolicyKit 1 (Matthias Clasen)
  - Make default PolicyKit configuration stricter (Vincent)
  - Do not crash when setting time/timezone without PolicyKit (Matt Keenan)
  - Do not use obsolete and unneeded daylight variable (Alexis Ballier)
  - Fix confusion between GTime and time_t (Matthias Drochner)
  - Add missing mnemonics and window title (Gabor Kelemen)
  - Use g_timeout_add_seconds to reduce wakeups (Javier Jardón)
  - Do not place on the map locations with lat = 0 and lon = 0 (Vincent)
  - Make it possible to change the name of a location (Vincent)
  - Add/improve translator comments (Vincent)
  - Code cleanups (Vincent)
  Notification Area Applet
  - Allow more flexibility for NaTrayChild compositing (Owen Taylor)
  - Use g_timeout_add_seconds to reduce wakeups (Javier Jardón)
  Misc
  - Add ACLOCAL_AMFLAGS (Sébastien Bacher)
  - Use silent-rules instead of shave for quiet build (Vincent)
  - Remove workaround for scrollkeeper (Vincent)
  - Remove libglade dependency (Vincent)
  - Require libgweather 2.27.90 (Vincent)
* debian/control.in:
  - Drop build-depends on libglade2-dev
  - Bump build-depends on libgweather-dev
* debian/patches/02_polkit1.patch:
* debian/patches/06_clock_permissions.patch:
* debian/patches/31_correct_aclocal_command.patch:
  - Applied upstream
* debian/patches/01_layout.patch:
* debian/patches/08_clock_applet_event.patch:
* debian/patches/09_default_icons.patch:
* debian/patches/16_compiz_workspace_switcher.patch:
* debian/patches/17_about-ubuntu-translation.patch:
* debian/patches/30_disable-initial-animation.patch:
* debian/patches/70_relibtoolize.patch:
* debian/patches/85_disable_shutdown_on_ltsp.patch:
* debian/patches/99_ltmain_as-needed.patch:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
39
40
################################################################################
40
41
VPATH = @srcdir@
41
42
pkgdatadir = $(datadir)/@PACKAGE@
 
43
pkgincludedir = $(includedir)/@PACKAGE@
42
44
pkglibdir = $(libdir)/@PACKAGE@
43
 
pkgincludedir = $(includedir)/@PACKAGE@
 
45
pkglibexecdir = $(libexecdir)/@PACKAGE@
44
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45
47
install_sh_DATA = $(install_sh) -c -m 644
46
48
install_sh_PROGRAM = $(install_sh) -c
64
66
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
65
67
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
66
68
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
67
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/shave.m4 \
68
 
        $(top_srcdir)/configure.in
 
69
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
69
70
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
71
        $(ACLOCAL_M4)
71
72
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
72
73
CONFIG_HEADER = $(top_builddir)/config.h
73
74
CONFIG_CLEAN_FILES =
 
75
CONFIG_CLEAN_VPATH_FILES =
 
76
AM_V_GEN = $(am__v_GEN_$(V))
 
77
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
78
am__v_GEN_0 = @echo "  GEN   " $@;
 
79
AM_V_at = $(am__v_at_$(V))
 
80
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
81
am__v_at_0 = @
74
82
SOURCES =
75
83
DIST_SOURCES =
76
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
86
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
79
87
ALL_LINGUAS = @ALL_LINGUAS@
80
88
AMTAR = @AMTAR@
81
 
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
89
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
82
90
AR = @AR@
83
91
AS = @AS@
84
92
AUTOCONF = @AUTOCONF@
99
107
CLOCK_MECHANISM_LIBS = @CLOCK_MECHANISM_LIBS@
100
108
CPP = @CPP@
101
109
CPPFLAGS = @CPPFLAGS@
102
 
CXX = @CXX@
103
110
CYGPATH_W = @CYGPATH_W@
104
111
DATADIRNAME = @DATADIRNAME@
105
112
DEFS = @DEFS@
116
123
ECHO_T = @ECHO_T@
117
124
EGREP = @EGREP@
118
125
EXEEXT = @EXEEXT@
119
 
F77 = @F77@
120
 
FC = @FC@
121
126
FGREP = @FGREP@
122
127
FISH_CFLAGS = @FISH_CFLAGS@
123
128
FISH_LIBS = @FISH_LIBS@
176
181
LN_S = @LN_S@
177
182
LTLIBOBJS = @LTLIBOBJS@
178
183
MAINT = @MAINT@
179
 
MAKEFLAGS = @MAKEFLAGS@
180
184
MAKEINFO = @MAKEINFO@
181
185
MKDIR_P = @MKDIR_P@
182
186
MKINSTALLDIRS = @MKINSTALLDIRS@
189
193
NMEDIT = @NMEDIT@
190
194
NOTIFICATION_AREA_CFLAGS = @NOTIFICATION_AREA_CFLAGS@
191
195
NOTIFICATION_AREA_LIBS = @NOTIFICATION_AREA_LIBS@
192
 
OBJC = @OBJC@
193
196
OBJDUMP = @OBJDUMP@
194
197
OBJEXT = @OBJEXT@
195
198
OMF_DIR = @OMF_DIR@
208
211
PERL = @PERL@
209
212
PKG_CONFIG = @PKG_CONFIG@
210
213
POFILES = @POFILES@
211
 
POLKIT_DBUS_CFLAGS = @POLKIT_DBUS_CFLAGS@
212
 
POLKIT_DBUS_LIBS = @POLKIT_DBUS_LIBS@
213
 
POLKIT_GNOME_CFLAGS = @POLKIT_GNOME_CFLAGS@
214
 
POLKIT_GNOME_LIBS = @POLKIT_GNOME_LIBS@
215
 
POLKIT_POLICY_FILE_VALIDATE = @POLKIT_POLICY_FILE_VALIDATE@
 
214
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
215
POLKIT_LIBS = @POLKIT_LIBS@
216
216
POSUB = @POSUB@
217
217
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
218
218
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
219
 
Q = @Q@
220
219
RANLIB = @RANLIB@
221
220
REBUILD = @REBUILD@
222
221
SED = @SED@
224
223
SHELL = @SHELL@
225
224
STRIP = @STRIP@
226
225
USE_NLS = @USE_NLS@
227
 
V = @V@
228
226
VERSION = @VERSION@
229
227
WARN_CFLAGS = @WARN_CFLAGS@
230
228
WNCKLET_CFLAGS = @WNCKLET_CFLAGS@
281
279
psdir = @psdir@
282
280
sbindir = @sbindir@
283
281
sharedstatedir = @sharedstatedir@
284
 
shavedir = @shavedir@
285
282
srcdir = @srcdir@
286
283
sysconfdir = @sysconfdir@
287
284
target_alias = @target_alias@
399
396
        @for dep in $?; do \
400
397
          case '$(am__configure_deps)' in \
401
398
            *$$dep*) \
402
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
403
 
                && exit 0; \
 
399
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
400
                && { if test -f $@; then exit 0; else break; fi; }; \
404
401
              exit 1;; \
405
402
          esac; \
406
403
        done; \
407
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  help/fish/Makefile'; \
408
 
        cd $(top_srcdir) && \
409
 
          $(AUTOMAKE) --gnu  help/fish/Makefile
 
404
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/fish/Makefile'; \
 
405
        $(am__cd) $(top_srcdir) && \
 
406
          $(AUTOMAKE) --gnu help/fish/Makefile
410
407
.PRECIOUS: Makefile
411
408
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
412
409
        @case '$?' in \
424
421
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425
422
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
426
423
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
424
$(am__aclocal_m4_deps):
427
425
 
428
426
mostlyclean-libtool:
429
427
        -rm -f *.lo
453
451
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
454
452
          if test -d $$d/$$file; then \
455
453
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
454
            if test -d "$(distdir)/$$file"; then \
 
455
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
456
            fi; \
456
457
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
457
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
458
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
459
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458
460
            fi; \
459
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
461
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
460
462
          else \
461
 
            test -f $(distdir)/$$file \
462
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
463
            test -f "$(distdir)/$$file" \
 
464
            || cp -p $$d/$$file "$(distdir)/$$file" \
463
465
            || exit 1; \
464
466
          fi; \
465
467
        done
490
492
 
491
493
distclean-generic:
492
494
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
495
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
493
496
 
494
497
maintainer-clean-generic:
495
498
        @echo "This command is intended for maintainers to use"
508
511
 
509
512
html: html-am
510
513
 
 
514
html-am:
 
515
 
511
516
info: info-am
512
517
 
513
518
info-am:
516
521
 
517
522
install-dvi: install-dvi-am
518
523
 
 
524
install-dvi-am:
 
525
 
519
526
install-exec-am:
520
527
 
521
528
install-html: install-html-am
522
529
 
 
530
install-html-am:
 
531
 
523
532
install-info: install-info-am
524
533
 
 
534
install-info-am:
 
535
 
525
536
install-man:
526
537
 
527
538
install-pdf: install-pdf-am
528
539
 
 
540
install-pdf-am:
 
541
 
529
542
install-ps: install-ps-am
530
543
 
 
544
install-ps-am:
 
545
 
531
546
installcheck-am:
532
547
 
533
548
maintainer-clean: maintainer-clean-am
938
953
dist-hook: doc-dist-hook
939
954
 
940
955
-include $(top_srcdir)/git.mk
 
956
 
941
957
# Tell versions [3.59,3.63) of GNU make to not export all variables.
942
958
# Otherwise a system limit (for SysV at least) may be exceeded.
943
959
.NOEXPORT: