~ilidrissi.amine/ubuntu/maverick/gdm/gdm.fix-617044

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-28 14:41:12 UTC
  • mfrom: (1.4.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20100428144112-h1xuf1turem3zztz
Tags: 2.30.2-0ubuntu1
* New upstream bug fix release:
  - Accessibility is now enabled by default for the GDM login screen.
  - When the face browser is disabled, the PAM conversation is started
    immediately, so users do not need to click a button to start entering
    the username and password.  (GNOME #591082)
  - Add label-for and labelled-by a11y relations to the entry field in the
    login GUI.  This makes the login GUI more accessible when using AT programs.
    (GNOME #613434).
  - Fixed bugs that were causing XDMCP to not show the greeter again after
    logout.  (GNOME #606724).
  - The default XDMCP PingIntervalSeconds was increased from 15 to
    60 seconds.
  - The WINDOWPATH environment variable is now set for the user session.
    (GNOME #609272)
  - Ensure Init script is called when using Automatic Login. (GNOME #614488)
  - Fix race condition with Timed Login. (GNOME #614062)
  - Drop xhost localuser:gdm and localuser:root when the user session starts.
    (GNOME #605350)
  - Removed the icon monitor from the GDM login GUI since it was not functional
    and was causing problems with automounting user's $HOME directories.
    (GNOME #609321, LP: #518810)
  - Do not mark "%x" for translation. (GNOME #613306)
  - Remove duplicated strings for translation. (GNOME #609179)
  - Minor doc corrections.
  - Translation updates.
* 04_fix_external_program_directories.patch, 99_autoreconf.patch: Refresh
  for new upstream version.
* Add 34_disable_a11y_default.patch: Revert upstream change between 2.30.0
  and 2.30.1 to enable a11y by default. This wasn't tested and isn't
  appropriate for an SRU.
* 06_run_xsession.d.patch: Export $USERXSESSION, $USERXSESSIONRC, and
  $ALTUSERXSESSION, so that running the "custom"/"default" sessions actually
  works. Without those, /etc/X11/Xsession.d/50x11-common_determine-startup
  decides to run the system default session even if we have the
  "allow-user-xsession" option. This is a prerequisite for fixing LP#398300.
  Also update the patch tag header to comply to DEP-3.
* Add debian/xsession.desktop: Add a new session type "~/.xsession" which
  will run ~/.xsession (Exec=default will be interpreted by the
  20x11-common_process-args and 50x11-common_determine-startup Xsession.d
  scripts). If the admin sets "allow-user-xsession" to False, this will
  launch the system default session instead. (LP: #398300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
36
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37
39
        $(srcdir)/gdm.conf.in
38
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
40
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/acinclude.m4 \
 
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
42
        $(top_srcdir)/configure.ac
42
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
44
        $(ACLOCAL_M4)
44
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
46
CONFIG_HEADER = $(top_builddir)/config.h
46
47
CONFIG_CLEAN_FILES = gdm.conf
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
AM_V_GEN = $(am__v_GEN_$(V))
 
50
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_GEN_0 = @echo "  GEN   " $@;
 
52
AM_V_at = $(am__v_at_$(V))
 
53
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_at_0 = @
47
55
SOURCES =
48
56
DIST_SOURCES =
49
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59
67
    *) f=$$p;; \
60
68
  esac;
61
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
69
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
70
am__install_max = 40
 
71
am__nobase_strip_setup = \
 
72
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
73
am__nobase_strip = \
 
74
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
75
am__nobase_list = $(am__nobase_strip_setup); \
 
76
  for p in $$list; do echo "$$p $$p"; done | \
 
77
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
78
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
79
    if (++n[$$2] == $(am__install_max)) \
 
80
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
81
    END { for (dir in files) print dir, files[dir] }'
 
82
am__base_list = \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
62
85
am__installdirs = "$(DESTDIR)$(dbusconfdir)" \
63
86
        "$(DESTDIR)$(localealiasdir)" "$(DESTDIR)$(schemasdir)"
64
 
dbusconfDATA_INSTALL = $(INSTALL_DATA)
65
 
localealiasDATA_INSTALL = $(INSTALL_DATA)
66
 
schemasDATA_INSTALL = $(INSTALL_DATA)
67
87
DATA = $(dbusconf_DATA) $(localealias_DATA) $(schemas_DATA)
68
88
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
69
89
  distclean-recursive maintainer-clean-recursive
 
90
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
91
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
92
        distdir
70
93
ETAGS = etags
71
94
CTAGS = ctags
72
95
DIST_SUBDIRS = $(SUBDIRS)
73
96
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
97
am__relativize = \
 
98
  dir0=`pwd`; \
 
99
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
100
  sed_rest='s,^[^/]*/*,,'; \
 
101
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
102
  sed_butlast='s,/*[^/]*$$,,'; \
 
103
  while test -n "$$dir1"; do \
 
104
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
105
    if test "$$first" != "."; then \
 
106
      if test "$$first" = ".."; then \
 
107
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
108
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
109
      else \
 
110
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
111
        if test "$$first2" = "$$first"; then \
 
112
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
113
        else \
 
114
          dir2="../$$dir2"; \
 
115
        fi; \
 
116
        dir0="$$dir0"/"$$first"; \
 
117
      fi; \
 
118
    fi; \
 
119
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
120
  done; \
 
121
  reldir="$$dir2"
74
122
ACLOCAL = @ACLOCAL@
75
123
ALL_LINGUAS = @ALL_LINGUAS@
76
124
AMTAR = @AMTAR@
 
125
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
77
126
APPLET_CFLAGS = @APPLET_CFLAGS@
78
127
APPLET_LIBS = @APPLET_LIBS@
79
128
AR = @AR@
114
163
DEVKIT_POWER_LIBS = @DEVKIT_POWER_LIBS@
115
164
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
116
165
DOC_USER_FORMATS = @DOC_USER_FORMATS@
117
 
ECHO = @ECHO@
 
166
DSYMUTIL = @DSYMUTIL@
 
167
DUMPBIN = @DUMPBIN@
118
168
ECHO_C = @ECHO_C@
119
169
ECHO_N = @ECHO_N@
120
170
ECHO_T = @ECHO_T@
129
179
EXTRA_SLAVE_LIBS = @EXTRA_SLAVE_LIBS@
130
180
EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
131
181
EXTRA_XNEST_LIBS = @EXTRA_XNEST_LIBS@
132
 
F77 = @F77@
133
 
FFLAGS = @FFLAGS@
 
182
FGREP = @FGREP@
134
183
GCONFTOOL = @GCONFTOOL@
135
184
GCONF_CFLAGS = @GCONF_CFLAGS@
136
185
GCONF_LIBS = @GCONF_LIBS@
172
221
INTLTOOL_PERL = @INTLTOOL_PERL@
173
222
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
174
223
LANG_CONFIG_FILE = @LANG_CONFIG_FILE@
 
224
LD = @LD@
175
225
LDFLAGS = @LDFLAGS@
176
226
LIBDIR = @LIBDIR@
177
227
LIBEXECDIR = @LIBEXECDIR@
181
231
LIBWRAP_LIBS = @LIBWRAP_LIBS@
182
232
LIBXKLAVIER_CFLAGS = @LIBXKLAVIER_CFLAGS@
183
233
LIBXKLAVIER_LIBS = @LIBXKLAVIER_LIBS@
 
234
LIPO = @LIPO@
184
235
LN_S = @LN_S@
185
236
LOCALSTATEDIR = @LOCALSTATEDIR@
186
237
LTLIBOBJS = @LTLIBOBJS@
191
242
MSGFMT = @MSGFMT@
192
243
MSGFMT_OPTS = @MSGFMT_OPTS@
193
244
MSGMERGE = @MSGMERGE@
 
245
NM = @NM@
 
246
NMEDIT = @NMEDIT@
 
247
OBJDUMP = @OBJDUMP@
194
248
OBJEXT = @OBJEXT@
195
249
OMF_DIR = @OMF_DIR@
 
250
OTOOL = @OTOOL@
 
251
OTOOL64 = @OTOOL64@
196
252
PACKAGE = @PACKAGE@
197
253
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198
254
PACKAGE_NAME = @PACKAGE_NAME@
211
267
RANLIB = @RANLIB@
212
268
RBAC_LIBS = @RBAC_LIBS@
213
269
SBINDIR = @SBINDIR@
 
270
SED = @SED@
214
271
SET_MAKE = @SET_MAKE@
215
272
SHELL = @SHELL@
216
273
SIMPLE_CHOOSER_CFLAGS = @SIMPLE_CHOOSER_CFLAGS@
249
306
abs_top_srcdir = @abs_top_srcdir@
250
307
ac_ct_CC = @ac_ct_CC@
251
308
ac_ct_CXX = @ac_ct_CXX@
252
 
ac_ct_F77 = @ac_ct_F77@
 
309
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
253
310
am__include = @am__include@
254
311
am__leading_dot = @am__leading_dot@
255
312
am__quote = @am__quote@
285
342
localedir = @localedir@
286
343
localstatedir = @localstatedir@
287
344
logdir = @logdir@
 
345
lt_ECHO = @lt_ECHO@
288
346
mandir = @mandir@
289
347
mkdir_p = @mkdir_p@
290
348
oldincludedir = @oldincludedir@
367
425
        @for dep in $?; do \
368
426
          case '$(am__configure_deps)' in \
369
427
            *$$dep*) \
370
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
371
 
                && exit 0; \
 
428
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
429
                && { if test -f $@; then exit 0; else break; fi; }; \
372
430
              exit 1;; \
373
431
          esac; \
374
432
        done; \
375
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/Makefile'; \
376
 
        cd $(top_srcdir) && \
377
 
          $(AUTOMAKE) --gnu  data/Makefile
 
433
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
434
        $(am__cd) $(top_srcdir) && \
 
435
          $(AUTOMAKE) --gnu data/Makefile
378
436
.PRECIOUS: Makefile
379
437
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380
438
        @case '$?' in \
392
450
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393
451
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
394
452
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
453
$(am__aclocal_m4_deps):
395
454
gdm.conf: $(top_builddir)/config.status $(srcdir)/gdm.conf.in
396
455
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
397
456
 
403
462
install-dbusconfDATA: $(dbusconf_DATA)
404
463
        @$(NORMAL_INSTALL)
405
464
        test -z "$(dbusconfdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusconfdir)"
406
 
        @list='$(dbusconf_DATA)'; for p in $$list; do \
 
465
        @list='$(dbusconf_DATA)'; test -n "$(dbusconfdir)" || list=; \
 
466
        for p in $$list; do \
407
467
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
408
 
          f=$(am__strip_dir) \
409
 
          echo " $(dbusconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusconfdir)/$$f'"; \
410
 
          $(dbusconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusconfdir)/$$f"; \
 
468
          echo "$$d$$p"; \
 
469
        done | $(am__base_list) | \
 
470
        while read files; do \
 
471
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusconfdir)'"; \
 
472
          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusconfdir)" || exit $$?; \
411
473
        done
412
474
 
413
475
uninstall-dbusconfDATA:
414
476
        @$(NORMAL_UNINSTALL)
415
 
        @list='$(dbusconf_DATA)'; for p in $$list; do \
416
 
          f=$(am__strip_dir) \
417
 
          echo " rm -f '$(DESTDIR)$(dbusconfdir)/$$f'"; \
418
 
          rm -f "$(DESTDIR)$(dbusconfdir)/$$f"; \
419
 
        done
 
477
        @list='$(dbusconf_DATA)'; test -n "$(dbusconfdir)" || list=; \
 
478
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
479
        test -n "$$files" || exit 0; \
 
480
        echo " ( cd '$(DESTDIR)$(dbusconfdir)' && rm -f" $$files ")"; \
 
481
        cd "$(DESTDIR)$(dbusconfdir)" && rm -f $$files
420
482
install-localealiasDATA: $(localealias_DATA)
421
483
        @$(NORMAL_INSTALL)
422
484
        test -z "$(localealiasdir)" || $(MKDIR_P) "$(DESTDIR)$(localealiasdir)"
423
 
        @list='$(localealias_DATA)'; for p in $$list; do \
 
485
        @list='$(localealias_DATA)'; test -n "$(localealiasdir)" || list=; \
 
486
        for p in $$list; do \
424
487
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425
 
          f=$(am__strip_dir) \
426
 
          echo " $(localealiasDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(localealiasdir)/$$f'"; \
427
 
          $(localealiasDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(localealiasdir)/$$f"; \
 
488
          echo "$$d$$p"; \
 
489
        done | $(am__base_list) | \
 
490
        while read files; do \
 
491
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(localealiasdir)'"; \
 
492
          $(INSTALL_DATA) $$files "$(DESTDIR)$(localealiasdir)" || exit $$?; \
428
493
        done
429
494
 
430
495
uninstall-localealiasDATA:
431
496
        @$(NORMAL_UNINSTALL)
432
 
        @list='$(localealias_DATA)'; for p in $$list; do \
433
 
          f=$(am__strip_dir) \
434
 
          echo " rm -f '$(DESTDIR)$(localealiasdir)/$$f'"; \
435
 
          rm -f "$(DESTDIR)$(localealiasdir)/$$f"; \
436
 
        done
 
497
        @list='$(localealias_DATA)'; test -n "$(localealiasdir)" || list=; \
 
498
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
499
        test -n "$$files" || exit 0; \
 
500
        echo " ( cd '$(DESTDIR)$(localealiasdir)' && rm -f" $$files ")"; \
 
501
        cd "$(DESTDIR)$(localealiasdir)" && rm -f $$files
437
502
install-schemasDATA: $(schemas_DATA)
438
503
        @$(NORMAL_INSTALL)
439
504
        test -z "$(schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(schemasdir)"
440
 
        @list='$(schemas_DATA)'; for p in $$list; do \
 
505
        @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
 
506
        for p in $$list; do \
441
507
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
442
 
          f=$(am__strip_dir) \
443
 
          echo " $(schemasDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemasdir)/$$f'"; \
444
 
          $(schemasDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemasdir)/$$f"; \
 
508
          echo "$$d$$p"; \
 
509
        done | $(am__base_list) | \
 
510
        while read files; do \
 
511
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemasdir)'"; \
 
512
          $(INSTALL_DATA) $$files "$(DESTDIR)$(schemasdir)" || exit $$?; \
445
513
        done
446
514
 
447
515
uninstall-schemasDATA:
448
516
        @$(NORMAL_UNINSTALL)
449
 
        @list='$(schemas_DATA)'; for p in $$list; do \
450
 
          f=$(am__strip_dir) \
451
 
          echo " rm -f '$(DESTDIR)$(schemasdir)/$$f'"; \
452
 
          rm -f "$(DESTDIR)$(schemasdir)/$$f"; \
453
 
        done
 
517
        @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
 
518
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
519
        test -n "$$files" || exit 0; \
 
520
        echo " ( cd '$(DESTDIR)$(schemasdir)' && rm -f" $$files ")"; \
 
521
        cd "$(DESTDIR)$(schemasdir)" && rm -f $$files
454
522
 
455
523
# This directory's subdirectories are mostly independent; you can cd
456
524
# into them and run `make' without going through this Makefile.
459
527
#     (which will cause the Makefiles to be regenerated when you run `make');
460
528
# (2) otherwise, pass the desired values on the `make' command line.
461
529
$(RECURSIVE_TARGETS):
462
 
        @failcom='exit 1'; \
 
530
        @fail= failcom='exit 1'; \
463
531
        for f in x $$MAKEFLAGS; do \
464
532
          case $$f in \
465
533
            *=* | --[!k]*);; \
476
544
          else \
477
545
            local_target="$$target"; \
478
546
          fi; \
479
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
547
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
480
548
          || eval $$failcom; \
481
549
        done; \
482
550
        if test "$$dot_seen" = "no"; then \
484
552
        fi; test -z "$$fail"
485
553
 
486
554
$(RECURSIVE_CLEAN_TARGETS):
487
 
        @failcom='exit 1'; \
 
555
        @fail= failcom='exit 1'; \
488
556
        for f in x $$MAKEFLAGS; do \
489
557
          case $$f in \
490
558
            *=* | --[!k]*);; \
510
578
          else \
511
579
            local_target="$$target"; \
512
580
          fi; \
513
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
581
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
514
582
          || eval $$failcom; \
515
583
        done && test -z "$$fail"
516
584
tags-recursive:
517
585
        list='$(SUBDIRS)'; for subdir in $$list; do \
518
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
586
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
519
587
        done
520
588
ctags-recursive:
521
589
        list='$(SUBDIRS)'; for subdir in $$list; do \
522
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
590
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
523
591
        done
524
592
 
525
593
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
527
595
        unique=`for i in $$list; do \
528
596
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529
597
          done | \
530
 
          $(AWK) '    { files[$$0] = 1; } \
531
 
               END { for (i in files) print i; }'`; \
 
598
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
599
              END { if (nonempty) { for (i in files) print i; }; }'`; \
532
600
        mkid -fID $$unique
533
601
tags: TAGS
534
602
 
535
603
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
536
604
                $(TAGS_FILES) $(LISP)
537
 
        tags=; \
 
605
        set x; \
538
606
        here=`pwd`; \
539
607
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
540
608
          include_option=--etags-include; \
546
614
        list='$(SUBDIRS)'; for subdir in $$list; do \
547
615
          if test "$$subdir" = .; then :; else \
548
616
            test ! -f $$subdir/TAGS || \
549
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
617
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
550
618
          fi; \
551
619
        done; \
552
620
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
553
621
        unique=`for i in $$list; do \
554
622
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555
623
          done | \
556
 
          $(AWK) '    { files[$$0] = 1; } \
557
 
               END { for (i in files) print i; }'`; \
558
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
624
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
625
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
626
        shift; \
 
627
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
559
628
          test -n "$$unique" || unique=$$empty_fix; \
560
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
561
 
            $$tags $$unique; \
 
629
          if test $$# -gt 0; then \
 
630
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
631
              "$$@" $$unique; \
 
632
          else \
 
633
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
634
              $$unique; \
 
635
          fi; \
562
636
        fi
563
637
ctags: CTAGS
564
638
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
565
639
                $(TAGS_FILES) $(LISP)
566
 
        tags=; \
567
 
        here=`pwd`; \
568
640
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569
641
        unique=`for i in $$list; do \
570
642
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
571
643
          done | \
572
 
          $(AWK) '    { files[$$0] = 1; } \
573
 
               END { for (i in files) print i; }'`; \
574
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
644
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
645
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
646
        test -z "$(CTAGS_ARGS)$$unique" \
575
647
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576
 
             $$tags $$unique
 
648
             $$unique
577
649
 
578
650
GTAGS:
579
651
        here=`$(am__cd) $(top_builddir) && pwd` \
580
 
          && cd $(top_srcdir) \
581
 
          && gtags -i $(GTAGS_ARGS) $$here
 
652
          && $(am__cd) $(top_srcdir) \
 
653
          && gtags -i $(GTAGS_ARGS) "$$here"
582
654
 
583
655
distclean-tags:
584
656
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
599
671
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
600
672
          if test -d $$d/$$file; then \
601
673
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
674
            if test -d "$(distdir)/$$file"; then \
 
675
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
676
            fi; \
602
677
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
603
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
678
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
679
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604
680
            fi; \
605
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
681
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
606
682
          else \
607
 
            test -f $(distdir)/$$file \
608
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
683
            test -f "$(distdir)/$$file" \
 
684
            || cp -p $$d/$$file "$(distdir)/$$file" \
609
685
            || exit 1; \
610
686
          fi; \
611
687
        done
612
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
688
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
613
689
          if test "$$subdir" = .; then :; else \
614
690
            test -d "$(distdir)/$$subdir" \
615
691
            || $(MKDIR_P) "$(distdir)/$$subdir" \
616
692
            || exit 1; \
617
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
618
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
619
 
            (cd $$subdir && \
 
693
          fi; \
 
694
        done
 
695
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
696
          if test "$$subdir" = .; then :; else \
 
697
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
698
            $(am__relativize); \
 
699
            new_distdir=$$reldir; \
 
700
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
701
            $(am__relativize); \
 
702
            new_top_distdir=$$reldir; \
 
703
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
704
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
705
            ($(am__cd) $$subdir && \
620
706
              $(MAKE) $(AM_MAKEFLAGS) \
621
 
                top_distdir="$$top_distdir" \
622
 
                distdir="$$distdir/$$subdir" \
 
707
                top_distdir="$$new_top_distdir" \
 
708
                distdir="$$new_distdir" \
623
709
                am__remove_distdir=: \
624
710
                am__skip_length_check=: \
 
711
                am__skip_mode_fix=: \
625
712
                distdir) \
626
713
              || exit 1; \
627
714
          fi; \
655
742
 
656
743
distclean-generic:
657
744
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
745
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
658
746
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
659
747
 
660
748
maintainer-clean-generic:
675
763
 
676
764
html: html-recursive
677
765
 
 
766
html-am:
 
767
 
678
768
info: info-recursive
679
769
 
680
770
info-am:
683
773
        install-schemasDATA
684
774
        @$(NORMAL_INSTALL)
685
775
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
686
 
 
687
776
install-dvi: install-dvi-recursive
688
777
 
 
778
install-dvi-am:
 
779
 
689
780
install-exec-am:
690
781
 
691
782
install-html: install-html-recursive
692
783
 
 
784
install-html-am:
 
785
 
693
786
install-info: install-info-recursive
694
787
 
 
788
install-info-am:
 
789
 
695
790
install-man:
696
791
 
697
792
install-pdf: install-pdf-recursive
698
793
 
 
794
install-pdf-am:
 
795
 
699
796
install-ps: install-ps-recursive
700
797
 
 
798
install-ps-am:
 
799
 
701
800
installcheck-am:
702
801
 
703
802
maintainer-clean: maintainer-clean-recursive
720
819
        uninstall-schemasDATA
721
820
        @$(NORMAL_INSTALL)
722
821
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
723
 
 
724
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
725
 
        install-data-am install-strip uninstall-am
 
822
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
823
        install-am install-data-am install-strip tags-recursive \
 
824
        uninstall-am
726
825
 
727
826
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
728
827
        all all-am check check-am clean clean-generic clean-libtool \
913
1012
        chown -R root:gdm $(DESTDIR)$(workingdir)/.gconf.mandatory || :
914
1013
        chmod 1750 $(DESTDIR)$(workingdir)/.gconf.mandatory
915
1014
        chmod 1640 $(DESTDIR)$(workingdir)/.gconf.mandatory/*.xml
 
1015
 
916
1016
# Tell versions [3.59,3.63) of GNU make to not export all variables.
917
1017
# Otherwise a system limit (for SysV at least) may be exceeded.
918
1018
.NOEXPORT: