~ubuntu-branches/ubuntu/saucy/gdm/saucy-proposed

« back to all changes in this revision

Viewing changes to 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
host_triplet = @host@
52
52
@ENABLE_DOCUMENTATION_TRUE@am__append_1 = docs
53
53
subdir = .
54
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56
 
        $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
57
 
        INSTALL NEWS TODO acconfig.h compile config.guess config.rpath \
58
 
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
 
54
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
 
55
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        $(top_srcdir)/configure $(am__configure_deps) acconfig.h \
 
57
        $(srcdir)/config.h.in ABOUT-NLS COPYING TODO compile \
 
58
        config.guess config.rpath config.sub depcomp install-sh \
 
59
        missing ltmain.sh
59
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
61
 
        $(top_srcdir)/configure.ac
 
61
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
62
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
63
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
64
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
65
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
66
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
67
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
68
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
69
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
62
70
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
71
        $(ACLOCAL_M4)
64
72
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
65
73
 configure.lineno config.status.lineno
66
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
74
mkinstalldirs = $(install_sh) -d
67
75
CONFIG_HEADER = config.h
68
76
CONFIG_CLEAN_FILES =
69
77
CONFIG_CLEAN_VPATH_FILES =
81
89
am__v_at_1 = 
82
90
SOURCES =
83
91
DIST_SOURCES =
84
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85
 
        html-recursive info-recursive install-data-recursive \
86
 
        install-dvi-recursive install-exec-recursive \
87
 
        install-html-recursive install-info-recursive \
88
 
        install-pdf-recursive install-ps-recursive install-recursive \
89
 
        installcheck-recursive installdirs-recursive pdf-recursive \
90
 
        ps-recursive uninstall-recursive
 
92
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
93
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
94
        install-data-recursive install-dvi-recursive \
 
95
        install-exec-recursive install-html-recursive \
 
96
        install-info-recursive install-pdf-recursive \
 
97
        install-ps-recursive install-recursive installcheck-recursive \
 
98
        installdirs-recursive pdf-recursive ps-recursive \
 
99
        tags-recursive uninstall-recursive
91
100
am__can_run_installinfo = \
92
101
  case $$AM_UPDATE_INFO_DIR in \
93
102
    n|no|NO) false;; \
95
104
  esac
96
105
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97
106
  distclean-recursive maintainer-clean-recursive
98
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
99
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
107
am__recursive_targets = \
 
108
  $(RECURSIVE_TARGETS) \
 
109
  $(RECURSIVE_CLEAN_TARGETS) \
 
110
  $(am__extra_recursive_targets)
 
111
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
100
112
        cscope distdir dist dist-all distcheck
 
113
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
114
        $(LISP)config.h.in
 
115
# Read a list of newline-separated strings from the standard input,
 
116
# and print each of them once, without duplicates.  Input order is
 
117
# *not* preserved.
 
118
am__uniquify_input = $(AWK) '\
 
119
  BEGIN { nonempty = 0; } \
 
120
  { items[$$0] = 1; nonempty = 1; } \
 
121
  END { if (nonempty) { for (i in items) print i; }; } \
 
122
'
 
123
# Make sure the list of sources is unique.  This is necessary because,
 
124
# e.g., the same source file might be shared among _SOURCES variables
 
125
# for different programs/libraries.
 
126
am__define_uniq_tagged_files = \
 
127
  list='$(am__tagged_files)'; \
 
128
  unique=`for i in $$list; do \
 
129
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
130
  done | $(am__uniquify_input)`
101
131
ETAGS = etags
102
132
CTAGS = ctags
103
133
CSCOPE = cscope
208
238
GDM_INITIAL_VT = @GDM_INITIAL_VT@
209
239
GDM_OLD_CONF = @GDM_OLD_CONF@
210
240
GDM_PID_FILE = @GDM_PID_FILE@
 
241
GDM_RAN_ONCE_MARKER_DIR = @GDM_RAN_ONCE_MARKER_DIR@
 
242
GDM_RAN_ONCE_MARKER_DIR_EXPANDED = @GDM_RAN_ONCE_MARKER_DIR_EXPANDED@
 
243
GDM_RAN_ONCE_MARKER_FILE = @GDM_RAN_ONCE_MARKER_FILE@
 
244
GDM_RAN_ONCE_MARKER_FILE_EXPANDED = @GDM_RAN_ONCE_MARKER_FILE_EXPANDED@
 
245
GDM_RUN_DIR = @GDM_RUN_DIR@
211
246
GDM_SCREENSHOT_DIR = @GDM_SCREENSHOT_DIR@
212
247
GDM_SESSION_DEFAULT_PATH = @GDM_SESSION_DEFAULT_PATH@
213
248
GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR = @GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR@
253
288
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
254
289
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
255
290
ITSTOOL = @ITSTOOL@
 
291
JOURNALD_CFLAGS = @JOURNALD_CFLAGS@
 
292
JOURNALD_LIBS = @JOURNALD_LIBS@
256
293
LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
257
294
LD = @LD@
258
295
LDFLAGS = @LDFLAGS@
500
537
# (1) if the variable is set in 'config.status', edit 'config.status'
501
538
#     (which will cause the Makefiles to be regenerated when you run 'make');
502
539
# (2) otherwise, pass the desired values on the 'make' command line.
503
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
540
$(am__recursive_targets):
504
541
        @fail= failcom='exit 1'; \
505
542
        for f in x $$MAKEFLAGS; do \
506
543
          case $$f in \
528
565
        if test "$$dot_seen" = "no"; then \
529
566
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
530
567
        fi; test -z "$$fail"
531
 
tags-recursive:
532
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
533
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
534
 
        done
535
 
ctags-recursive:
536
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
537
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
538
 
        done
539
 
cscopelist-recursive:
540
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
541
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
542
 
        done
543
 
 
544
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
545
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
546
 
        unique=`for i in $$list; do \
547
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
548
 
          done | \
549
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
550
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
551
 
        mkid -fID $$unique
552
 
tags: TAGS
553
 
 
554
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
555
 
                $(TAGS_FILES) $(LISP)
 
568
 
 
569
ID: $(am__tagged_files)
 
570
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
571
tags: tags-recursive
 
572
TAGS: tags
 
573
 
 
574
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
556
575
        set x; \
557
576
        here=`pwd`; \
558
577
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568
587
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
569
588
          fi; \
570
589
        done; \
571
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
572
 
        unique=`for i in $$list; do \
573
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574
 
          done | \
575
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
576
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
590
        $(am__define_uniq_tagged_files); \
577
591
        shift; \
578
592
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
579
593
          test -n "$$unique" || unique=$$empty_fix; \
585
599
              $$unique; \
586
600
          fi; \
587
601
        fi
588
 
ctags: CTAGS
589
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
590
 
                $(TAGS_FILES) $(LISP)
591
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
592
 
        unique=`for i in $$list; do \
593
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594
 
          done | \
595
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
602
ctags: ctags-recursive
 
603
 
 
604
CTAGS: ctags
 
605
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
606
        $(am__define_uniq_tagged_files); \
597
607
        test -z "$(CTAGS_ARGS)$$unique" \
598
608
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599
609
             $$unique
602
612
        here=`$(am__cd) $(top_builddir) && pwd` \
603
613
          && $(am__cd) $(top_srcdir) \
604
614
          && gtags -i $(GTAGS_ARGS) "$$here"
605
 
 
606
615
cscope: cscope.files
607
616
        test ! -s cscope.files \
608
617
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
609
 
 
610
618
clean-cscope:
611
619
        -rm -f cscope.files
612
 
 
613
 
cscope.files: clean-cscope cscopelist-recursive cscopelist
614
 
 
615
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
616
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
620
cscope.files: clean-cscope cscopelist
 
621
cscopelist: cscopelist-recursive
 
622
 
 
623
cscopelist-am: $(am__tagged_files)
 
624
        list='$(am__tagged_files)'; \
617
625
        case "$(srcdir)" in \
618
626
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
619
627
          *) sdir=$(subdir)/$(srcdir) ;; \
746
754
        *.zip*) \
747
755
          unzip $(distdir).zip ;;\
748
756
        esac
749
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
750
 
        mkdir $(distdir)/_build
751
 
        mkdir $(distdir)/_inst
 
757
        chmod -R a-w $(distdir)
 
758
        chmod u+w $(distdir)
 
759
        mkdir $(distdir)/_build $(distdir)/_inst
752
760
        chmod a-w $(distdir)
753
761
        test -d $(distdir)/_build || exit 0; \
754
762
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
916
924
 
917
925
uninstall-am:
918
926
 
919
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
920
 
        cscopelist-recursive ctags-recursive install-am install-strip \
921
 
        tags-recursive
 
927
.MAKE: $(am__recursive_targets) all install-am install-strip
922
928
 
923
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
924
 
        all all-am am--refresh check check-am clean clean-cscope \
925
 
        clean-generic clean-libtool cscope cscopelist \
926
 
        cscopelist-recursive ctags ctags-recursive dist dist-all \
927
 
        dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
928
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
929
 
        distclean-libtool distclean-tags distcleancheck distdir \
930
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
931
 
        install install-am install-data install-data-am install-dvi \
932
 
        install-dvi-am install-exec install-exec-am install-html \
933
 
        install-html-am install-info install-info-am install-man \
934
 
        install-pdf install-pdf-am install-ps install-ps-am \
935
 
        install-strip installcheck installcheck-am installdirs \
936
 
        installdirs-am maintainer-clean maintainer-clean-generic \
937
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
938
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
929
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
930
        am--refresh check check-am clean clean-cscope clean-generic \
 
931
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
 
932
        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
 
933
        dist-xz dist-zip distcheck distclean distclean-generic \
 
934
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
935
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
936
        info-am install install-am install-data install-data-am \
 
937
        install-dvi install-dvi-am install-exec install-exec-am \
 
938
        install-html install-html-am install-info install-info-am \
 
939
        install-man install-pdf install-pdf-am install-ps \
 
940
        install-ps-am install-strip installcheck installcheck-am \
 
941
        installdirs installdirs-am maintainer-clean \
 
942
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
943
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
944
        uninstall-am
939
945
 
940
946
 
941
947
# Tell versions [3.59,3.63) of GNU make to not export all variables.