~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-10-05 20:45:18 UTC
  • mfrom: (1.1.5 upstream) (6.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20091005204518-069vlwrl3r8v7bbr
Tags: 1.2.0.20090927-2
* create po template when build (LP: #188690)
  - debian/rules: updated.
  - debian/clean: remove pot file when clean.
* debian/control: build depends on python-rsvg (LP: #432375)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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.
36
37
# Boston, MA  02111-1307  USA
37
38
VPATH = @srcdir@
38
39
pkgdatadir = $(datadir)/@PACKAGE@
 
40
pkgincludedir = $(includedir)/@PACKAGE@
39
41
pkglibdir = $(libdir)/@PACKAGE@
40
 
pkgincludedir = $(includedir)/@PACKAGE@
 
42
pkglibexecdir = $(libexecdir)/@PACKAGE@
41
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
44
install_sh_DATA = $(install_sh) -c -m 644
43
45
install_sh_PROGRAM = $(install_sh) -c
69
71
mkinstalldirs = $(install_sh) -d
70
72
CONFIG_HEADER = $(top_builddir)/config.h
71
73
CONFIG_CLEAN_FILES =
 
74
CONFIG_CLEAN_VPATH_FILES =
72
75
SOURCES =
73
76
DIST_SOURCES =
74
77
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80
83
        ps-recursive uninstall-recursive
81
84
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82
85
  distclean-recursive maintainer-clean-recursive
 
86
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
87
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
88
        distdir
83
89
ETAGS = etags
84
90
CTAGS = ctags
85
91
DIST_SUBDIRS = $(SUBDIRS)
86
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
93
am__relativize = \
 
94
  dir0=`pwd`; \
 
95
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
96
  sed_rest='s,^[^/]*/*,,'; \
 
97
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
98
  sed_butlast='s,/*[^/]*$$,,'; \
 
99
  while test -n "$$dir1"; do \
 
100
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
101
    if test "$$first" != "."; then \
 
102
      if test "$$first" = ".."; then \
 
103
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
104
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
105
      else \
 
106
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
107
        if test "$$first2" = "$$first"; then \
 
108
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
109
        else \
 
110
          dir2="../$$dir2"; \
 
111
        fi; \
 
112
        dir0="$$dir0"/"$$first"; \
 
113
      fi; \
 
114
    fi; \
 
115
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
116
  done; \
 
117
  reldir="$$dir2"
87
118
ACLOCAL = @ACLOCAL@
88
119
ALL_LINGUAS = @ALL_LINGUAS@
89
120
AMTAR = @AMTAR@
207
238
PYTHON_PLATFORM = @PYTHON_PLATFORM@
208
239
PYTHON_PREFIX = @PYTHON_PREFIX@
209
240
PYTHON_VERSION = @PYTHON_VERSION@
210
 
QMAKE = @QMAKE@
211
 
QT_CFLAGS = @QT_CFLAGS@
212
 
QT_LIBS = @QT_LIBS@
213
241
RANLIB = @RANLIB@
214
242
REBUILD = @REBUILD@
215
243
SED = @SED@
295
323
              exit 1;; \
296
324
          esac; \
297
325
        done; \
298
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  docs/Makefile'; \
299
 
        cd $(top_srcdir) && \
300
 
          $(AUTOMAKE) --gnu  docs/Makefile
 
326
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
 
327
        $(am__cd) $(top_srcdir) && \
 
328
          $(AUTOMAKE) --gnu docs/Makefile
301
329
.PRECIOUS: Makefile
302
330
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303
331
        @case '$?' in \
315
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
344
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
317
345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
346
$(am__aclocal_m4_deps):
318
347
 
319
348
mostlyclean-libtool:
320
349
        -rm -f *.lo
346
375
          else \
347
376
            local_target="$$target"; \
348
377
          fi; \
349
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
378
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350
379
          || eval $$failcom; \
351
380
        done; \
352
381
        if test "$$dot_seen" = "no"; then \
380
409
          else \
381
410
            local_target="$$target"; \
382
411
          fi; \
383
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
412
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
384
413
          || eval $$failcom; \
385
414
        done && test -z "$$fail"
386
415
tags-recursive:
387
416
        list='$(SUBDIRS)'; for subdir in $$list; do \
388
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
417
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
389
418
        done
390
419
ctags-recursive:
391
420
        list='$(SUBDIRS)'; for subdir in $$list; do \
392
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
421
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
393
422
        done
394
423
 
395
424
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404
433
 
405
434
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406
435
                $(TAGS_FILES) $(LISP)
407
 
        tags=; \
 
436
        set x; \
408
437
        here=`pwd`; \
409
438
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
410
439
          include_option=--etags-include; \
416
445
        list='$(SUBDIRS)'; for subdir in $$list; do \
417
446
          if test "$$subdir" = .; then :; else \
418
447
            test ! -f $$subdir/TAGS || \
419
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
448
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
420
449
          fi; \
421
450
        done; \
422
451
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
425
454
          done | \
426
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
428
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
457
        shift; \
 
458
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429
459
          test -n "$$unique" || unique=$$empty_fix; \
430
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431
 
            $$tags $$unique; \
 
460
          if test $$# -gt 0; then \
 
461
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
462
              "$$@" $$unique; \
 
463
          else \
 
464
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
465
              $$unique; \
 
466
          fi; \
432
467
        fi
433
468
ctags: CTAGS
434
469
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
435
470
                $(TAGS_FILES) $(LISP)
436
 
        tags=; \
437
471
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438
472
        unique=`for i in $$list; do \
439
473
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
474
          done | \
441
475
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
476
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
477
        test -z "$(CTAGS_ARGS)$$unique" \
444
478
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
445
 
             $$tags $$unique
 
479
             $$unique
446
480
 
447
481
GTAGS:
448
482
        here=`$(am__cd) $(top_builddir) && pwd` \
449
 
          && cd $(top_srcdir) \
450
 
          && gtags -i $(GTAGS_ARGS) $$here
 
483
          && $(am__cd) $(top_srcdir) \
 
484
          && gtags -i $(GTAGS_ARGS) "$$here"
451
485
 
452
486
distclean-tags:
453
487
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
502
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469
503
          if test -d $$d/$$file; then \
470
504
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
505
            if test -d "$(distdir)/$$file"; then \
 
506
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
507
            fi; \
471
508
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
509
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
510
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473
511
            fi; \
474
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
512
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
475
513
          else \
476
 
            test -f $(distdir)/$$file \
477
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
514
            test -f "$(distdir)/$$file" \
 
515
            || cp -p $$d/$$file "$(distdir)/$$file" \
478
516
            || exit 1; \
479
517
          fi; \
480
518
        done
481
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
519
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
482
520
          if test "$$subdir" = .; then :; else \
483
521
            test -d "$(distdir)/$$subdir" \
484
522
            || $(MKDIR_P) "$(distdir)/$$subdir" \
485
523
            || exit 1; \
486
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
487
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
488
 
            (cd $$subdir && \
 
524
          fi; \
 
525
        done
 
526
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
527
          if test "$$subdir" = .; then :; else \
 
528
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
529
            $(am__relativize); \
 
530
            new_distdir=$$reldir; \
 
531
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
532
            $(am__relativize); \
 
533
            new_top_distdir=$$reldir; \
 
534
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
535
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
536
            ($(am__cd) $$subdir && \
489
537
              $(MAKE) $(AM_MAKEFLAGS) \
490
 
                top_distdir="$$top_distdir" \
491
 
                distdir="$$distdir/$$subdir" \
 
538
                top_distdir="$$new_top_distdir" \
 
539
                distdir="$$new_distdir" \
492
540
                am__remove_distdir=: \
493
541
                am__skip_length_check=: \
 
542
                am__skip_mode_fix=: \
494
543
                distdir) \
495
544
              || exit 1; \
496
545
          fi; \
520
569
 
521
570
distclean-generic:
522
571
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
572
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
523
573
 
524
574
maintainer-clean-generic:
525
575
        @echo "This command is intended for maintainers to use"
538
588
 
539
589
html: html-recursive
540
590
 
 
591
html-am:
 
592
 
541
593
info: info-recursive
542
594
 
543
595
info-am:
546
598
 
547
599
install-dvi: install-dvi-recursive
548
600
 
 
601
install-dvi-am:
 
602
 
549
603
install-exec-am:
550
604
 
551
605
install-html: install-html-recursive
552
606
 
 
607
install-html-am:
 
608
 
553
609
install-info: install-info-recursive
554
610
 
 
611
install-info-am:
 
612
 
555
613
install-man:
556
614
 
557
615
install-pdf: install-pdf-recursive
558
616
 
 
617
install-pdf-am:
 
618
 
559
619
install-ps: install-ps-recursive
560
620
 
 
621
install-ps-am:
 
622
 
561
623
installcheck-am:
562
624
 
563
625
maintainer-clean: maintainer-clean-recursive
578
640
 
579
641
uninstall-am:
580
642
 
581
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
582
 
        install-strip
 
643
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
644
        install-am install-strip tags-recursive
583
645
 
584
646
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
585
647
        all all-am check check-am clean clean-generic clean-libtool \
595
657
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
596
658
        uninstall uninstall-am
597
659
 
 
660
 
598
661
# Tell versions [3.59,3.63) of GNU make to not export all variables.
599
662
# Otherwise a system limit (for SysV at least) may be exceeded.
600
663
.NOEXPORT: