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

« back to all changes in this revision

Viewing changes to ui/gtk/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.
38
39
 
39
40
VPATH = @srcdir@
40
41
pkgdatadir = $(datadir)/@PACKAGE@
 
42
pkgincludedir = $(includedir)/@PACKAGE@
41
43
pkglibdir = $(libdir)/@PACKAGE@
42
 
pkgincludedir = $(includedir)/@PACKAGE@
 
44
pkglibexecdir = $(libexecdir)/@PACKAGE@
43
45
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
46
install_sh_DATA = $(install_sh) -c -m 644
45
47
install_sh_PROGRAM = $(install_sh) -c
73
75
mkinstalldirs = $(install_sh) -d
74
76
CONFIG_HEADER = $(top_builddir)/config.h
75
77
CONFIG_CLEAN_FILES = ibus-ui-gtk gtkpanel.xml.in
 
78
CONFIG_CLEAN_VPATH_FILES =
 
79
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
80
am__vpath_adj = case $$p in \
 
81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
82
    *) f=$$p;; \
 
83
  esac;
 
84
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
85
am__install_max = 40
 
86
am__nobase_strip_setup = \
 
87
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
88
am__nobase_strip = \
 
89
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
90
am__nobase_list = $(am__nobase_strip_setup); \
 
91
  for p in $$list; do echo "$$p $$p"; done | \
 
92
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
93
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
94
    if (++n[$$2] == $(am__install_max)) \
 
95
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
96
    END { for (dir in files) print dir, files[dir] }'
 
97
am__base_list = \
 
98
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
99
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76
100
am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(ui_gtkdir)" \
77
101
        "$(DESTDIR)$(componentdir)"
78
 
libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
79
102
SCRIPTS = $(libexec_SCRIPTS)
80
103
SOURCES =
81
104
DIST_SOURCES =
82
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
83
 
am__vpath_adj = case $$p in \
84
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85
 
    *) f=$$p;; \
86
 
  esac;
87
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
88
 
ui_gtkPYTHON_INSTALL = $(INSTALL_DATA)
89
105
py_compile = $(top_srcdir)/py-compile
90
 
componentDATA_INSTALL = $(INSTALL_DATA)
91
106
DATA = $(component_DATA)
92
107
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93
108
ACLOCAL = @ACLOCAL@
213
228
PYTHON_PLATFORM = @PYTHON_PLATFORM@
214
229
PYTHON_PREFIX = @PYTHON_PREFIX@
215
230
PYTHON_VERSION = @PYTHON_VERSION@
216
 
QMAKE = @QMAKE@
217
 
QT_CFLAGS = @QT_CFLAGS@
218
 
QT_LIBS = @QT_LIBS@
219
231
RANLIB = @RANLIB@
220
232
REBUILD = @REBUILD@
221
233
SED = @SED@
331
343
              exit 1;; \
332
344
          esac; \
333
345
        done; \
334
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ui/gtk/Makefile'; \
335
 
        cd $(top_srcdir) && \
336
 
          $(AUTOMAKE) --gnu  ui/gtk/Makefile
 
346
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ui/gtk/Makefile'; \
 
347
        $(am__cd) $(top_srcdir) && \
 
348
          $(AUTOMAKE) --gnu ui/gtk/Makefile
337
349
.PRECIOUS: Makefile
338
350
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339
351
        @case '$?' in \
351
363
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
364
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
353
365
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
366
$(am__aclocal_m4_deps):
354
367
ibus-ui-gtk: $(top_builddir)/config.status $(srcdir)/ibus-ui-gtk.in
355
368
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
356
369
gtkpanel.xml.in: $(top_builddir)/config.status $(srcdir)/gtkpanel.xml.in.in
358
371
install-libexecSCRIPTS: $(libexec_SCRIPTS)
359
372
        @$(NORMAL_INSTALL)
360
373
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
361
 
        @list='$(libexec_SCRIPTS)'; for p in $$list; do \
 
374
        @list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
 
375
        for p in $$list; do \
362
376
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
363
 
          if test -f $$d$$p; then \
364
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
365
 
            echo " $(libexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
366
 
            $(libexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(libexecdir)/$$f"; \
367
 
          else :; fi; \
368
 
        done
 
377
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
378
        done | \
 
379
        sed -e 'p;s,.*/,,;n' \
 
380
            -e 'h;s|.*|.|' \
 
381
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
382
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
383
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
384
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
385
              if (++n[d] == $(am__install_max)) { \
 
386
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
387
            else { print "f", d "/" $$4, $$1 } } \
 
388
          END { for (d in files) print "f", d, files[d] }' | \
 
389
        while read type dir files; do \
 
390
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
391
             test -z "$$files" || { \
 
392
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
393
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
394
             } \
 
395
        ; done
369
396
 
370
397
uninstall-libexecSCRIPTS:
371
398
        @$(NORMAL_UNINSTALL)
372
 
        @list='$(libexec_SCRIPTS)'; for p in $$list; do \
373
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
374
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
375
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
376
 
        done
 
399
        @list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
 
400
        files=`for p in $$list; do echo "$$p"; done | \
 
401
               sed -e 's,.*/,,;$(transform)'`; \
 
402
        test -n "$$list" || exit 0; \
 
403
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
404
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
377
405
 
378
406
mostlyclean-libtool:
379
407
        -rm -f *.lo
383
411
install-ui_gtkPYTHON: $(ui_gtk_PYTHON)
384
412
        @$(NORMAL_INSTALL)
385
413
        test -z "$(ui_gtkdir)" || $(MKDIR_P) "$(DESTDIR)$(ui_gtkdir)"
386
 
        @list='$(ui_gtk_PYTHON)'; dlist=''; for p in $$list; do\
 
414
        @list='$(ui_gtk_PYTHON)'; dlist=; list2=; test -n "$(ui_gtkdir)" || list=; \
 
415
        for p in $$list; do \
387
416
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
388
417
          if test -f $$b$$p; then \
389
 
            f=$(am__strip_dir) \
 
418
            $(am__strip_dir) \
390
419
            dlist="$$dlist $$f"; \
391
 
            echo " $(ui_gtkPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(ui_gtkdir)/$$f'"; \
392
 
            $(ui_gtkPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(ui_gtkdir)/$$f"; \
 
420
            list2="$$list2 $$b$$p"; \
393
421
          else :; fi; \
394
422
        done; \
 
423
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
424
        while read files; do \
 
425
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(ui_gtkdir)'"; \
 
426
          $(INSTALL_DATA) $$files "$(DESTDIR)$(ui_gtkdir)" || exit $$?; \
 
427
        done || exit $$?; \
395
428
        if test -n "$$dlist"; then \
396
429
          if test -z "$(DESTDIR)"; then \
397
430
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(ui_gtkdir)" $$dlist; \
402
435
 
403
436
uninstall-ui_gtkPYTHON:
404
437
        @$(NORMAL_UNINSTALL)
405
 
        @list='$(ui_gtk_PYTHON)'; dlist=''; for p in $$list; do\
406
 
          f=$(am__strip_dir) \
407
 
          rm -f "$(DESTDIR)$(ui_gtkdir)/$$f"; \
408
 
          rm -f "$(DESTDIR)$(ui_gtkdir)/$${f}c"; \
409
 
          rm -f "$(DESTDIR)$(ui_gtkdir)/$${f}o"; \
410
 
        done
 
438
        @list='$(ui_gtk_PYTHON)'; test -n "$(ui_gtkdir)" || list=; \
 
439
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
440
        test -n "$$files" || exit 0; \
 
441
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
 
442
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
443
        echo " ( cd '$(DESTDIR)$(ui_gtkdir)' && rm -f" $$files ")"; \
 
444
        cd "$(DESTDIR)$(ui_gtkdir)" && rm -f $$files || exit $$?; \
 
445
        echo " ( cd '$(DESTDIR)$(ui_gtkdir)' && rm -f" $$filesc ")"; \
 
446
        cd "$(DESTDIR)$(ui_gtkdir)" && rm -f $$filesc || exit $$?; \
 
447
        echo " ( cd '$(DESTDIR)$(ui_gtkdir)' && rm -f" $$fileso ")"; \
 
448
        cd "$(DESTDIR)$(ui_gtkdir)" && rm -f $$fileso
411
449
install-componentDATA: $(component_DATA)
412
450
        @$(NORMAL_INSTALL)
413
451
        test -z "$(componentdir)" || $(MKDIR_P) "$(DESTDIR)$(componentdir)"
414
 
        @list='$(component_DATA)'; for p in $$list; do \
 
452
        @list='$(component_DATA)'; test -n "$(componentdir)" || list=; \
 
453
        for p in $$list; do \
415
454
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
416
 
          f=$(am__strip_dir) \
417
 
          echo " $(componentDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(componentdir)/$$f'"; \
418
 
          $(componentDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(componentdir)/$$f"; \
 
455
          echo "$$d$$p"; \
 
456
        done | $(am__base_list) | \
 
457
        while read files; do \
 
458
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(componentdir)'"; \
 
459
          $(INSTALL_DATA) $$files "$(DESTDIR)$(componentdir)" || exit $$?; \
419
460
        done
420
461
 
421
462
uninstall-componentDATA:
422
463
        @$(NORMAL_UNINSTALL)
423
 
        @list='$(component_DATA)'; for p in $$list; do \
424
 
          f=$(am__strip_dir) \
425
 
          echo " rm -f '$(DESTDIR)$(componentdir)/$$f'"; \
426
 
          rm -f "$(DESTDIR)$(componentdir)/$$f"; \
427
 
        done
 
464
        @list='$(component_DATA)'; test -n "$(componentdir)" || list=; \
 
465
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
466
        test -n "$$files" || exit 0; \
 
467
        echo " ( cd '$(DESTDIR)$(componentdir)' && rm -f" $$files ")"; \
 
468
        cd "$(DESTDIR)$(componentdir)" && rm -f $$files
428
469
tags: TAGS
429
470
TAGS:
430
471
 
448
489
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449
490
          if test -d $$d/$$file; then \
450
491
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
492
            if test -d "$(distdir)/$$file"; then \
 
493
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
494
            fi; \
451
495
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
496
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
497
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453
498
            fi; \
454
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
499
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455
500
          else \
456
 
            test -f $(distdir)/$$file \
457
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
501
            test -f "$(distdir)/$$file" \
 
502
            || cp -p $$d/$$file "$(distdir)/$$file" \
458
503
            || exit 1; \
459
504
          fi; \
460
505
        done
486
531
 
487
532
distclean-generic:
488
533
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
534
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
489
535
 
490
536
maintainer-clean-generic:
491
537
        @echo "This command is intended for maintainers to use"
504
550
 
505
551
html: html-am
506
552
 
 
553
html-am:
 
554
 
507
555
info: info-am
508
556
 
509
557
info-am:
512
560
 
513
561
install-dvi: install-dvi-am
514
562
 
 
563
install-dvi-am:
 
564
 
515
565
install-exec-am: install-libexecSCRIPTS
516
566
 
517
567
install-html: install-html-am
518
568
 
 
569
install-html-am:
 
570
 
519
571
install-info: install-info-am
520
572
 
 
573
install-info-am:
 
574
 
521
575
install-man:
522
576
 
523
577
install-pdf: install-pdf-am
524
578
 
 
579
install-pdf-am:
 
580
 
525
581
install-ps: install-ps-am
526
582
 
 
583
install-ps-am:
 
584
 
527
585
installcheck-am:
528
586
 
529
587
maintainer-clean: maintainer-clean-am
574
632
                IBUS_PREFIX=@prefix@ \
575
633
                PYTHONPATH=$(top_srcdir) \
576
634
                $(PYTHON) $(srcdir)/main.py
 
635
 
577
636
# Tell versions [3.59,3.63) of GNU make to not export all variables.
578
637
# Otherwise a system limit (for SysV at least) may be exceeded.
579
638
.NOEXPORT: