~noskcaj/ubuntu/trusty/xfdesktop4/4.11.2-1

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-05-18 22:18:02 UTC
  • mfrom: (3.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20120518221802-htmj6h4apaij25l2
Tags: 4.10.0-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu change:
  - debian/patches/xubuntu_improve-nautilus-interactions.patch: added,
    should prevent nautilus from taking over the desktop if xfdesktop is
    running (and vice-versa).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 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, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
43
60
CONFIG_HEADER = $(top_builddir)/config.h
44
61
CONFIG_CLEAN_FILES =
45
62
CONFIG_CLEAN_VPATH_FILES =
46
 
AM_V_GEN = $(am__v_GEN_$(V))
47
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
63
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
64
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
48
65
am__v_GEN_0 = @echo "  GEN   " $@;
49
 
AM_V_at = $(am__v_at_$(V))
50
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
66
AM_V_at = $(am__v_at_@AM_V@)
 
67
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
51
68
am__v_at_0 = @
52
69
SOURCES =
53
70
DIST_SOURCES =
54
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
 
        html-recursive info-recursive install-data-recursive \
56
 
        install-dvi-recursive install-exec-recursive \
57
 
        install-html-recursive install-info-recursive \
58
 
        install-pdf-recursive install-ps-recursive install-recursive \
59
 
        installcheck-recursive installdirs-recursive pdf-recursive \
60
 
        ps-recursive uninstall-recursive
61
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
 
  distclean-recursive maintainer-clean-recursive
63
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
65
 
        distdir
66
 
ETAGS = etags
67
 
CTAGS = ctags
68
 
DIST_SUBDIRS = $(SUBDIRS)
 
71
am__can_run_installinfo = \
 
72
  case $$AM_UPDATE_INFO_DIR in \
 
73
    n|no|NO) false;; \
 
74
    *) (install-info --version) >/dev/null 2>&1;; \
 
75
  esac
69
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70
 
am__relativize = \
71
 
  dir0=`pwd`; \
72
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
73
 
  sed_rest='s,^[^/]*/*,,'; \
74
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
75
 
  sed_butlast='s,/*[^/]*$$,,'; \
76
 
  while test -n "$$dir1"; do \
77
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
78
 
    if test "$$first" != "."; then \
79
 
      if test "$$first" = ".."; then \
80
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
81
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
82
 
      else \
83
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
84
 
        if test "$$first2" = "$$first"; then \
85
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
86
 
        else \
87
 
          dir2="../$$dir2"; \
88
 
        fi; \
89
 
        dir0="$$dir0"/"$$first"; \
90
 
      fi; \
91
 
    fi; \
92
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
93
 
  done; \
94
 
  reldir="$$dir2"
95
77
ACLOCAL = @ACLOCAL@
96
78
ALL_LINGUAS = @ALL_LINGUAS@
97
79
AMTAR = @AMTAR@
169
151
INTLTOOL_MERGE = @INTLTOOL_MERGE@
170
152
INTLTOOL_PERL = @INTLTOOL_PERL@
171
153
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
154
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
155
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
156
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
157
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
172
158
LD = @LD@
173
159
LDFLAGS = @LDFLAGS@
174
160
LIBEXO_CFLAGS = @LIBEXO_CFLAGS@
250
236
XGETTEXT = @XGETTEXT@
251
237
XGETTEXT_ARGS = @XGETTEXT_ARGS@
252
238
XMKMF = @XMKMF@
253
 
XML2PO = @XML2PO@
254
 
XMLLINT = @XMLLINT@
255
 
XSLTPROC = @XSLTPROC@
256
239
X_CFLAGS = @X_CFLAGS@
257
240
X_EXTRA_LIBS = @X_EXTRA_LIBS@
258
241
X_LIBS = @X_LIBS@
290
273
includedir = @includedir@
291
274
infodir = @infodir@
292
275
install_sh = @install_sh@
 
276
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
277
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
293
278
libdir = @libdir@
294
279
libexecdir = @libexecdir@
295
280
localedir = @localedir@
309
294
top_build_prefix = @top_build_prefix@
310
295
top_builddir = @top_builddir@
311
296
top_srcdir = @top_srcdir@
312
 
SUBDIRS = \
313
 
        manual
314
 
 
315
 
EXTRA_DIST = $(noinst_DATA) README.kiosk
316
 
all: all-recursive
 
297
EXTRA_DIST = README.kiosk README.xfconf
 
298
all: all-am
317
299
 
318
300
.SUFFIXES:
319
301
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
352
334
 
353
335
clean-libtool:
354
336
        -rm -rf .libs _libs
355
 
 
356
 
# This directory's subdirectories are mostly independent; you can cd
357
 
# into them and run `make' without going through this Makefile.
358
 
# To change the values of `make' variables: instead of editing Makefiles,
359
 
# (1) if the variable is set in `config.status', edit `config.status'
360
 
#     (which will cause the Makefiles to be regenerated when you run `make');
361
 
# (2) otherwise, pass the desired values on the `make' command line.
362
 
$(RECURSIVE_TARGETS):
363
 
        @fail= failcom='exit 1'; \
364
 
        for f in x $$MAKEFLAGS; do \
365
 
          case $$f in \
366
 
            *=* | --[!k]*);; \
367
 
            *k*) failcom='fail=yes';; \
368
 
          esac; \
369
 
        done; \
370
 
        dot_seen=no; \
371
 
        target=`echo $@ | sed s/-recursive//`; \
372
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
373
 
          echo "Making $$target in $$subdir"; \
374
 
          if test "$$subdir" = "."; then \
375
 
            dot_seen=yes; \
376
 
            local_target="$$target-am"; \
377
 
          else \
378
 
            local_target="$$target"; \
379
 
          fi; \
380
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
381
 
          || eval $$failcom; \
382
 
        done; \
383
 
        if test "$$dot_seen" = "no"; then \
384
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
385
 
        fi; test -z "$$fail"
386
 
 
387
 
$(RECURSIVE_CLEAN_TARGETS):
388
 
        @fail= failcom='exit 1'; \
389
 
        for f in x $$MAKEFLAGS; do \
390
 
          case $$f in \
391
 
            *=* | --[!k]*);; \
392
 
            *k*) failcom='fail=yes';; \
393
 
          esac; \
394
 
        done; \
395
 
        dot_seen=no; \
396
 
        case "$@" in \
397
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
398
 
          *) list='$(SUBDIRS)' ;; \
399
 
        esac; \
400
 
        rev=''; for subdir in $$list; do \
401
 
          if test "$$subdir" = "."; then :; else \
402
 
            rev="$$subdir $$rev"; \
403
 
          fi; \
404
 
        done; \
405
 
        rev="$$rev ."; \
406
 
        target=`echo $@ | sed s/-recursive//`; \
407
 
        for subdir in $$rev; do \
408
 
          echo "Making $$target in $$subdir"; \
409
 
          if test "$$subdir" = "."; then \
410
 
            local_target="$$target-am"; \
411
 
          else \
412
 
            local_target="$$target"; \
413
 
          fi; \
414
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
415
 
          || eval $$failcom; \
416
 
        done && test -z "$$fail"
417
 
tags-recursive:
418
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
419
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
420
 
        done
421
 
ctags-recursive:
422
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
423
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
424
 
        done
425
 
 
426
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
427
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428
 
        unique=`for i in $$list; do \
429
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430
 
          done | \
431
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
433
 
        mkid -fID $$unique
434
337
tags: TAGS
 
338
TAGS:
435
339
 
436
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437
 
                $(TAGS_FILES) $(LISP)
438
 
        set x; \
439
 
        here=`pwd`; \
440
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
441
 
          include_option=--etags-include; \
442
 
          empty_fix=.; \
443
 
        else \
444
 
          include_option=--include; \
445
 
          empty_fix=; \
446
 
        fi; \
447
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
448
 
          if test "$$subdir" = .; then :; else \
449
 
            test ! -f $$subdir/TAGS || \
450
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
451
 
          fi; \
452
 
        done; \
453
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454
 
        unique=`for i in $$list; do \
455
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456
 
          done | \
457
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
459
 
        shift; \
460
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
461
 
          test -n "$$unique" || unique=$$empty_fix; \
462
 
          if test $$# -gt 0; then \
463
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464
 
              "$$@" $$unique; \
465
 
          else \
466
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467
 
              $$unique; \
468
 
          fi; \
469
 
        fi
470
340
ctags: CTAGS
471
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
472
 
                $(TAGS_FILES) $(LISP)
473
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
474
 
        unique=`for i in $$list; do \
475
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476
 
          done | \
477
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
479
 
        test -z "$(CTAGS_ARGS)$$unique" \
480
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
481
 
             $$unique
482
 
 
483
 
GTAGS:
484
 
        here=`$(am__cd) $(top_builddir) && pwd` \
485
 
          && $(am__cd) $(top_srcdir) \
486
 
          && gtags -i $(GTAGS_ARGS) "$$here"
487
 
 
488
 
distclean-tags:
489
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
341
CTAGS:
 
342
 
490
343
 
491
344
distdir: $(DISTFILES)
492
345
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518
371
            || exit 1; \
519
372
          fi; \
520
373
        done
521
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522
 
          if test "$$subdir" = .; then :; else \
523
 
            test -d "$(distdir)/$$subdir" \
524
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
525
 
            || exit 1; \
526
 
          fi; \
527
 
        done
528
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
529
 
          if test "$$subdir" = .; then :; else \
530
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
531
 
            $(am__relativize); \
532
 
            new_distdir=$$reldir; \
533
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
534
 
            $(am__relativize); \
535
 
            new_top_distdir=$$reldir; \
536
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
537
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
538
 
            ($(am__cd) $$subdir && \
539
 
              $(MAKE) $(AM_MAKEFLAGS) \
540
 
                top_distdir="$$new_top_distdir" \
541
 
                distdir="$$new_distdir" \
542
 
                am__remove_distdir=: \
543
 
                am__skip_length_check=: \
544
 
                am__skip_mode_fix=: \
545
 
                distdir) \
546
 
              || exit 1; \
547
 
          fi; \
548
 
        done
549
374
check-am: all-am
550
 
check: check-recursive
 
375
check: check-am
551
376
all-am: Makefile
552
 
installdirs: installdirs-recursive
553
 
installdirs-am:
554
 
install: install-recursive
555
 
install-exec: install-exec-recursive
556
 
install-data: install-data-recursive
557
 
uninstall: uninstall-recursive
 
377
installdirs:
 
378
install: install-am
 
379
install-exec: install-exec-am
 
380
install-data: install-data-am
 
381
uninstall: uninstall-am
558
382
 
559
383
install-am: all-am
560
384
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
385
 
562
 
installcheck: installcheck-recursive
 
386
installcheck: installcheck-am
563
387
install-strip:
564
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566
 
          `test -z '$(STRIP)' || \
567
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
388
        if test -z '$(STRIP)'; then \
 
389
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
390
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
391
              install; \
 
392
        else \
 
393
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
394
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
395
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
396
        fi
568
397
mostlyclean-generic:
569
398
 
570
399
clean-generic:
576
405
maintainer-clean-generic:
577
406
        @echo "This command is intended for maintainers to use"
578
407
        @echo "it deletes files that may require special tools to rebuild."
579
 
clean: clean-recursive
 
408
clean: clean-am
580
409
 
581
410
clean-am: clean-generic clean-libtool mostlyclean-am
582
411
 
583
 
distclean: distclean-recursive
 
412
distclean: distclean-am
584
413
        -rm -f Makefile
585
 
distclean-am: clean-am distclean-generic distclean-tags
 
414
distclean-am: clean-am distclean-generic
586
415
 
587
 
dvi: dvi-recursive
 
416
dvi: dvi-am
588
417
 
589
418
dvi-am:
590
419
 
591
 
html: html-recursive
 
420
html: html-am
592
421
 
593
422
html-am:
594
423
 
595
 
info: info-recursive
 
424
info: info-am
596
425
 
597
426
info-am:
598
427
 
599
428
install-data-am:
600
429
 
601
 
install-dvi: install-dvi-recursive
 
430
install-dvi: install-dvi-am
602
431
 
603
432
install-dvi-am:
604
433
 
605
434
install-exec-am:
606
435
 
607
 
install-html: install-html-recursive
 
436
install-html: install-html-am
608
437
 
609
438
install-html-am:
610
439
 
611
 
install-info: install-info-recursive
 
440
install-info: install-info-am
612
441
 
613
442
install-info-am:
614
443
 
615
444
install-man:
616
445
 
617
 
install-pdf: install-pdf-recursive
 
446
install-pdf: install-pdf-am
618
447
 
619
448
install-pdf-am:
620
449
 
621
 
install-ps: install-ps-recursive
 
450
install-ps: install-ps-am
622
451
 
623
452
install-ps-am:
624
453
 
625
454
installcheck-am:
626
455
 
627
 
maintainer-clean: maintainer-clean-recursive
 
456
maintainer-clean: maintainer-clean-am
628
457
        -rm -f Makefile
629
458
maintainer-clean-am: distclean-am maintainer-clean-generic
630
459
 
631
 
mostlyclean: mostlyclean-recursive
 
460
mostlyclean: mostlyclean-am
632
461
 
633
462
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
634
463
 
635
 
pdf: pdf-recursive
 
464
pdf: pdf-am
636
465
 
637
466
pdf-am:
638
467
 
639
 
ps: ps-recursive
 
468
ps: ps-am
640
469
 
641
470
ps-am:
642
471
 
643
472
uninstall-am:
644
473
 
645
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
646
 
        install-am install-strip tags-recursive
 
474
.MAKE: install-am install-strip
647
475
 
648
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
649
 
        all all-am check check-am clean clean-generic clean-libtool \
650
 
        ctags ctags-recursive distclean distclean-generic \
651
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
652
 
        html-am info info-am install install-am install-data \
653
 
        install-data-am install-dvi install-dvi-am install-exec \
654
 
        install-exec-am install-html install-html-am install-info \
655
 
        install-info-am install-man install-pdf install-pdf-am \
656
 
        install-ps install-ps-am install-strip installcheck \
657
 
        installcheck-am installdirs installdirs-am maintainer-clean \
 
476
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
477
        distclean distclean-generic distclean-libtool distdir dvi \
 
478
        dvi-am html html-am info info-am install install-am \
 
479
        install-data install-data-am install-dvi install-dvi-am \
 
480
        install-exec install-exec-am install-html install-html-am \
 
481
        install-info install-info-am install-man install-pdf \
 
482
        install-pdf-am install-ps install-ps-am install-strip \
 
483
        installcheck installcheck-am installdirs maintainer-clean \
658
484
        maintainer-clean-generic mostlyclean mostlyclean-generic \
659
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
660
 
        uninstall uninstall-am
 
485
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
661
486
 
662
487
 
663
488
# Tell versions [3.59,3.63) of GNU make to not export all variables.