~ubuntu-branches/ubuntu/precise/update-notifier/precise

« back to all changes in this revision

Viewing changes to pixmaps/24x24/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-03-11 10:29:28 UTC
  • Revision ID: package-import@ubuntu.com-20120311102928-w9mgg16fh57qo5mc
Tags: 0.119ubuntu1
src/update-notifier.c: Consider both the "sudo" and "admin" groups as
administrator. (LP: #893842)

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.
65
65
am__base_list = \
66
66
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67
67
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
68
am__uninstall_files_from_dir = { \
 
69
  test -z "$$files" \
 
70
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
71
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
72
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
73
  }
68
74
am__installdirs = "$(DESTDIR)$(icondir)"
69
75
DATA = $(icon_DATA)
70
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
78
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
73
79
ALL_LINGUAS = @ALL_LINGUAS@
74
80
AMTAR = @AMTAR@
 
81
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
75
82
APP_INDICATOR_CFLAGS = @APP_INDICATOR_CFLAGS@
76
83
APP_INDICATOR_LIBS = @APP_INDICATOR_LIBS@
77
84
AUTOCONF = @AUTOCONF@
111
118
INTLTOOL_MERGE = @INTLTOOL_MERGE@
112
119
INTLTOOL_PERL = @INTLTOOL_PERL@
113
120
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
121
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
122
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
123
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
124
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
114
125
LDFLAGS = @LDFLAGS@
115
126
LIBOBJS = @LIBOBJS@
116
127
LIBS = @LIBS@
170
181
includedir = @includedir@
171
182
infodir = @infodir@
172
183
install_sh = @install_sh@
 
184
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
185
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
173
186
libdir = @libdir@
174
187
libexecdir = @libexecdir@
175
188
localedir = @localedir@
242
255
        @$(NORMAL_UNINSTALL)
243
256
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
244
257
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
245
 
        test -n "$$files" || exit 0; \
246
 
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
247
 
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
 
258
        dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
248
259
tags: TAGS
249
260
TAGS:
250
261
 
299
310
 
300
311
installcheck: installcheck-am
301
312
install-strip:
302
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
303
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
304
 
          `test -z '$(STRIP)' || \
305
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
313
        if test -z '$(STRIP)'; then \
 
314
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
315
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
316
              install; \
 
317
        else \
 
318
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
319
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
320
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
321
        fi
306
322
mostlyclean-generic:
307
323
 
308
324
clean-generic: