~noskcaj/ubuntu/vivid/gdm/3.14.1

« back to all changes in this revision

Viewing changes to data/pixmaps/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.
51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = data/pixmaps
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55
 
        $(top_srcdir)/mkinstalldirs
 
54
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58
 
        $(top_srcdir)/configure.ac
 
56
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
57
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
58
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
59
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
60
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
61
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
62
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
63
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
64
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
59
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
66
        $(ACLOCAL_M4)
61
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
67
mkinstalldirs = $(install_sh) -d
62
68
CONFIG_HEADER = $(top_builddir)/config.h
63
69
CONFIG_CLEAN_FILES =
64
70
CONFIG_CLEAN_VPATH_FILES =
76
82
am__v_at_1 = 
77
83
SOURCES =
78
84
DIST_SOURCES =
79
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80
 
        html-recursive info-recursive install-data-recursive \
81
 
        install-dvi-recursive install-exec-recursive \
82
 
        install-html-recursive install-info-recursive \
83
 
        install-pdf-recursive install-ps-recursive install-recursive \
84
 
        installcheck-recursive installdirs-recursive pdf-recursive \
85
 
        ps-recursive uninstall-recursive
 
85
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
86
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
87
        install-data-recursive install-dvi-recursive \
 
88
        install-exec-recursive install-html-recursive \
 
89
        install-info-recursive install-pdf-recursive \
 
90
        install-ps-recursive install-recursive installcheck-recursive \
 
91
        installdirs-recursive pdf-recursive ps-recursive \
 
92
        tags-recursive uninstall-recursive
86
93
am__can_run_installinfo = \
87
94
  case $$AM_UPDATE_INFO_DIR in \
88
95
    n|no|NO) false;; \
119
126
DATA = $(pixmap_DATA)
120
127
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121
128
  distclean-recursive maintainer-clean-recursive
122
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
129
am__recursive_targets = \
 
130
  $(RECURSIVE_TARGETS) \
 
131
  $(RECURSIVE_CLEAN_TARGETS) \
 
132
  $(am__extra_recursive_targets)
 
133
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
124
134
        distdir
 
135
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
136
# Read a list of newline-separated strings from the standard input,
 
137
# and print each of them once, without duplicates.  Input order is
 
138
# *not* preserved.
 
139
am__uniquify_input = $(AWK) '\
 
140
  BEGIN { nonempty = 0; } \
 
141
  { items[$$0] = 1; nonempty = 1; } \
 
142
  END { if (nonempty) { for (i in items) print i; }; } \
 
143
'
 
144
# Make sure the list of sources is unique.  This is necessary because,
 
145
# e.g., the same source file might be shared among _SOURCES variables
 
146
# for different programs/libraries.
 
147
am__define_uniq_tagged_files = \
 
148
  list='$(am__tagged_files)'; \
 
149
  unique=`for i in $$list; do \
 
150
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
151
  done | $(am__uniquify_input)`
125
152
ETAGS = etags
126
153
CTAGS = ctags
127
154
DIST_SUBDIRS = $(SUBDIRS)
215
242
GDM_INITIAL_VT = @GDM_INITIAL_VT@
216
243
GDM_OLD_CONF = @GDM_OLD_CONF@
217
244
GDM_PID_FILE = @GDM_PID_FILE@
 
245
GDM_RAN_ONCE_MARKER_DIR = @GDM_RAN_ONCE_MARKER_DIR@
 
246
GDM_RAN_ONCE_MARKER_DIR_EXPANDED = @GDM_RAN_ONCE_MARKER_DIR_EXPANDED@
 
247
GDM_RAN_ONCE_MARKER_FILE = @GDM_RAN_ONCE_MARKER_FILE@
 
248
GDM_RAN_ONCE_MARKER_FILE_EXPANDED = @GDM_RAN_ONCE_MARKER_FILE_EXPANDED@
 
249
GDM_RUN_DIR = @GDM_RUN_DIR@
218
250
GDM_SCREENSHOT_DIR = @GDM_SCREENSHOT_DIR@
219
251
GDM_SESSION_DEFAULT_PATH = @GDM_SESSION_DEFAULT_PATH@
220
252
GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR = @GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR@
260
292
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
261
293
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
262
294
ITSTOOL = @ITSTOOL@
 
295
JOURNALD_CFLAGS = @JOURNALD_CFLAGS@
 
296
JOURNALD_LIBS = @JOURNALD_LIBS@
263
297
LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
264
298
LD = @LD@
265
299
LDFLAGS = @LDFLAGS@
498
532
# (1) if the variable is set in 'config.status', edit 'config.status'
499
533
#     (which will cause the Makefiles to be regenerated when you run 'make');
500
534
# (2) otherwise, pass the desired values on the 'make' command line.
501
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
535
$(am__recursive_targets):
502
536
        @fail= failcom='exit 1'; \
503
537
        for f in x $$MAKEFLAGS; do \
504
538
          case $$f in \
526
560
        if test "$$dot_seen" = "no"; then \
527
561
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
528
562
        fi; test -z "$$fail"
529
 
tags-recursive:
530
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
531
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
532
 
        done
533
 
ctags-recursive:
534
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
535
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
536
 
        done
537
 
cscopelist-recursive:
538
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
539
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
540
 
        done
541
 
 
542
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
543
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
544
 
        unique=`for i in $$list; do \
545
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
546
 
          done | \
547
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
548
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
549
 
        mkid -fID $$unique
550
 
tags: TAGS
551
 
 
552
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
553
 
                $(TAGS_FILES) $(LISP)
 
563
 
 
564
ID: $(am__tagged_files)
 
565
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
566
tags: tags-recursive
 
567
TAGS: tags
 
568
 
 
569
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
554
570
        set x; \
555
571
        here=`pwd`; \
556
572
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
566
582
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
567
583
          fi; \
568
584
        done; \
569
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
570
 
        unique=`for i in $$list; do \
571
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
572
 
          done | \
573
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
574
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
585
        $(am__define_uniq_tagged_files); \
575
586
        shift; \
576
587
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
577
588
          test -n "$$unique" || unique=$$empty_fix; \
583
594
              $$unique; \
584
595
          fi; \
585
596
        fi
586
 
ctags: CTAGS
587
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
588
 
                $(TAGS_FILES) $(LISP)
589
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
590
 
        unique=`for i in $$list; do \
591
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
592
 
          done | \
593
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
597
ctags: ctags-recursive
 
598
 
 
599
CTAGS: ctags
 
600
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
601
        $(am__define_uniq_tagged_files); \
595
602
        test -z "$(CTAGS_ARGS)$$unique" \
596
603
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
597
604
             $$unique
600
607
        here=`$(am__cd) $(top_builddir) && pwd` \
601
608
          && $(am__cd) $(top_srcdir) \
602
609
          && gtags -i $(GTAGS_ARGS) "$$here"
 
610
cscopelist: cscopelist-recursive
603
611
 
604
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
605
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
612
cscopelist-am: $(am__tagged_files)
 
613
        list='$(am__tagged_files)'; \
606
614
        case "$(srcdir)" in \
607
615
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
608
616
          *) sdir=$(subdir)/$(srcdir) ;; \
777
785
 
778
786
uninstall-am: uninstall-pixmapDATA
779
787
 
780
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
781
 
        cscopelist-recursive ctags-recursive install-am install-strip \
782
 
        tags-recursive
 
788
.MAKE: $(am__recursive_targets) install-am install-strip
783
789
 
784
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
785
 
        all all-am check check-am clean clean-generic clean-libtool \
786
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
787
 
        distclean distclean-generic distclean-libtool distclean-tags \
788
 
        distdir dvi dvi-am html html-am info info-am install \
789
 
        install-am install-data install-data-am install-dvi \
 
790
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
791
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
792
        ctags-am distclean distclean-generic distclean-libtool \
 
793
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
794
        install install-am install-data install-data-am install-dvi \
790
795
        install-dvi-am install-exec install-exec-am install-html \
791
796
        install-html-am install-info install-info-am install-man \
792
797
        install-pdf install-pdf-am install-pixmapDATA install-ps \
793
798
        install-ps-am install-strip installcheck installcheck-am \
794
799
        installdirs installdirs-am maintainer-clean \
795
800
        maintainer-clean-generic mostlyclean mostlyclean-generic \
796
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
797
 
        uninstall uninstall-am uninstall-pixmapDATA
 
801
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
802
        uninstall-am uninstall-pixmapDATA
798
803
 
799
804
 
800
805
# Tell versions [3.59,3.63) of GNU make to not export all variables.