~ubuntu-branches/ubuntu/karmic/metacity/karmic

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell, Robert Ancell, Martin Pitt
  • Date: 2009-09-10 20:15:44 UTC
  • mfrom: (1.2.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910201544-jixw2jal1d31ywci
Tags: 1:2.27.1-0ubuntu1
[ Robert Ancell ]
* New upstream version (LP: #427195):
  - Unset _NET_SUPPORTING_WM_CHECK when shutting down
  - Add a switch to disable autofullscreen'ing maximized windows without
    decorations
  - Translation updates

[ Martin Pitt ]
* debian/control.in: Update Vcs-Bzr: for updated branch owner
  (~ubuntu-desktop now).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
54
        ps-recursive uninstall-recursive
52
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
56
  distclean-recursive maintainer-clean-recursive
 
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
58
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
59
        distdir
54
60
ETAGS = etags
55
61
CTAGS = ctags
56
62
DIST_SUBDIRS = $(SUBDIRS)
57
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
58
89
ACLOCAL = @ACLOCAL@
59
90
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
60
91
ALL_CFLAGS = @ALL_CFLAGS@
107
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
108
139
INSTOBJEXT = @INSTOBJEXT@
109
140
INTLLIBS = @INTLLIBS@
110
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
111
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
112
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
113
141
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
114
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
115
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
116
142
INTLTOOL_MERGE = @INTLTOOL_MERGE@
117
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
118
143
INTLTOOL_PERL = @INTLTOOL_PERL@
119
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
120
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
121
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
122
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
123
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
124
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
125
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
126
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
127
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
128
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
129
144
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
130
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
131
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
132
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
133
145
LD = @LD@
134
146
LDFLAGS = @LDFLAGS@
135
147
LIBOBJS = @LIBOBJS@
163
175
PACKAGE_NAME = @PACKAGE_NAME@
164
176
PACKAGE_STRING = @PACKAGE_STRING@
165
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
178
PACKAGE_URL = @PACKAGE_URL@
166
179
PACKAGE_VERSION = @PACKAGE_VERSION@
167
180
PATH_SEPARATOR = @PATH_SEPARATOR@
168
181
PKG_CONFIG = @PKG_CONFIG@
233
246
srcdir = @srcdir@
234
247
sysconfdir = @sysconfdir@
235
248
target_alias = @target_alias@
 
249
top_build_prefix = @top_build_prefix@
236
250
top_builddir = @top_builddir@
237
251
top_srcdir = @top_srcdir@
238
252
SUBDIRS = man creating_themes
246
260
        @for dep in $?; do \
247
261
          case '$(am__configure_deps)' in \
248
262
            *$$dep*) \
249
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
250
 
                && exit 0; \
 
263
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
264
                && { if test -f $@; then exit 0; else break; fi; }; \
251
265
              exit 1;; \
252
266
          esac; \
253
267
        done; \
254
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
255
 
        cd $(top_srcdir) && \
256
 
          $(AUTOMAKE) --gnu  doc/Makefile
 
268
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
 
269
        $(am__cd) $(top_srcdir) && \
 
270
          $(AUTOMAKE) --gnu doc/Makefile
257
271
.PRECIOUS: Makefile
258
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259
273
        @case '$?' in \
271
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
286
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
273
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
$(am__aclocal_m4_deps):
274
289
 
275
290
mostlyclean-libtool:
276
291
        -rm -f *.lo
302
317
          else \
303
318
            local_target="$$target"; \
304
319
          fi; \
305
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
320
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
306
321
          || eval $$failcom; \
307
322
        done; \
308
323
        if test "$$dot_seen" = "no"; then \
336
351
          else \
337
352
            local_target="$$target"; \
338
353
          fi; \
339
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
354
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
340
355
          || eval $$failcom; \
341
356
        done && test -z "$$fail"
342
357
tags-recursive:
343
358
        list='$(SUBDIRS)'; for subdir in $$list; do \
344
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
359
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
345
360
        done
346
361
ctags-recursive:
347
362
        list='$(SUBDIRS)'; for subdir in $$list; do \
348
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
363
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
349
364
        done
350
365
 
351
366
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353
368
        unique=`for i in $$list; do \
354
369
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355
370
          done | \
356
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
371
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357
372
              END { if (nonempty) { for (i in files) print i; }; }'`; \
358
373
        mkid -fID $$unique
359
374
tags: TAGS
360
375
 
361
376
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362
377
                $(TAGS_FILES) $(LISP)
363
 
        tags=; \
 
378
        set x; \
364
379
        here=`pwd`; \
365
380
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
366
381
          include_option=--etags-include; \
372
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
373
388
          if test "$$subdir" = .; then :; else \
374
389
            test ! -f $$subdir/TAGS || \
375
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
390
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
376
391
          fi; \
377
392
        done; \
378
393
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381
396
          done | \
382
397
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383
398
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
399
        shift; \
 
400
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
385
401
          test -n "$$unique" || unique=$$empty_fix; \
386
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387
 
            $$tags $$unique; \
 
402
          if test $$# -gt 0; then \
 
403
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
404
              "$$@" $$unique; \
 
405
          else \
 
406
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
407
              $$unique; \
 
408
          fi; \
388
409
        fi
389
410
ctags: CTAGS
390
411
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
391
412
                $(TAGS_FILES) $(LISP)
392
 
        tags=; \
393
413
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
394
414
        unique=`for i in $$list; do \
395
415
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396
416
          done | \
397
417
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398
418
              END { if (nonempty) { for (i in files) print i; }; }'`; \
399
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
419
        test -z "$(CTAGS_ARGS)$$unique" \
400
420
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
401
 
             $$tags $$unique
 
421
             $$unique
402
422
 
403
423
GTAGS:
404
424
        here=`$(am__cd) $(top_builddir) && pwd` \
405
 
          && cd $(top_srcdir) \
406
 
          && gtags -i $(GTAGS_ARGS) $$here
 
425
          && $(am__cd) $(top_srcdir) \
 
426
          && gtags -i $(GTAGS_ARGS) "$$here"
407
427
 
408
428
distclean-tags:
409
429
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424
444
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425
445
          if test -d $$d/$$file; then \
426
446
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
447
            if test -d "$(distdir)/$$file"; then \
 
448
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
449
            fi; \
427
450
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
428
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
451
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
452
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429
453
            fi; \
430
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
454
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
431
455
          else \
432
 
            test -f $(distdir)/$$file \
433
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
456
            test -f "$(distdir)/$$file" \
 
457
            || cp -p $$d/$$file "$(distdir)/$$file" \
434
458
            || exit 1; \
435
459
          fi; \
436
460
        done
437
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
461
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
438
462
          if test "$$subdir" = .; then :; else \
439
463
            test -d "$(distdir)/$$subdir" \
440
464
            || $(MKDIR_P) "$(distdir)/$$subdir" \
441
465
            || exit 1; \
442
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
443
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
444
 
            (cd $$subdir && \
 
466
          fi; \
 
467
        done
 
468
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
469
          if test "$$subdir" = .; then :; else \
 
470
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
471
            $(am__relativize); \
 
472
            new_distdir=$$reldir; \
 
473
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
474
            $(am__relativize); \
 
475
            new_top_distdir=$$reldir; \
 
476
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
477
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
478
            ($(am__cd) $$subdir && \
445
479
              $(MAKE) $(AM_MAKEFLAGS) \
446
 
                top_distdir="$$top_distdir" \
447
 
                distdir="$$distdir/$$subdir" \
 
480
                top_distdir="$$new_top_distdir" \
 
481
                distdir="$$new_distdir" \
448
482
                am__remove_distdir=: \
449
483
                am__skip_length_check=: \
 
484
                am__skip_mode_fix=: \
450
485
                distdir) \
451
486
              || exit 1; \
452
487
          fi; \
476
511
 
477
512
distclean-generic:
478
513
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
514
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
479
515
 
480
516
maintainer-clean-generic:
481
517
        @echo "This command is intended for maintainers to use"
494
530
 
495
531
html: html-recursive
496
532
 
 
533
html-am:
 
534
 
497
535
info: info-recursive
498
536
 
499
537
info-am:
502
540
 
503
541
install-dvi: install-dvi-recursive
504
542
 
 
543
install-dvi-am:
 
544
 
505
545
install-exec-am:
506
546
 
507
547
install-html: install-html-recursive
508
548
 
 
549
install-html-am:
 
550
 
509
551
install-info: install-info-recursive
510
552
 
 
553
install-info-am:
 
554
 
511
555
install-man:
512
556
 
513
557
install-pdf: install-pdf-recursive
514
558
 
 
559
install-pdf-am:
 
560
 
515
561
install-ps: install-ps-recursive
516
562
 
 
563
install-ps-am:
 
564
 
517
565
installcheck-am:
518
566
 
519
567
maintainer-clean: maintainer-clean-recursive
534
582
 
535
583
uninstall-am:
536
584
 
537
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
538
 
        install-strip
 
585
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
586
        install-am install-strip tags-recursive
539
587
 
540
588
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
541
589
        all all-am check check-am clean clean-generic clean-libtool \
551
599
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
552
600
        uninstall uninstall-am
553
601
 
 
602
 
554
603
# Tell versions [3.59,3.63) of GNU make to not export all variables.
555
604
# Otherwise a system limit (for SysV at least) may be exceeded.
556
605
.NOEXPORT: