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

« back to all changes in this revision

Viewing changes to data/icons/16x16/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,
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
58
75
        install-pdf-recursive install-ps-recursive install-recursive \
59
76
        installcheck-recursive installdirs-recursive pdf-recursive \
60
77
        ps-recursive uninstall-recursive
 
78
am__can_run_installinfo = \
 
79
  case $$AM_UPDATE_INFO_DIR in \
 
80
    n|no|NO) false;; \
 
81
    *) (install-info --version) >/dev/null 2>&1;; \
 
82
  esac
61
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
84
  distclean-recursive maintainer-clean-recursive
63
85
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
510
532
        done
511
533
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512
534
          if test "$$subdir" = .; then :; else \
513
 
            test -d "$(distdir)/$$subdir" \
514
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
515
 
            || exit 1; \
516
 
          fi; \
517
 
        done
518
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
519
 
          if test "$$subdir" = .; then :; else \
 
535
            $(am__make_dryrun) \
 
536
              || test -d "$(distdir)/$$subdir" \
 
537
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
538
              || exit 1; \
520
539
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
521
540
            $(am__relativize); \
522
541
            new_distdir=$$reldir; \