~ubuntu-branches/ubuntu/vivid/xfce4-session/vivid-proposed

« back to all changes in this revision

Viewing changes to engines/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2013-07-01 19:35:39 UTC
  • mfrom: (4.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20130701193539-tqwsq1uwaau0sxpi
Tags: 4.10.1-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu_ignore-gdm-lang.patch: do not set $LANG to $GDM_LANG, there's
      already an xsession script to do that, and $GDM_LANG might not contain
      a valid locale code.
    + xubuntu_set-xdg-current-desktop.patch: added. Taken from xfce4-utils,
      export XDG_CURRENT_DESKTOP=XFCE, can be useful with alacarte and
      gnome-menus. lp #927172

* debian/patches:
  - xfsm-startup-random-crash.patch: dropped, included in 4.10.1.
  - xubuntu_ignore-gdm-lang.patch: updated to apply cleanly.

* Check for logind support at runtime (lp: #1178373):
  - debian/patches/xubuntu_runtime-logind-support.patch: added.
  - debian/rules:
    + call xdt-autogen after patching
    + clean up autogenerated files modified by xdt-autogen.
  - debian/control:
    + add build-dep on libpolkit-gobject-1-dev (>= 0.100).
    + add build-dep on xfce4-dev-tools and libtool in order to run xdt-autogen
      after patching.
    + don't recommend consolekit anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
51
50
build_triplet = @build@
52
51
host_triplet = @host@
53
52
subdir = engines
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
55
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
57
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
57
        $(ACLOCAL_M4)
59
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
58
mkinstalldirs = $(install_sh) -d
60
59
CONFIG_HEADER = $(top_builddir)/config.h
61
60
CONFIG_CLEAN_FILES =
62
61
CONFIG_CLEAN_VPATH_FILES =
 
62
AM_V_P = $(am__v_P_@AM_V@)
 
63
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
64
am__v_P_0 = false
 
65
am__v_P_1 = :
63
66
AM_V_GEN = $(am__v_GEN_@AM_V@)
64
67
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
65
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
68
am__v_GEN_0 = @echo "  GEN     " $@;
 
69
am__v_GEN_1 = 
66
70
AM_V_at = $(am__v_at_@AM_V@)
67
71
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
68
72
am__v_at_0 = @
 
73
am__v_at_1 = 
69
74
SOURCES =
70
75
DIST_SOURCES =
71
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72
 
        html-recursive info-recursive install-data-recursive \
73
 
        install-dvi-recursive install-exec-recursive \
74
 
        install-html-recursive install-info-recursive \
75
 
        install-pdf-recursive install-ps-recursive install-recursive \
76
 
        installcheck-recursive installdirs-recursive pdf-recursive \
77
 
        ps-recursive uninstall-recursive
 
76
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
77
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
78
        install-data-recursive install-dvi-recursive \
 
79
        install-exec-recursive install-html-recursive \
 
80
        install-info-recursive install-pdf-recursive \
 
81
        install-ps-recursive install-recursive installcheck-recursive \
 
82
        installdirs-recursive pdf-recursive ps-recursive \
 
83
        tags-recursive uninstall-recursive
78
84
am__can_run_installinfo = \
79
85
  case $$AM_UPDATE_INFO_DIR in \
80
86
    n|no|NO) false;; \
82
88
  esac
83
89
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84
90
  distclean-recursive maintainer-clean-recursive
85
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
91
am__recursive_targets = \
 
92
  $(RECURSIVE_TARGETS) \
 
93
  $(RECURSIVE_CLEAN_TARGETS) \
 
94
  $(am__extra_recursive_targets)
 
95
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
87
96
        distdir
 
97
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
98
# Read a list of newline-separated strings from the standard input,
 
99
# and print each of them once, without duplicates.  Input order is
 
100
# *not* preserved.
 
101
am__uniquify_input = $(AWK) '\
 
102
  BEGIN { nonempty = 0; } \
 
103
  { items[$$0] = 1; nonempty = 1; } \
 
104
  END { if (nonempty) { for (i in items) print i; }; } \
 
105
'
 
106
# Make sure the list of sources is unique.  This is necessary because,
 
107
# e.g., the same source file might be shared among _SOURCES variables
 
108
# for different programs/libraries.
 
109
am__define_uniq_tagged_files = \
 
110
  list='$(am__tagged_files)'; \
 
111
  unique=`for i in $$list; do \
 
112
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
113
  done | $(am__uniquify_input)`
88
114
ETAGS = etags
89
115
CTAGS = ctags
90
116
DIST_SUBDIRS = $(SUBDIRS)
158
184
GMODULE_VERSION = @GMODULE_VERSION@
159
185
GMOFILES = @GMOFILES@
160
186
GMSGFMT = @GMSGFMT@
161
 
GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
162
 
GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
163
 
GNOME_KEYRING_REQUIRED_VERSION = @GNOME_KEYRING_REQUIRED_VERSION@
164
 
GNOME_KEYRING_VERSION = @GNOME_KEYRING_VERSION@
165
187
GREP = @GREP@
166
188
GTK_CFLAGS = @GTK_CFLAGS@
167
189
GTK_LIBS = @GTK_LIBS@
246
268
SET_MAKE = @SET_MAKE@
247
269
SHELL = @SHELL@
248
270
STRIP = @STRIP@
 
271
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
 
272
SYSTEMD_LIBS = @SYSTEMD_LIBS@
 
273
SYSTEMD_REQUIRED_VERSION = @SYSTEMD_REQUIRED_VERSION@
 
274
SYSTEMD_VERSION = @SYSTEMD_VERSION@
249
275
USE_NLS = @USE_NLS@
250
276
VERSION = @VERSION@
251
277
XFCE_GLADE_CATALOG_PATH = @XFCE_GLADE_CATALOG_PATH@
363
389
        -rm -rf .libs _libs
364
390
 
365
391
# This directory's subdirectories are mostly independent; you can cd
366
 
# into them and run `make' without going through this Makefile.
367
 
# To change the values of `make' variables: instead of editing Makefiles,
368
 
# (1) if the variable is set in `config.status', edit `config.status'
369
 
#     (which will cause the Makefiles to be regenerated when you run `make');
370
 
# (2) otherwise, pass the desired values on the `make' command line.
371
 
$(RECURSIVE_TARGETS):
 
392
# into them and run 'make' without going through this Makefile.
 
393
# To change the values of 'make' variables: instead of editing Makefiles,
 
394
# (1) if the variable is set in 'config.status', edit 'config.status'
 
395
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
396
# (2) otherwise, pass the desired values on the 'make' command line.
 
397
$(am__recursive_targets):
372
398
        @fail= failcom='exit 1'; \
373
399
        for f in x $$MAKEFLAGS; do \
374
400
          case $$f in \
378
404
        done; \
379
405
        dot_seen=no; \
380
406
        target=`echo $@ | sed s/-recursive//`; \
381
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
407
        case "$@" in \
 
408
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
409
          *) list='$(SUBDIRS)' ;; \
 
410
        esac; \
 
411
        for subdir in $$list; do \
382
412
          echo "Making $$target in $$subdir"; \
383
413
          if test "$$subdir" = "."; then \
384
414
            dot_seen=yes; \
393
423
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
394
424
        fi; test -z "$$fail"
395
425
 
396
 
$(RECURSIVE_CLEAN_TARGETS):
397
 
        @fail= failcom='exit 1'; \
398
 
        for f in x $$MAKEFLAGS; do \
399
 
          case $$f in \
400
 
            *=* | --[!k]*);; \
401
 
            *k*) failcom='fail=yes';; \
402
 
          esac; \
403
 
        done; \
404
 
        dot_seen=no; \
405
 
        case "$@" in \
406
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
407
 
          *) list='$(SUBDIRS)' ;; \
408
 
        esac; \
409
 
        rev=''; for subdir in $$list; do \
410
 
          if test "$$subdir" = "."; then :; else \
411
 
            rev="$$subdir $$rev"; \
412
 
          fi; \
413
 
        done; \
414
 
        rev="$$rev ."; \
415
 
        target=`echo $@ | sed s/-recursive//`; \
416
 
        for subdir in $$rev; do \
417
 
          echo "Making $$target in $$subdir"; \
418
 
          if test "$$subdir" = "."; then \
419
 
            local_target="$$target-am"; \
420
 
          else \
421
 
            local_target="$$target"; \
422
 
          fi; \
423
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
424
 
          || eval $$failcom; \
425
 
        done && test -z "$$fail"
426
 
tags-recursive:
427
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
428
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
429
 
        done
430
 
ctags-recursive:
431
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
432
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
433
 
        done
434
 
 
435
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437
 
        unique=`for i in $$list; do \
438
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
 
          done | \
440
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
 
        mkid -fID $$unique
443
 
tags: TAGS
444
 
 
445
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446
 
                $(TAGS_FILES) $(LISP)
 
426
ID: $(am__tagged_files)
 
427
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
428
tags: tags-recursive
 
429
TAGS: tags
 
430
 
 
431
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
447
432
        set x; \
448
433
        here=`pwd`; \
449
434
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459
444
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
460
445
          fi; \
461
446
        done; \
462
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463
 
        unique=`for i in $$list; do \
464
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
 
          done | \
466
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
447
        $(am__define_uniq_tagged_files); \
468
448
        shift; \
469
449
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470
450
          test -n "$$unique" || unique=$$empty_fix; \
476
456
              $$unique; \
477
457
          fi; \
478
458
        fi
479
 
ctags: CTAGS
480
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
481
 
                $(TAGS_FILES) $(LISP)
482
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
483
 
        unique=`for i in $$list; do \
484
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485
 
          done | \
486
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
459
ctags: ctags-recursive
 
460
 
 
461
CTAGS: ctags
 
462
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
463
        $(am__define_uniq_tagged_files); \
488
464
        test -z "$(CTAGS_ARGS)$$unique" \
489
465
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490
466
             $$unique
493
469
        here=`$(am__cd) $(top_builddir) && pwd` \
494
470
          && $(am__cd) $(top_srcdir) \
495
471
          && gtags -i $(GTAGS_ARGS) "$$here"
 
472
cscopelist: cscopelist-recursive
 
473
 
 
474
cscopelist-am: $(am__tagged_files)
 
475
        list='$(am__tagged_files)'; \
 
476
        case "$(srcdir)" in \
 
477
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
478
          *) sdir=$(subdir)/$(srcdir) ;; \
 
479
        esac; \
 
480
        for i in $$list; do \
 
481
          if test -f "$$i"; then \
 
482
            echo "$(subdir)/$$i"; \
 
483
          else \
 
484
            echo "$$sdir/$$i"; \
 
485
          fi; \
 
486
        done >> $(top_builddir)/cscope.files
496
487
 
497
488
distclean-tags:
498
489
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
653
644
 
654
645
uninstall-am:
655
646
 
656
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
657
 
        install-am install-strip tags-recursive
 
647
.MAKE: $(am__recursive_targets) install-am install-strip
658
648
 
659
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
660
 
        all all-am check check-am clean clean-generic clean-libtool \
661
 
        ctags ctags-recursive distclean distclean-generic \
662
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
663
 
        html-am info info-am install install-am install-data \
664
 
        install-data-am install-dvi install-dvi-am install-exec \
665
 
        install-exec-am install-html install-html-am install-info \
666
 
        install-info-am install-man install-pdf install-pdf-am \
667
 
        install-ps install-ps-am install-strip installcheck \
668
 
        installcheck-am installdirs installdirs-am maintainer-clean \
669
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
670
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
671
 
        uninstall uninstall-am
 
649
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
650
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
651
        ctags-am distclean distclean-generic distclean-libtool \
 
652
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
653
        install install-am install-data install-data-am install-dvi \
 
654
        install-dvi-am install-exec install-exec-am install-html \
 
655
        install-html-am install-info install-info-am install-man \
 
656
        install-pdf install-pdf-am install-ps install-ps-am \
 
657
        install-strip installcheck installcheck-am installdirs \
 
658
        installdirs-am maintainer-clean maintainer-clean-generic \
 
659
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
660
        ps ps-am tags tags-am uninstall uninstall-am
672
661
 
673
662
 
674
663
# Tell versions [3.59,3.63) of GNU make to not export all variables.