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

« back to all changes in this revision

Viewing changes to util/IMdkit/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
72
74
mkinstalldirs = $(install_sh) -d
73
75
CONFIG_HEADER = $(top_builddir)/config.h
74
76
CONFIG_CLEAN_FILES =
 
77
CONFIG_CLEAN_VPATH_FILES =
75
78
LTLIBRARIES = $(noinst_LTLIBRARIES)
76
79
libIMdkit_la_LIBADD =
77
80
am_libIMdkit_la_OBJECTS = FrameMgr.lo i18nAttr.lo i18nClbk.lo \
81
84
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82
85
depcomp = $(SHELL) $(top_srcdir)/depcomp
83
86
am__depfiles_maybe = depfiles
 
87
am__mv = mv -f
84
88
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85
89
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86
90
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
219
223
PYTHON_PLATFORM = @PYTHON_PLATFORM@
220
224
PYTHON_PREFIX = @PYTHON_PREFIX@
221
225
PYTHON_VERSION = @PYTHON_VERSION@
222
 
QMAKE = @QMAKE@
223
 
QT_CFLAGS = @QT_CFLAGS@
224
 
QT_LIBS = @QT_LIBS@
225
226
RANLIB = @RANLIB@
226
227
REBUILD = @REBUILD@
227
228
SED = @SED@
330
331
              exit 1;; \
331
332
          esac; \
332
333
        done; \
333
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  util/IMdkit/Makefile'; \
334
 
        cd $(top_srcdir) && \
335
 
          $(AUTOMAKE) --gnu  util/IMdkit/Makefile
 
334
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu util/IMdkit/Makefile'; \
 
335
        $(am__cd) $(top_srcdir) && \
 
336
          $(AUTOMAKE) --gnu util/IMdkit/Makefile
336
337
.PRECIOUS: Makefile
337
338
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338
339
        @case '$?' in \
350
351
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351
352
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352
353
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
354
$(am__aclocal_m4_deps):
353
355
 
354
356
clean-noinstLTLIBRARIES:
355
357
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
383
385
 
384
386
.c.o:
385
387
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
386
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
388
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
387
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
388
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389
391
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
390
392
 
391
393
.c.obj:
392
394
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
393
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
395
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
394
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
395
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396
398
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
397
399
 
398
400
.c.lo:
399
401
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
400
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
402
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
401
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
402
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403
405
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
420
422
 
421
423
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422
424
                $(TAGS_FILES) $(LISP)
423
 
        tags=; \
 
425
        set x; \
424
426
        here=`pwd`; \
425
427
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
426
428
        unique=`for i in $$list; do \
428
430
          done | \
429
431
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430
432
              END { if (nonempty) { for (i in files) print i; }; }'`; \
431
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
433
        shift; \
 
434
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
432
435
          test -n "$$unique" || unique=$$empty_fix; \
433
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434
 
            $$tags $$unique; \
 
436
          if test $$# -gt 0; then \
 
437
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
438
              "$$@" $$unique; \
 
439
          else \
 
440
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
441
              $$unique; \
 
442
          fi; \
435
443
        fi
436
444
ctags: CTAGS
437
445
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
438
446
                $(TAGS_FILES) $(LISP)
439
 
        tags=; \
440
447
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441
448
        unique=`for i in $$list; do \
442
449
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
450
          done | \
444
451
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
452
              END { if (nonempty) { for (i in files) print i; }; }'`; \
446
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
453
        test -z "$(CTAGS_ARGS)$$unique" \
447
454
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
448
 
             $$tags $$unique
 
455
             $$unique
449
456
 
450
457
GTAGS:
451
458
        here=`$(am__cd) $(top_builddir) && pwd` \
452
 
          && cd $(top_srcdir) \
453
 
          && gtags -i $(GTAGS_ARGS) $$here
 
459
          && $(am__cd) $(top_srcdir) \
 
460
          && gtags -i $(GTAGS_ARGS) "$$here"
454
461
 
455
462
distclean-tags:
456
463
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
471
478
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472
479
          if test -d $$d/$$file; then \
473
480
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
481
            if test -d "$(distdir)/$$file"; then \
 
482
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
483
            fi; \
474
484
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
485
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
486
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476
487
            fi; \
477
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
488
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
478
489
          else \
479
 
            test -f $(distdir)/$$file \
480
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
490
            test -f "$(distdir)/$$file" \
 
491
            || cp -p $$d/$$file "$(distdir)/$$file" \
481
492
            || exit 1; \
482
493
          fi; \
483
494
        done
505
516
 
506
517
distclean-generic:
507
518
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
519
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
508
520
 
509
521
maintainer-clean-generic:
510
522
        @echo "This command is intended for maintainers to use"
526
538
 
527
539
html: html-am
528
540
 
 
541
html-am:
 
542
 
529
543
info: info-am
530
544
 
531
545
info-am:
534
548
 
535
549
install-dvi: install-dvi-am
536
550
 
 
551
install-dvi-am:
 
552
 
537
553
install-exec-am:
538
554
 
539
555
install-html: install-html-am
540
556
 
 
557
install-html-am:
 
558
 
541
559
install-info: install-info-am
542
560
 
 
561
install-info-am:
 
562
 
543
563
install-man:
544
564
 
545
565
install-pdf: install-pdf-am
546
566
 
 
567
install-pdf-am:
 
568
 
547
569
install-ps: install-ps-am
548
570
 
 
571
install-ps-am:
 
572
 
549
573
installcheck-am:
550
574
 
551
575
maintainer-clean: maintainer-clean-am
583
607
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
584
608
        pdf pdf-am ps ps-am tags uninstall uninstall-am
585
609
 
 
610
 
586
611
# Tell versions [3.59,3.63) of GNU make to not export all variables.
587
612
# Otherwise a system limit (for SysV at least) may be exceeded.
588
613
.NOEXPORT: