~darkxst/ubuntu/saucy/gnome-shell/upstart_log

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-31 12:01:12 UTC
  • mfrom: (1.1.49) (19.1.36 experimental)
  • Revision ID: package-import@ubuntu.com-20130531120112-ew91khxf051x9i2r
Tags: 3.8.2-1ubuntu1
* Merge with Debian (LP: #1185869, #1185721). Remaining changes:
  - debian/control.in:
    + Build-depend on libsystemd-login-dev & libsystemd-daemon-dev
    + Depend on gdm instead of gdm3
    + Don't recommend gnome-session-fallback
  - debian/patches/40_change-pam-name-to-match-gdm.patch:
  - debian/patches/revert-suspend-break.patch:
    + Disabled, not needed on Ubuntu
  - debian/patches/ubuntu-lightdm-user-switching.patch:
    + Allow user switching when using LightDM. Thanks Gerhard Stein
      for rebasing against gnome-shell 3.8!
  - debian/patches/ubuntu_lock_on_suspend.patch
    + Respect Ubuntu's lock-on-suspend setting.
      Disabled until it can be rewritten.
  - debian/patches/git_relock_screen_after_crash.patch:
    + Add Upstream fix for unlocked session after crash (LP: #1064584)
* Note that the new GNOME Classic mode (which requires installing
  gnome-shell-extensions) won't work until gnome-session 3.8 is
  available in Ubuntu

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 = docs
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
55
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
56
56
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
81
81
am__v_at_1 = 
82
82
SOURCES =
83
83
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
 
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
91
92
am__can_run_installinfo = \
92
93
  case $$AM_UPDATE_INFO_DIR in \
93
94
    n|no|NO) false;; \
95
96
  esac
96
97
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97
98
  distclean-recursive maintainer-clean-recursive
98
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
99
 
        $(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 \
100
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)`
101
122
ETAGS = etags
102
123
CTAGS = ctags
103
124
DIST_SUBDIRS = $(SUBDIRS)
143
164
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
144
165
CALENDAR_SERVER_CFLAGS = @CALENDAR_SERVER_CFLAGS@
145
166
CALENDAR_SERVER_LIBS = @CALENDAR_SERVER_LIBS@
 
167
CARIBOU_CFLAGS = @CARIBOU_CFLAGS@
 
168
CARIBOU_LIBS = @CARIBOU_LIBS@
146
169
CC = @CC@
147
170
CCDEPMODE = @CCDEPMODE@
148
171
CFLAGS = @CFLAGS@
165
188
FGREP = @FGREP@
166
189
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
167
190
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
168
 
GIRDIR = @GIRDIR@
169
191
GJS_CONSOLE = @GJS_CONSOLE@
170
192
GLIB_CFLAGS = @GLIB_CFLAGS@
171
193
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
190
212
GTKDOC_REBASE = @GTKDOC_REBASE@
191
213
GVC_CFLAGS = @GVC_CFLAGS@
192
214
GVC_LIBS = @GVC_LIBS@
193
 
G_IR_COMPILER = @G_IR_COMPILER@
194
 
G_IR_GENERATE = @G_IR_GENERATE@
195
 
G_IR_SCANNER = @G_IR_SCANNER@
196
215
HAVE_BLUETOOTH = @HAVE_BLUETOOTH@
197
216
HTML_DIR = @HTML_DIR@
198
217
INSTALL = @INSTALL@
273
292
STRIP = @STRIP@
274
293
ST_CFLAGS = @ST_CFLAGS@
275
294
ST_LIBS = @ST_LIBS@
276
 
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
277
 
SYSTEMD_LIBS = @SYSTEMD_LIBS@
278
295
TEST_SHELL_RECORDER_CFLAGS = @TEST_SHELL_RECORDER_CFLAGS@
279
296
TEST_SHELL_RECORDER_LIBS = @TEST_SHELL_RECORDER_LIBS@
280
297
TRAY_CFLAGS = @TRAY_CFLAGS@
281
298
TRAY_LIBS = @TRAY_LIBS@
282
 
TYPELIBDIR = @TYPELIBDIR@
283
299
USE_NLS = @USE_NLS@
284
300
VERSION = @VERSION@
 
301
WARN_CFLAGS = @WARN_CFLAGS@
285
302
XGETTEXT = @XGETTEXT@
286
303
XGETTEXT_015 = @XGETTEXT_015@
287
304
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
392
409
# (1) if the variable is set in 'config.status', edit 'config.status'
393
410
#     (which will cause the Makefiles to be regenerated when you run 'make');
394
411
# (2) otherwise, pass the desired values on the 'make' command line.
395
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
412
$(am__recursive_targets):
396
413
        @fail= failcom='exit 1'; \
397
414
        for f in x $$MAKEFLAGS; do \
398
415
          case $$f in \
420
437
        if test "$$dot_seen" = "no"; then \
421
438
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
422
439
        fi; test -z "$$fail"
423
 
tags-recursive:
424
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
425
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
426
 
        done
427
 
ctags-recursive:
428
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
429
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
430
 
        done
431
 
cscopelist-recursive:
432
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
433
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
434
 
        done
435
 
 
436
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
437
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
438
 
        unique=`for i in $$list; do \
439
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
 
          done | \
441
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
 
        mkid -fID $$unique
444
 
tags: TAGS
445
 
 
446
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
447
 
                $(TAGS_FILES) $(LISP)
 
440
 
 
441
ID: $(am__tagged_files)
 
442
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
443
tags: tags-recursive
 
444
TAGS: tags
 
445
 
 
446
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448
447
        set x; \
449
448
        here=`pwd`; \
450
449
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
460
459
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
461
460
          fi; \
462
461
        done; \
463
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464
 
        unique=`for i in $$list; do \
465
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466
 
          done | \
467
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
462
        $(am__define_uniq_tagged_files); \
469
463
        shift; \
470
464
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471
465
          test -n "$$unique" || unique=$$empty_fix; \
477
471
              $$unique; \
478
472
          fi; \
479
473
        fi
480
 
ctags: CTAGS
481
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
482
 
                $(TAGS_FILES) $(LISP)
483
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
484
 
        unique=`for i in $$list; do \
485
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486
 
          done | \
487
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
474
ctags: ctags-recursive
 
475
 
 
476
CTAGS: ctags
 
477
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
478
        $(am__define_uniq_tagged_files); \
489
479
        test -z "$(CTAGS_ARGS)$$unique" \
490
480
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491
481
             $$unique
494
484
        here=`$(am__cd) $(top_builddir) && pwd` \
495
485
          && $(am__cd) $(top_srcdir) \
496
486
          && gtags -i $(GTAGS_ARGS) "$$here"
 
487
cscopelist: cscopelist-recursive
497
488
 
498
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
499
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
489
cscopelist-am: $(am__tagged_files)
 
490
        list='$(am__tagged_files)'; \
500
491
        case "$(srcdir)" in \
501
492
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
502
493
          *) sdir=$(subdir)/$(srcdir) ;; \
668
659
 
669
660
uninstall-am:
670
661
 
671
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
672
 
        cscopelist-recursive ctags-recursive install-am install-strip \
673
 
        tags-recursive
 
662
.MAKE: $(am__recursive_targets) install-am install-strip
674
663
 
675
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
676
 
        all all-am check check-am clean clean-generic clean-libtool \
677
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
678
 
        distclean distclean-generic distclean-libtool distclean-tags \
679
 
        distdir dvi dvi-am html html-am info info-am install \
680
 
        install-am install-data install-data-am install-dvi \
 
664
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
665
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
666
        ctags-am distclean distclean-generic distclean-libtool \
 
667
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
668
        install install-am install-data install-data-am install-dvi \
681
669
        install-dvi-am install-exec install-exec-am install-html \
682
670
        install-html-am install-info install-info-am install-man \
683
671
        install-pdf install-pdf-am install-ps install-ps-am \
684
672
        install-strip installcheck installcheck-am installdirs \
685
673
        installdirs-am maintainer-clean maintainer-clean-generic \
686
674
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
687
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
675
        ps ps-am tags tags-am uninstall uninstall-am
688
676
 
689
677
 
690
678
# Tell versions [3.59,3.63) of GNU make to not export all variables.