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

« back to all changes in this revision

Viewing changes to src/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.
73
73
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
74
74
ALL_LINGUAS = @ALL_LINGUAS@
75
75
AMTAR = @AMTAR@
 
76
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
76
77
APP_INDICATOR_CFLAGS = @APP_INDICATOR_CFLAGS@
77
78
APP_INDICATOR_LIBS = @APP_INDICATOR_LIBS@
78
79
AUTOCONF = @AUTOCONF@
112
113
INTLTOOL_MERGE = @INTLTOOL_MERGE@
113
114
INTLTOOL_PERL = @INTLTOOL_PERL@
114
115
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
116
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
117
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
118
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
119
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
115
120
LDFLAGS = @LDFLAGS@
116
121
LIBOBJS = @LIBOBJS@
117
122
LIBS = @LIBS@
171
176
includedir = @includedir@
172
177
infodir = @infodir@
173
178
install_sh = @install_sh@
 
179
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
180
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
174
181
libdir = @libdir@
175
182
libexecdir = @libexecdir@
176
183
localedir = @localedir@
294
301
 
295
302
clean-binPROGRAMS:
296
303
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
297
 
update-notifier$(EXEEXT): $(update_notifier_OBJECTS) $(update_notifier_DEPENDENCIES) 
 
304
update-notifier$(EXEEXT): $(update_notifier_OBJECTS) $(update_notifier_DEPENDENCIES) $(EXTRA_update_notifier_DEPENDENCIES) 
298
305
        @rm -f update-notifier$(EXEEXT)
299
306
        $(update_notifier_LINK) $(update_notifier_OBJECTS) $(update_notifier_LDADD) $(LIBS)
300
307
 
430
437
 
431
438
installcheck: installcheck-am
432
439
install-strip:
433
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
434
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
435
 
          `test -z '$(STRIP)' || \
436
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
440
        if test -z '$(STRIP)'; then \
 
441
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
442
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
443
              install; \
 
444
        else \
 
445
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
446
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
447
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
448
        fi
437
449
mostlyclean-generic:
438
450
 
439
451
clean-generic: