~ubuntu-branches/ubuntu/trusty/gdm/trusty-proposed

« back to all changes in this revision

Viewing changes to gui/simple-greeter/extensions/smartcard/icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Tim Lunn, Jeremy Bicha, Robert Ancell
  • Date: 2013-05-31 22:36:08 UTC
  • mfrom: (1.4.55)
  • Revision ID: package-import@ubuntu.com-20130531223608-33uo85niksee5460
Tags: 3.8.1.1-0ubuntu1
[ Tim Lunn ]
* New upstream release
* debian/patches/ubuntu_dont_catch_sigsegv.patch:
  - Dropped, obsolete
* debian/rules:
  - Don't rename gdm binary since that's already been
    done in the new version

[ Jeremy Bicha ]
* debian/control.in: Bump minimum glib
* debian/watch: Watch for unstable releases
* debian/patches/00git_logind_check.patch:
  - Dropped, applied in new release
* debian/patches/08_frequent-users_greeter.patch: Refreshed

[ Robert Ancell ]
* New upstream release
* debian/patches/ubuntu_daemon_autologin_tracking.patch:
* debian/patches/ubuntu_ensure_dirs.patch:
* debian/patches/ubuntu_slave-only-set-up-autologin.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
50
50
build_triplet = @build@
51
51
host_triplet = @host@
52
52
subdir = gui/simple-greeter/extensions/smartcard/icons
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54
 
        $(top_srcdir)/mkinstalldirs
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
57
 
        $(top_srcdir)/configure.ac
 
55
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
56
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
57
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
58
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
59
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
60
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
61
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
62
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
63
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
58
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
65
        $(ACLOCAL_M4)
60
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
66
mkinstalldirs = $(install_sh) -d
61
67
CONFIG_HEADER = $(top_builddir)/config.h
62
68
CONFIG_CLEAN_FILES =
63
69
CONFIG_CLEAN_VPATH_FILES =
75
81
am__v_at_1 = 
76
82
SOURCES =
77
83
DIST_SOURCES =
78
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79
 
        html-recursive info-recursive install-data-recursive \
80
 
        install-dvi-recursive install-exec-recursive \
81
 
        install-html-recursive install-info-recursive \
82
 
        install-pdf-recursive install-ps-recursive install-recursive \
83
 
        installcheck-recursive installdirs-recursive pdf-recursive \
84
 
        ps-recursive uninstall-recursive
 
84
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
85
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
86
        install-data-recursive install-dvi-recursive \
 
87
        install-exec-recursive install-html-recursive \
 
88
        install-info-recursive install-pdf-recursive \
 
89
        install-ps-recursive install-recursive installcheck-recursive \
 
90
        installdirs-recursive pdf-recursive ps-recursive \
 
91
        tags-recursive uninstall-recursive
85
92
am__can_run_installinfo = \
86
93
  case $$AM_UPDATE_INFO_DIR in \
87
94
    n|no|NO) false;; \
89
96
  esac
90
97
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91
98
  distclean-recursive maintainer-clean-recursive
92
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
93
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
99
am__recursive_targets = \
 
100
  $(RECURSIVE_TARGETS) \
 
101
  $(RECURSIVE_CLEAN_TARGETS) \
 
102
  $(am__extra_recursive_targets)
 
103
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
94
104
        distdir
 
105
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
106
# Read a list of newline-separated strings from the standard input,
 
107
# and print each of them once, without duplicates.  Input order is
 
108
# *not* preserved.
 
109
am__uniquify_input = $(AWK) '\
 
110
  BEGIN { nonempty = 0; } \
 
111
  { items[$$0] = 1; nonempty = 1; } \
 
112
  END { if (nonempty) { for (i in items) print i; }; } \
 
113
'
 
114
# Make sure the list of sources is unique.  This is necessary because,
 
115
# e.g., the same source file might be shared among _SOURCES variables
 
116
# for different programs/libraries.
 
117
am__define_uniq_tagged_files = \
 
118
  list='$(am__tagged_files)'; \
 
119
  unique=`for i in $$list; do \
 
120
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
121
  done | $(am__uniquify_input)`
95
122
ETAGS = etags
96
123
CTAGS = ctags
97
124
DIST_SUBDIRS = $(SUBDIRS)
185
212
GDM_INITIAL_VT = @GDM_INITIAL_VT@
186
213
GDM_OLD_CONF = @GDM_OLD_CONF@
187
214
GDM_PID_FILE = @GDM_PID_FILE@
 
215
GDM_RAN_ONCE_MARKER_DIR = @GDM_RAN_ONCE_MARKER_DIR@
 
216
GDM_RAN_ONCE_MARKER_DIR_EXPANDED = @GDM_RAN_ONCE_MARKER_DIR_EXPANDED@
 
217
GDM_RAN_ONCE_MARKER_FILE = @GDM_RAN_ONCE_MARKER_FILE@
 
218
GDM_RAN_ONCE_MARKER_FILE_EXPANDED = @GDM_RAN_ONCE_MARKER_FILE_EXPANDED@
 
219
GDM_RUN_DIR = @GDM_RUN_DIR@
188
220
GDM_SCREENSHOT_DIR = @GDM_SCREENSHOT_DIR@
189
221
GDM_SESSION_DEFAULT_PATH = @GDM_SESSION_DEFAULT_PATH@
190
222
GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR = @GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR@
230
262
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
231
263
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
232
264
ITSTOOL = @ITSTOOL@
 
265
JOURNALD_CFLAGS = @JOURNALD_CFLAGS@
 
266
JOURNALD_LIBS = @JOURNALD_LIBS@
233
267
LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
234
268
LD = @LD@
235
269
LDFLAGS = @LDFLAGS@
442
476
# (1) if the variable is set in 'config.status', edit 'config.status'
443
477
#     (which will cause the Makefiles to be regenerated when you run 'make');
444
478
# (2) otherwise, pass the desired values on the 'make' command line.
445
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
479
$(am__recursive_targets):
446
480
        @fail= failcom='exit 1'; \
447
481
        for f in x $$MAKEFLAGS; do \
448
482
          case $$f in \
470
504
        if test "$$dot_seen" = "no"; then \
471
505
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
472
506
        fi; test -z "$$fail"
473
 
tags-recursive:
474
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
475
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
476
 
        done
477
 
ctags-recursive:
478
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
479
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
480
 
        done
481
 
cscopelist-recursive:
482
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
483
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
484
 
        done
485
 
 
486
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
487
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
488
 
        unique=`for i in $$list; do \
489
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490
 
          done | \
491
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
493
 
        mkid -fID $$unique
494
 
tags: TAGS
495
 
 
496
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
497
 
                $(TAGS_FILES) $(LISP)
 
507
 
 
508
ID: $(am__tagged_files)
 
509
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
510
tags: tags-recursive
 
511
TAGS: tags
 
512
 
 
513
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
498
514
        set x; \
499
515
        here=`pwd`; \
500
516
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
510
526
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
511
527
          fi; \
512
528
        done; \
513
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
514
 
        unique=`for i in $$list; do \
515
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516
 
          done | \
517
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
529
        $(am__define_uniq_tagged_files); \
519
530
        shift; \
520
531
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
521
532
          test -n "$$unique" || unique=$$empty_fix; \
527
538
              $$unique; \
528
539
          fi; \
529
540
        fi
530
 
ctags: CTAGS
531
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
532
 
                $(TAGS_FILES) $(LISP)
533
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
534
 
        unique=`for i in $$list; do \
535
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
536
 
          done | \
537
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
538
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
541
ctags: ctags-recursive
 
542
 
 
543
CTAGS: ctags
 
544
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
545
        $(am__define_uniq_tagged_files); \
539
546
        test -z "$(CTAGS_ARGS)$$unique" \
540
547
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
541
548
             $$unique
544
551
        here=`$(am__cd) $(top_builddir) && pwd` \
545
552
          && $(am__cd) $(top_srcdir) \
546
553
          && gtags -i $(GTAGS_ARGS) "$$here"
 
554
cscopelist: cscopelist-recursive
547
555
 
548
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
549
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
556
cscopelist-am: $(am__tagged_files)
 
557
        list='$(am__tagged_files)'; \
550
558
        case "$(srcdir)" in \
551
559
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
552
560
          *) sdir=$(subdir)/$(srcdir) ;; \
718
726
 
719
727
uninstall-am:
720
728
 
721
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
722
 
        cscopelist-recursive ctags-recursive install-am install-strip \
723
 
        tags-recursive
 
729
.MAKE: $(am__recursive_targets) install-am install-strip
724
730
 
725
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
726
 
        all all-am check check-am clean clean-generic clean-libtool \
727
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
728
 
        distclean distclean-generic distclean-libtool distclean-tags \
729
 
        distdir dvi dvi-am html html-am info info-am install \
730
 
        install-am install-data install-data-am install-dvi \
 
731
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
732
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
733
        ctags-am distclean distclean-generic distclean-libtool \
 
734
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
735
        install install-am install-data install-data-am install-dvi \
731
736
        install-dvi-am install-exec install-exec-am install-html \
732
737
        install-html-am install-info install-info-am install-man \
733
738
        install-pdf install-pdf-am install-ps install-ps-am \
734
739
        install-strip installcheck installcheck-am installdirs \
735
740
        installdirs-am maintainer-clean maintainer-clean-generic \
736
741
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
737
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
742
        ps ps-am tags tags-am uninstall uninstall-am
738
743
 
739
744
 
740
745
# Tell versions [3.59,3.63) of GNU make to not export all variables.