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

« back to all changes in this revision

Viewing changes to data/icons/scalable/status/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-05-18 21:50:54 UTC
  • mfrom: (21.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20120518215054-yzwvynnzoo09k89x
Tags: 1.2.0-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu changes:
  - 06_fix-suspend-auth-check.patch: added, correctly check for suspend
    permissions before disabling the corresponding drop-down menu item.
    lp #929537
  - 08_show_preferences_lxde.patch: Hide settings menu only on desktop
    environment which have another power manager.
  - 09_fix_insert_battery.patch: Another patch to fix empty icon when
    removing a battery. Thanks Henry Gebhardt for the patch.
  - xubuntu_fix-status-icon-other-devices.patch: fix broken status icons
    for other devices (phone, wireless kbd, mouse, etc.).

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.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
52
69
am__v_at_0 = @
53
70
SOURCES =
54
71
DIST_SOURCES =
 
72
am__can_run_installinfo = \
 
73
  case $$AM_UPDATE_INFO_DIR in \
 
74
    n|no|NO) false;; \
 
75
    *) (install-info --version) >/dev/null 2>&1;; \
 
76
  esac
55
77
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
78
am__vpath_adj = case $$p in \
57
79
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
382
404
        -rm -rf .libs _libs
383
405
install-DataDATA: $(Data_DATA)
384
406
        @$(NORMAL_INSTALL)
385
 
        test -z "$(Datadir)" || $(MKDIR_P) "$(DESTDIR)$(Datadir)"
386
407
        @list='$(Data_DATA)'; test -n "$(Datadir)" || list=; \
 
408
        if test -n "$$list"; then \
 
409
          echo " $(MKDIR_P) '$(DESTDIR)$(Datadir)'"; \
 
410
          $(MKDIR_P) "$(DESTDIR)$(Datadir)" || exit 1; \
 
411
        fi; \
387
412
        for p in $$list; do \
388
413
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389
414
          echo "$$d$$p"; \