~ubuntu-branches/ubuntu/trusty/update-notifier/trusty

« back to all changes in this revision

Viewing changes to data/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)$(helperdir)" "$(DESTDIR)$(notifydir)" \
69
75
        "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(convertdir)"
70
76
SCRIPTS = $(helper_SCRIPTS) $(notify_SCRIPTS)
76
82
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
77
83
ALL_LINGUAS = @ALL_LINGUAS@
78
84
AMTAR = @AMTAR@
 
85
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
79
86
APP_INDICATOR_CFLAGS = @APP_INDICATOR_CFLAGS@
80
87
APP_INDICATOR_LIBS = @APP_INDICATOR_LIBS@
81
88
AUTOCONF = @AUTOCONF@
115
122
INTLTOOL_MERGE = @INTLTOOL_MERGE@
116
123
INTLTOOL_PERL = @INTLTOOL_PERL@
117
124
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
125
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
126
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
127
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
128
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
118
129
LDFLAGS = @LDFLAGS@
119
130
LIBOBJS = @LIBOBJS@
120
131
LIBS = @LIBS@
174
185
includedir = @includedir@
175
186
infodir = @infodir@
176
187
install_sh = @install_sh@
 
188
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
189
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
177
190
libdir = @libdir@
178
191
libexecdir = @libexecdir@
179
192
localedir = @localedir@
274
287
        @list='$(helper_SCRIPTS)'; test -n "$(helperdir)" || exit 0; \
275
288
        files=`for p in $$list; do echo "$$p"; done | \
276
289
               sed -e 's,.*/,,;$(transform)'`; \
277
 
        test -n "$$list" || exit 0; \
278
 
        echo " ( cd '$(DESTDIR)$(helperdir)' && rm -f" $$files ")"; \
279
 
        cd "$(DESTDIR)$(helperdir)" && rm -f $$files
 
290
        dir='$(DESTDIR)$(helperdir)'; $(am__uninstall_files_from_dir)
280
291
install-notifySCRIPTS: $(notify_SCRIPTS)
281
292
        @$(NORMAL_INSTALL)
282
293
        test -z "$(notifydir)" || $(MKDIR_P) "$(DESTDIR)$(notifydir)"
308
319
        @list='$(notify_SCRIPTS)'; test -n "$(notifydir)" || exit 0; \
309
320
        files=`for p in $$list; do echo "$$p"; done | \
310
321
               sed -e 's,.*/,,;$(transform)'`; \
311
 
        test -n "$$list" || exit 0; \
312
 
        echo " ( cd '$(DESTDIR)$(notifydir)' && rm -f" $$files ")"; \
313
 
        cd "$(DESTDIR)$(notifydir)" && rm -f $$files
 
322
        dir='$(DESTDIR)$(notifydir)'; $(am__uninstall_files_from_dir)
314
323
install-desktopDATA: $(desktop_DATA)
315
324
        @$(NORMAL_INSTALL)
316
325
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
328
337
        @$(NORMAL_UNINSTALL)
329
338
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
330
339
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
331
 
        test -n "$$files" || exit 0; \
332
 
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
333
 
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
340
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
334
341
install-dist_convertDATA: $(dist_convert_DATA)
335
342
        @$(NORMAL_INSTALL)
336
343
        test -z "$(convertdir)" || $(MKDIR_P) "$(DESTDIR)$(convertdir)"
348
355
        @$(NORMAL_UNINSTALL)
349
356
        @list='$(dist_convert_DATA)'; test -n "$(convertdir)" || list=; \
350
357
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
351
 
        test -n "$$files" || exit 0; \
352
 
        echo " ( cd '$(DESTDIR)$(convertdir)' && rm -f" $$files ")"; \
353
 
        cd "$(DESTDIR)$(convertdir)" && rm -f $$files
 
358
        dir='$(DESTDIR)$(convertdir)'; $(am__uninstall_files_from_dir)
354
359
tags: TAGS
355
360
TAGS:
356
361
 
405
410
 
406
411
installcheck: installcheck-am
407
412
install-strip:
408
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
409
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
410
 
          `test -z '$(STRIP)' || \
411
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
413
        if test -z '$(STRIP)'; then \
 
414
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
415
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
416
              install; \
 
417
        else \
 
418
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
419
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
420
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
421
        fi
412
422
mostlyclean-generic:
413
423
 
414
424
clean-generic: