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

« back to all changes in this revision

Viewing changes to bus/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
74
76
mkinstalldirs = $(install_sh) -d
75
77
CONFIG_HEADER = $(top_builddir)/config.h
76
78
CONFIG_CLEAN_FILES =
 
79
CONFIG_CLEAN_VPATH_FILES =
77
80
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)" \
78
81
        "$(DESTDIR)$(xdgautostartdir)"
79
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
80
82
am__EXEEXT_1 = test-matchrule$(EXEEXT)
81
83
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
82
84
am_ibus_daemon_OBJECTS = ibus_daemon-main.$(OBJEXT) \
99
101
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100
102
depcomp = $(SHELL) $(top_srcdir)/depcomp
101
103
am__depfiles_maybe = depfiles
 
104
am__mv = mv -f
102
105
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103
106
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104
107
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
115
118
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
116
119
    *) f=$$p;; \
117
120
  esac;
118
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
119
 
desktopDATA_INSTALL = $(INSTALL_DATA)
120
 
xdgautostartDATA_INSTALL = $(INSTALL_DATA)
 
121
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
122
am__install_max = 40
 
123
am__nobase_strip_setup = \
 
124
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
125
am__nobase_strip = \
 
126
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
127
am__nobase_list = $(am__nobase_strip_setup); \
 
128
  for p in $$list; do echo "$$p $$p"; done | \
 
129
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
130
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
131
    if (++n[$$2] == $(am__install_max)) \
 
132
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
133
    END { for (dir in files) print dir, files[dir] }'
 
134
am__base_list = \
 
135
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
136
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121
137
DATA = $(desktop_DATA) $(xdgautostart_DATA)
122
138
ETAGS = etags
123
139
CTAGS = ctags
 
140
am__tty_colors = \
 
141
red=; grn=; lgn=; blu=; std=
124
142
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125
143
ACLOCAL = @ACLOCAL@
126
144
ALL_LINGUAS = @ALL_LINGUAS@
245
263
PYTHON_PLATFORM = @PYTHON_PLATFORM@
246
264
PYTHON_PREFIX = @PYTHON_PREFIX@
247
265
PYTHON_VERSION = @PYTHON_VERSION@
248
 
QMAKE = @QMAKE@
249
 
QT_CFLAGS = @QT_CFLAGS@
250
 
QT_LIBS = @QT_LIBS@
251
266
RANLIB = @RANLIB@
252
267
REBUILD = @REBUILD@
253
268
SED = @SED@
329
344
        -DG_LOG_DOMAIN=\"IBUS\" \
330
345
        -DPKGDATADIR=\"$(pkgdatadir)\" \
331
346
        -DLIBEXECDIR=\"$(libexecdir)\" \
 
347
        -DBINDIR=\"@bindir@\" \
332
348
        $(INCLUDES) \
333
349
        $(NULL)
334
350
 
382
398
        $(AM_LDFLAGS) \
383
399
        $(NULL)
384
400
 
385
 
test_registry_SOURCES = \
386
 
        registry.c \
387
 
        registry.h \
388
 
        factoryproxy.c \
389
 
        factoryproxy.h \
390
 
        test-registry.c \
391
 
        $(NULL)
392
401
 
 
402
# test_registry_SOURCES = \
 
403
#       registry.c \
 
404
#       registry.h \
 
405
#       factoryproxy.c \
 
406
#       factoryproxy.h \
 
407
#       test-registry.c \
 
408
#       $(NULL)
393
409
test_matchrule_SOURCES = \
394
410
        connection.c \
395
411
        matchrule.c \
417
433
              exit 1;; \
418
434
          esac; \
419
435
        done; \
420
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  bus/Makefile'; \
421
 
        cd $(top_srcdir) && \
422
 
          $(AUTOMAKE) --gnu  bus/Makefile
 
436
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bus/Makefile'; \
 
437
        $(am__cd) $(top_srcdir) && \
 
438
          $(AUTOMAKE) --gnu bus/Makefile
423
439
.PRECIOUS: Makefile
424
440
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
425
441
        @case '$?' in \
437
453
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
438
454
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
439
455
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
456
$(am__aclocal_m4_deps):
440
457
install-binPROGRAMS: $(bin_PROGRAMS)
441
458
        @$(NORMAL_INSTALL)
442
459
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
443
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
444
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
445
 
          if test -f $$p \
446
 
             || test -f $$p1 \
447
 
          ; then \
448
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
449
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
450
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
451
 
          else :; fi; \
452
 
        done
 
460
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
461
        for p in $$list; do echo "$$p $$p"; done | \
 
462
        sed 's/$(EXEEXT)$$//' | \
 
463
        while read p p1; do if test -f $$p || test -f $$p1; \
 
464
          then echo "$$p"; echo "$$p"; else :; fi; \
 
465
        done | \
 
466
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
467
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
468
        sed 'N;N;N;s,\n, ,g' | \
 
469
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
470
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
471
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
472
            else { print "f", $$3 "/" $$4, $$1; } } \
 
473
          END { for (d in files) print "f", d, files[d] }' | \
 
474
        while read type dir files; do \
 
475
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
476
            test -z "$$files" || { \
 
477
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
478
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
479
            } \
 
480
        ; done
453
481
 
454
482
uninstall-binPROGRAMS:
455
483
        @$(NORMAL_UNINSTALL)
456
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
457
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
458
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
459
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
460
 
        done
 
484
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
485
        files=`for p in $$list; do echo "$$p"; done | \
 
486
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
487
              -e 's/$$/$(EXEEXT)/' `; \
 
488
        test -n "$$list" || exit 0; \
 
489
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
490
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
461
491
 
462
492
clean-binPROGRAMS:
463
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
464
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
465
 
          echo " rm -f $$p $$f"; \
466
 
          rm -f $$p $$f ; \
467
 
        done
 
493
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
494
        echo " rm -f" $$list; \
 
495
        rm -f $$list || exit $$?; \
 
496
        test -n "$(EXEEXT)" || exit 0; \
 
497
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
498
        echo " rm -f" $$list; \
 
499
        rm -f $$list
468
500
 
469
501
clean-noinstPROGRAMS:
470
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
471
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
472
 
          echo " rm -f $$p $$f"; \
473
 
          rm -f $$p $$f ; \
474
 
        done
 
502
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
503
        echo " rm -f" $$list; \
 
504
        rm -f $$list || exit $$?; \
 
505
        test -n "$(EXEEXT)" || exit 0; \
 
506
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
507
        echo " rm -f" $$list; \
 
508
        rm -f $$list
475
509
ibus-daemon$(EXEEXT): $(ibus_daemon_OBJECTS) $(ibus_daemon_DEPENDENCIES) 
476
510
        @rm -f ibus-daemon$(EXEEXT)
477
511
        $(ibus_daemon_LINK) $(ibus_daemon_OBJECTS) $(ibus_daemon_LDADD) $(LIBS)
502
536
 
503
537
.c.o:
504
538
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
505
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
539
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
506
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
507
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508
542
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
509
543
 
510
544
.c.obj:
511
545
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
512
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
546
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
513
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
514
548
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
549
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
516
550
 
517
551
.c.lo:
518
552
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
519
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
553
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
520
554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
521
555
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522
556
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
523
557
 
524
558
ibus_daemon-main.o: main.c
525
559
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-main.o -MD -MP -MF $(DEPDIR)/ibus_daemon-main.Tpo -c -o ibus_daemon-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
526
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-main.Tpo $(DEPDIR)/ibus_daemon-main.Po
 
560
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-main.Tpo $(DEPDIR)/ibus_daemon-main.Po
527
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='ibus_daemon-main.o' libtool=no @AMDEPBACKSLASH@
528
562
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529
563
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
530
564
 
531
565
ibus_daemon-main.obj: main.c
532
566
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-main.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-main.Tpo -c -o ibus_daemon-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
533
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-main.Tpo $(DEPDIR)/ibus_daemon-main.Po
 
567
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-main.Tpo $(DEPDIR)/ibus_daemon-main.Po
534
568
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='ibus_daemon-main.obj' libtool=no @AMDEPBACKSLASH@
535
569
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536
570
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
537
571
 
538
572
ibus_daemon-dbusimpl.o: dbusimpl.c
539
573
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-dbusimpl.o -MD -MP -MF $(DEPDIR)/ibus_daemon-dbusimpl.Tpo -c -o ibus_daemon-dbusimpl.o `test -f 'dbusimpl.c' || echo '$(srcdir)/'`dbusimpl.c
540
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-dbusimpl.Tpo $(DEPDIR)/ibus_daemon-dbusimpl.Po
 
574
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-dbusimpl.Tpo $(DEPDIR)/ibus_daemon-dbusimpl.Po
541
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dbusimpl.c' object='ibus_daemon-dbusimpl.o' libtool=no @AMDEPBACKSLASH@
542
576
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543
577
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-dbusimpl.o `test -f 'dbusimpl.c' || echo '$(srcdir)/'`dbusimpl.c
544
578
 
545
579
ibus_daemon-dbusimpl.obj: dbusimpl.c
546
580
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-dbusimpl.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-dbusimpl.Tpo -c -o ibus_daemon-dbusimpl.obj `if test -f 'dbusimpl.c'; then $(CYGPATH_W) 'dbusimpl.c'; else $(CYGPATH_W) '$(srcdir)/dbusimpl.c'; fi`
547
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-dbusimpl.Tpo $(DEPDIR)/ibus_daemon-dbusimpl.Po
 
581
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-dbusimpl.Tpo $(DEPDIR)/ibus_daemon-dbusimpl.Po
548
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dbusimpl.c' object='ibus_daemon-dbusimpl.obj' libtool=no @AMDEPBACKSLASH@
549
583
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550
584
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-dbusimpl.obj `if test -f 'dbusimpl.c'; then $(CYGPATH_W) 'dbusimpl.c'; else $(CYGPATH_W) '$(srcdir)/dbusimpl.c'; fi`
551
585
 
552
586
ibus_daemon-ibusimpl.o: ibusimpl.c
553
587
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-ibusimpl.o -MD -MP -MF $(DEPDIR)/ibus_daemon-ibusimpl.Tpo -c -o ibus_daemon-ibusimpl.o `test -f 'ibusimpl.c' || echo '$(srcdir)/'`ibusimpl.c
554
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-ibusimpl.Tpo $(DEPDIR)/ibus_daemon-ibusimpl.Po
 
588
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-ibusimpl.Tpo $(DEPDIR)/ibus_daemon-ibusimpl.Po
555
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ibusimpl.c' object='ibus_daemon-ibusimpl.o' libtool=no @AMDEPBACKSLASH@
556
590
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557
591
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-ibusimpl.o `test -f 'ibusimpl.c' || echo '$(srcdir)/'`ibusimpl.c
558
592
 
559
593
ibus_daemon-ibusimpl.obj: ibusimpl.c
560
594
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-ibusimpl.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-ibusimpl.Tpo -c -o ibus_daemon-ibusimpl.obj `if test -f 'ibusimpl.c'; then $(CYGPATH_W) 'ibusimpl.c'; else $(CYGPATH_W) '$(srcdir)/ibusimpl.c'; fi`
561
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-ibusimpl.Tpo $(DEPDIR)/ibus_daemon-ibusimpl.Po
 
595
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-ibusimpl.Tpo $(DEPDIR)/ibus_daemon-ibusimpl.Po
562
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ibusimpl.c' object='ibus_daemon-ibusimpl.obj' libtool=no @AMDEPBACKSLASH@
563
597
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564
598
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-ibusimpl.obj `if test -f 'ibusimpl.c'; then $(CYGPATH_W) 'ibusimpl.c'; else $(CYGPATH_W) '$(srcdir)/ibusimpl.c'; fi`
565
599
 
566
600
ibus_daemon-inputcontext.o: inputcontext.c
567
601
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-inputcontext.o -MD -MP -MF $(DEPDIR)/ibus_daemon-inputcontext.Tpo -c -o ibus_daemon-inputcontext.o `test -f 'inputcontext.c' || echo '$(srcdir)/'`inputcontext.c
568
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-inputcontext.Tpo $(DEPDIR)/ibus_daemon-inputcontext.Po
 
602
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-inputcontext.Tpo $(DEPDIR)/ibus_daemon-inputcontext.Po
569
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='inputcontext.c' object='ibus_daemon-inputcontext.o' libtool=no @AMDEPBACKSLASH@
570
604
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571
605
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-inputcontext.o `test -f 'inputcontext.c' || echo '$(srcdir)/'`inputcontext.c
572
606
 
573
607
ibus_daemon-inputcontext.obj: inputcontext.c
574
608
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-inputcontext.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-inputcontext.Tpo -c -o ibus_daemon-inputcontext.obj `if test -f 'inputcontext.c'; then $(CYGPATH_W) 'inputcontext.c'; else $(CYGPATH_W) '$(srcdir)/inputcontext.c'; fi`
575
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-inputcontext.Tpo $(DEPDIR)/ibus_daemon-inputcontext.Po
 
609
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-inputcontext.Tpo $(DEPDIR)/ibus_daemon-inputcontext.Po
576
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='inputcontext.c' object='ibus_daemon-inputcontext.obj' libtool=no @AMDEPBACKSLASH@
577
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578
612
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-inputcontext.obj `if test -f 'inputcontext.c'; then $(CYGPATH_W) 'inputcontext.c'; else $(CYGPATH_W) '$(srcdir)/inputcontext.c'; fi`
579
613
 
580
614
ibus_daemon-engineproxy.o: engineproxy.c
581
615
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-engineproxy.o -MD -MP -MF $(DEPDIR)/ibus_daemon-engineproxy.Tpo -c -o ibus_daemon-engineproxy.o `test -f 'engineproxy.c' || echo '$(srcdir)/'`engineproxy.c
582
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-engineproxy.Tpo $(DEPDIR)/ibus_daemon-engineproxy.Po
 
616
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-engineproxy.Tpo $(DEPDIR)/ibus_daemon-engineproxy.Po
583
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='engineproxy.c' object='ibus_daemon-engineproxy.o' libtool=no @AMDEPBACKSLASH@
584
618
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585
619
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-engineproxy.o `test -f 'engineproxy.c' || echo '$(srcdir)/'`engineproxy.c
586
620
 
587
621
ibus_daemon-engineproxy.obj: engineproxy.c
588
622
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-engineproxy.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-engineproxy.Tpo -c -o ibus_daemon-engineproxy.obj `if test -f 'engineproxy.c'; then $(CYGPATH_W) 'engineproxy.c'; else $(CYGPATH_W) '$(srcdir)/engineproxy.c'; fi`
589
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-engineproxy.Tpo $(DEPDIR)/ibus_daemon-engineproxy.Po
 
623
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-engineproxy.Tpo $(DEPDIR)/ibus_daemon-engineproxy.Po
590
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='engineproxy.c' object='ibus_daemon-engineproxy.obj' libtool=no @AMDEPBACKSLASH@
591
625
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592
626
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-engineproxy.obj `if test -f 'engineproxy.c'; then $(CYGPATH_W) 'engineproxy.c'; else $(CYGPATH_W) '$(srcdir)/engineproxy.c'; fi`
593
627
 
594
628
ibus_daemon-panelproxy.o: panelproxy.c
595
629
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-panelproxy.o -MD -MP -MF $(DEPDIR)/ibus_daemon-panelproxy.Tpo -c -o ibus_daemon-panelproxy.o `test -f 'panelproxy.c' || echo '$(srcdir)/'`panelproxy.c
596
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-panelproxy.Tpo $(DEPDIR)/ibus_daemon-panelproxy.Po
 
630
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-panelproxy.Tpo $(DEPDIR)/ibus_daemon-panelproxy.Po
597
631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='panelproxy.c' object='ibus_daemon-panelproxy.o' libtool=no @AMDEPBACKSLASH@
598
632
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599
633
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-panelproxy.o `test -f 'panelproxy.c' || echo '$(srcdir)/'`panelproxy.c
600
634
 
601
635
ibus_daemon-panelproxy.obj: panelproxy.c
602
636
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-panelproxy.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-panelproxy.Tpo -c -o ibus_daemon-panelproxy.obj `if test -f 'panelproxy.c'; then $(CYGPATH_W) 'panelproxy.c'; else $(CYGPATH_W) '$(srcdir)/panelproxy.c'; fi`
603
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-panelproxy.Tpo $(DEPDIR)/ibus_daemon-panelproxy.Po
 
637
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-panelproxy.Tpo $(DEPDIR)/ibus_daemon-panelproxy.Po
604
638
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='panelproxy.c' object='ibus_daemon-panelproxy.obj' libtool=no @AMDEPBACKSLASH@
605
639
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606
640
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-panelproxy.obj `if test -f 'panelproxy.c'; then $(CYGPATH_W) 'panelproxy.c'; else $(CYGPATH_W) '$(srcdir)/panelproxy.c'; fi`
607
641
 
608
642
ibus_daemon-factoryproxy.o: factoryproxy.c
609
643
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-factoryproxy.o -MD -MP -MF $(DEPDIR)/ibus_daemon-factoryproxy.Tpo -c -o ibus_daemon-factoryproxy.o `test -f 'factoryproxy.c' || echo '$(srcdir)/'`factoryproxy.c
610
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-factoryproxy.Tpo $(DEPDIR)/ibus_daemon-factoryproxy.Po
 
644
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-factoryproxy.Tpo $(DEPDIR)/ibus_daemon-factoryproxy.Po
611
645
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='factoryproxy.c' object='ibus_daemon-factoryproxy.o' libtool=no @AMDEPBACKSLASH@
612
646
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613
647
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-factoryproxy.o `test -f 'factoryproxy.c' || echo '$(srcdir)/'`factoryproxy.c
614
648
 
615
649
ibus_daemon-factoryproxy.obj: factoryproxy.c
616
650
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-factoryproxy.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-factoryproxy.Tpo -c -o ibus_daemon-factoryproxy.obj `if test -f 'factoryproxy.c'; then $(CYGPATH_W) 'factoryproxy.c'; else $(CYGPATH_W) '$(srcdir)/factoryproxy.c'; fi`
617
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-factoryproxy.Tpo $(DEPDIR)/ibus_daemon-factoryproxy.Po
 
651
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-factoryproxy.Tpo $(DEPDIR)/ibus_daemon-factoryproxy.Po
618
652
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='factoryproxy.c' object='ibus_daemon-factoryproxy.obj' libtool=no @AMDEPBACKSLASH@
619
653
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620
654
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-factoryproxy.obj `if test -f 'factoryproxy.c'; then $(CYGPATH_W) 'factoryproxy.c'; else $(CYGPATH_W) '$(srcdir)/factoryproxy.c'; fi`
621
655
 
622
656
ibus_daemon-server.o: server.c
623
657
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-server.o -MD -MP -MF $(DEPDIR)/ibus_daemon-server.Tpo -c -o ibus_daemon-server.o `test -f 'server.c' || echo '$(srcdir)/'`server.c
624
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-server.Tpo $(DEPDIR)/ibus_daemon-server.Po
 
658
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-server.Tpo $(DEPDIR)/ibus_daemon-server.Po
625
659
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='server.c' object='ibus_daemon-server.o' libtool=no @AMDEPBACKSLASH@
626
660
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627
661
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-server.o `test -f 'server.c' || echo '$(srcdir)/'`server.c
628
662
 
629
663
ibus_daemon-server.obj: server.c
630
664
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-server.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-server.Tpo -c -o ibus_daemon-server.obj `if test -f 'server.c'; then $(CYGPATH_W) 'server.c'; else $(CYGPATH_W) '$(srcdir)/server.c'; fi`
631
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-server.Tpo $(DEPDIR)/ibus_daemon-server.Po
 
665
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-server.Tpo $(DEPDIR)/ibus_daemon-server.Po
632
666
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='server.c' object='ibus_daemon-server.obj' libtool=no @AMDEPBACKSLASH@
633
667
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634
668
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-server.obj `if test -f 'server.c'; then $(CYGPATH_W) 'server.c'; else $(CYGPATH_W) '$(srcdir)/server.c'; fi`
635
669
 
636
670
ibus_daemon-connection.o: connection.c
637
671
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-connection.o -MD -MP -MF $(DEPDIR)/ibus_daemon-connection.Tpo -c -o ibus_daemon-connection.o `test -f 'connection.c' || echo '$(srcdir)/'`connection.c
638
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-connection.Tpo $(DEPDIR)/ibus_daemon-connection.Po
 
672
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-connection.Tpo $(DEPDIR)/ibus_daemon-connection.Po
639
673
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='connection.c' object='ibus_daemon-connection.o' libtool=no @AMDEPBACKSLASH@
640
674
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641
675
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-connection.o `test -f 'connection.c' || echo '$(srcdir)/'`connection.c
642
676
 
643
677
ibus_daemon-connection.obj: connection.c
644
678
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-connection.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-connection.Tpo -c -o ibus_daemon-connection.obj `if test -f 'connection.c'; then $(CYGPATH_W) 'connection.c'; else $(CYGPATH_W) '$(srcdir)/connection.c'; fi`
645
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-connection.Tpo $(DEPDIR)/ibus_daemon-connection.Po
 
679
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-connection.Tpo $(DEPDIR)/ibus_daemon-connection.Po
646
680
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='connection.c' object='ibus_daemon-connection.obj' libtool=no @AMDEPBACKSLASH@
647
681
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648
682
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-connection.obj `if test -f 'connection.c'; then $(CYGPATH_W) 'connection.c'; else $(CYGPATH_W) '$(srcdir)/connection.c'; fi`
649
683
 
650
684
ibus_daemon-matchrule.o: matchrule.c
651
685
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-matchrule.o -MD -MP -MF $(DEPDIR)/ibus_daemon-matchrule.Tpo -c -o ibus_daemon-matchrule.o `test -f 'matchrule.c' || echo '$(srcdir)/'`matchrule.c
652
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-matchrule.Tpo $(DEPDIR)/ibus_daemon-matchrule.Po
 
686
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-matchrule.Tpo $(DEPDIR)/ibus_daemon-matchrule.Po
653
687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='matchrule.c' object='ibus_daemon-matchrule.o' libtool=no @AMDEPBACKSLASH@
654
688
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655
689
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-matchrule.o `test -f 'matchrule.c' || echo '$(srcdir)/'`matchrule.c
656
690
 
657
691
ibus_daemon-matchrule.obj: matchrule.c
658
692
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-matchrule.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-matchrule.Tpo -c -o ibus_daemon-matchrule.obj `if test -f 'matchrule.c'; then $(CYGPATH_W) 'matchrule.c'; else $(CYGPATH_W) '$(srcdir)/matchrule.c'; fi`
659
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-matchrule.Tpo $(DEPDIR)/ibus_daemon-matchrule.Po
 
693
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-matchrule.Tpo $(DEPDIR)/ibus_daemon-matchrule.Po
660
694
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='matchrule.c' object='ibus_daemon-matchrule.obj' libtool=no @AMDEPBACKSLASH@
661
695
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
662
696
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-matchrule.obj `if test -f 'matchrule.c'; then $(CYGPATH_W) 'matchrule.c'; else $(CYGPATH_W) '$(srcdir)/matchrule.c'; fi`
663
697
 
664
698
ibus_daemon-registry.o: registry.c
665
699
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-registry.o -MD -MP -MF $(DEPDIR)/ibus_daemon-registry.Tpo -c -o ibus_daemon-registry.o `test -f 'registry.c' || echo '$(srcdir)/'`registry.c
666
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-registry.Tpo $(DEPDIR)/ibus_daemon-registry.Po
 
700
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-registry.Tpo $(DEPDIR)/ibus_daemon-registry.Po
667
701
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='registry.c' object='ibus_daemon-registry.o' libtool=no @AMDEPBACKSLASH@
668
702
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669
703
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-registry.o `test -f 'registry.c' || echo '$(srcdir)/'`registry.c
670
704
 
671
705
ibus_daemon-registry.obj: registry.c
672
706
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -MT ibus_daemon-registry.obj -MD -MP -MF $(DEPDIR)/ibus_daemon-registry.Tpo -c -o ibus_daemon-registry.obj `if test -f 'registry.c'; then $(CYGPATH_W) 'registry.c'; else $(CYGPATH_W) '$(srcdir)/registry.c'; fi`
673
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ibus_daemon-registry.Tpo $(DEPDIR)/ibus_daemon-registry.Po
 
707
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ibus_daemon-registry.Tpo $(DEPDIR)/ibus_daemon-registry.Po
674
708
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='registry.c' object='ibus_daemon-registry.obj' libtool=no @AMDEPBACKSLASH@
675
709
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
676
710
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ibus_daemon_CFLAGS) $(CFLAGS) -c -o ibus_daemon-registry.obj `if test -f 'registry.c'; then $(CYGPATH_W) 'registry.c'; else $(CYGPATH_W) '$(srcdir)/registry.c'; fi`
683
717
install-desktopDATA: $(desktop_DATA)
684
718
        @$(NORMAL_INSTALL)
685
719
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
686
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
720
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
721
        for p in $$list; do \
687
722
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
688
 
          f=$(am__strip_dir) \
689
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
690
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
723
          echo "$$d$$p"; \
 
724
        done | $(am__base_list) | \
 
725
        while read files; do \
 
726
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
727
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
691
728
        done
692
729
 
693
730
uninstall-desktopDATA:
694
731
        @$(NORMAL_UNINSTALL)
695
 
        @list='$(desktop_DATA)'; for p in $$list; do \
696
 
          f=$(am__strip_dir) \
697
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
698
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
699
 
        done
 
732
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
733
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
734
        test -n "$$files" || exit 0; \
 
735
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
736
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
700
737
install-xdgautostartDATA: $(xdgautostart_DATA)
701
738
        @$(NORMAL_INSTALL)
702
739
        test -z "$(xdgautostartdir)" || $(MKDIR_P) "$(DESTDIR)$(xdgautostartdir)"
703
 
        @list='$(xdgautostart_DATA)'; for p in $$list; do \
 
740
        @list='$(xdgautostart_DATA)'; test -n "$(xdgautostartdir)" || list=; \
 
741
        for p in $$list; do \
704
742
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
705
 
          f=$(am__strip_dir) \
706
 
          echo " $(xdgautostartDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xdgautostartdir)/$$f'"; \
707
 
          $(xdgautostartDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xdgautostartdir)/$$f"; \
 
743
          echo "$$d$$p"; \
 
744
        done | $(am__base_list) | \
 
745
        while read files; do \
 
746
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xdgautostartdir)'"; \
 
747
          $(INSTALL_DATA) $$files "$(DESTDIR)$(xdgautostartdir)" || exit $$?; \
708
748
        done
709
749
 
710
750
uninstall-xdgautostartDATA:
711
751
        @$(NORMAL_UNINSTALL)
712
 
        @list='$(xdgautostart_DATA)'; for p in $$list; do \
713
 
          f=$(am__strip_dir) \
714
 
          echo " rm -f '$(DESTDIR)$(xdgautostartdir)/$$f'"; \
715
 
          rm -f "$(DESTDIR)$(xdgautostartdir)/$$f"; \
716
 
        done
 
752
        @list='$(xdgautostart_DATA)'; test -n "$(xdgautostartdir)" || list=; \
 
753
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
754
        test -n "$$files" || exit 0; \
 
755
        echo " ( cd '$(DESTDIR)$(xdgautostartdir)' && rm -f" $$files ")"; \
 
756
        cd "$(DESTDIR)$(xdgautostartdir)" && rm -f $$files
717
757
 
718
758
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
719
759
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
727
767
 
728
768
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
729
769
                $(TAGS_FILES) $(LISP)
730
 
        tags=; \
 
770
        set x; \
731
771
        here=`pwd`; \
732
772
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
733
773
        unique=`for i in $$list; do \
735
775
          done | \
736
776
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
737
777
              END { if (nonempty) { for (i in files) print i; }; }'`; \
738
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
778
        shift; \
 
779
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
739
780
          test -n "$$unique" || unique=$$empty_fix; \
740
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
741
 
            $$tags $$unique; \
 
781
          if test $$# -gt 0; then \
 
782
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
783
              "$$@" $$unique; \
 
784
          else \
 
785
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
786
              $$unique; \
 
787
          fi; \
742
788
        fi
743
789
ctags: CTAGS
744
790
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
745
791
                $(TAGS_FILES) $(LISP)
746
 
        tags=; \
747
792
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
748
793
        unique=`for i in $$list; do \
749
794
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
750
795
          done | \
751
796
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
752
797
              END { if (nonempty) { for (i in files) print i; }; }'`; \
753
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
798
        test -z "$(CTAGS_ARGS)$$unique" \
754
799
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
755
 
             $$tags $$unique
 
800
             $$unique
756
801
 
757
802
GTAGS:
758
803
        here=`$(am__cd) $(top_builddir) && pwd` \
759
 
          && cd $(top_srcdir) \
760
 
          && gtags -i $(GTAGS_ARGS) $$here
 
804
          && $(am__cd) $(top_srcdir) \
 
805
          && gtags -i $(GTAGS_ARGS) "$$here"
761
806
 
762
807
distclean-tags:
763
808
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
766
811
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
767
812
        srcdir=$(srcdir); export srcdir; \
768
813
        list=' $(TESTS) '; \
 
814
        $(am__tty_colors); \
769
815
        if test -n "$$list"; then \
770
816
          for tst in $$list; do \
771
817
            if test -f ./$$tst; then dir=./; \
777
823
              *[\ \     ]$$tst[\ \      ]*) \
778
824
                xpass=`expr $$xpass + 1`; \
779
825
                failed=`expr $$failed + 1`; \
780
 
                echo "XPASS: $$tst"; \
 
826
                col=$$red; res=XPASS; \
781
827
              ;; \
782
828
              *) \
783
 
                echo "PASS: $$tst"; \
 
829
                col=$$grn; res=PASS; \
784
830
              ;; \
785
831
              esac; \
786
832
            elif test $$? -ne 77; then \
788
834
              case " $(XFAIL_TESTS) " in \
789
835
              *[\ \     ]$$tst[\ \      ]*) \
790
836
                xfail=`expr $$xfail + 1`; \
791
 
                echo "XFAIL: $$tst"; \
 
837
                col=$$lgn; res=XFAIL; \
792
838
              ;; \
793
839
              *) \
794
840
                failed=`expr $$failed + 1`; \
795
 
                echo "FAIL: $$tst"; \
 
841
                col=$$red; res=FAIL; \
796
842
              ;; \
797
843
              esac; \
798
844
            else \
799
845
              skip=`expr $$skip + 1`; \
800
 
              echo "SKIP: $$tst"; \
 
846
              col=$$blu; res=SKIP; \
801
847
            fi; \
 
848
            echo "$${col}$$res$${std}: $$tst"; \
802
849
          done; \
803
850
          if test "$$all" -eq 1; then \
804
851
            tests="test"; \
840
887
              dashes="$$report"; \
841
888
          fi; \
842
889
          dashes=`echo "$$dashes" | sed s/./=/g`; \
843
 
          echo "$$dashes"; \
 
890
          if test "$$failed" -eq 0; then \
 
891
            echo "$$grn$$dashes"; \
 
892
          else \
 
893
            echo "$$red$$dashes"; \
 
894
          fi; \
844
895
          echo "$$banner"; \
845
896
          test -z "$$skipped" || echo "$$skipped"; \
846
897
          test -z "$$report" || echo "$$report"; \
847
 
          echo "$$dashes"; \
 
898
          echo "$$dashes$$std"; \
848
899
          test "$$failed" -eq 0; \
849
900
        else :; fi
850
901
 
864
915
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
865
916
          if test -d $$d/$$file; then \
866
917
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
918
            if test -d "$(distdir)/$$file"; then \
 
919
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
920
            fi; \
867
921
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
868
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
922
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
923
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
869
924
            fi; \
870
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
925
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
871
926
          else \
872
 
            test -f $(distdir)/$$file \
873
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
927
            test -f "$(distdir)/$$file" \
 
928
            || cp -p $$d/$$file "$(distdir)/$$file" \
874
929
            || exit 1; \
875
930
          fi; \
876
931
        done
902
957
 
903
958
distclean-generic:
904
959
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
960
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
905
961
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
906
962
 
907
963
maintainer-clean-generic:
924
980
 
925
981
html: html-am
926
982
 
 
983
html-am:
 
984
 
927
985
info: info-am
928
986
 
929
987
info-am:
932
990
 
933
991
install-dvi: install-dvi-am
934
992
 
 
993
install-dvi-am:
 
994
 
935
995
install-exec-am: install-binPROGRAMS
936
996
 
937
997
install-html: install-html-am
938
998
 
 
999
install-html-am:
 
1000
 
939
1001
install-info: install-info-am
940
1002
 
 
1003
install-info-am:
 
1004
 
941
1005
install-man:
942
1006
 
943
1007
install-pdf: install-pdf-am
944
1008
 
 
1009
install-pdf-am:
 
1010
 
945
1011
install-ps: install-ps-am
946
1012
 
 
1013
install-ps-am:
 
1014
 
947
1015
installcheck-am:
948
1016
 
949
1017
maintainer-clean: maintainer-clean-am
967
1035
uninstall-am: uninstall-binPROGRAMS uninstall-desktopDATA \
968
1036
        uninstall-xdgautostartDATA
969
1037
 
970
 
.MAKE: install-am install-strip
 
1038
.MAKE: check-am install-am install-strip
971
1039
 
972
1040
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
973
1041
        clean-binPROGRAMS clean-generic clean-libtool \
993
1061
 
994
1062
test: ibus-daemon
995
1063
        $(builddir)/ibus-daemon
 
1064
 
996
1065
# Tell versions [3.59,3.63) of GNU make to not export all variables.
997
1066
# Otherwise a system limit (for SysV at least) may be exceeded.
998
1067
.NOEXPORT: