Added dependency of ibus engines
[profile/ivi/weekeyboard.git] / protocol / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = protocol
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
84 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85         $(ACLOCAL_M4)
86 mkinstalldirs = $(install_sh) -d
87 CONFIG_HEADER = $(top_builddir)/config.h
88 CONFIG_CLEAN_FILES =
89 CONFIG_CLEAN_VPATH_FILES =
90 AM_V_P = $(am__v_P_@AM_V@)
91 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
92 am__v_P_0 = false
93 am__v_P_1 = :
94 AM_V_GEN = $(am__v_GEN_@AM_V@)
95 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
96 am__v_GEN_0 = @echo "  GEN     " $@;
97 am__v_GEN_1 = 
98 AM_V_at = $(am__v_at_@AM_V@)
99 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
100 am__v_at_0 = @
101 am__v_at_1 = 
102 SOURCES =
103 DIST_SOURCES =
104 am__can_run_installinfo = \
105   case $$AM_UPDATE_INFO_DIR in \
106     n|no|NO) false;; \
107     *) (install-info --version) >/dev/null 2>&1;; \
108   esac
109 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 ACLOCAL = @ACLOCAL@
112 AMTAR = @AMTAR@
113 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
114 AR = @AR@
115 AUTOCONF = @AUTOCONF@
116 AUTOHEADER = @AUTOHEADER@
117 AUTOMAKE = @AUTOMAKE@
118 AWK = @AWK@
119 CC = @CC@
120 CCDEPMODE = @CCDEPMODE@
121 CFLAGS = @CFLAGS@
122 CPP = @CPP@
123 CPPFLAGS = @CPPFLAGS@
124 CXXFLAGS = @CXXFLAGS@
125 CYGPATH_W = @CYGPATH_W@
126 DEFS = @DEFS@
127 DEPDIR = @DEPDIR@
128 DLLTOOL = @DLLTOOL@
129 DSYMUTIL = @DSYMUTIL@
130 DUMPBIN = @DUMPBIN@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EDJE_CC_PATH = @EDJE_CC_PATH@
135 EFL_CFLAGS = @EFL_CFLAGS@
136 EFL_LIBS = @EFL_LIBS@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 FGREP = @FGREP@
140 GREP = @GREP@
141 IBUS_CFLAGS = @IBUS_CFLAGS@
142 IBUS_LIBS = @IBUS_LIBS@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LD = @LD@
149 LDFLAGS = @LDFLAGS@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAKEINFO = @MAKEINFO@
157 MANIFEST_TOOL = @MANIFEST_TOOL@
158 MKDIR_P = @MKDIR_P@
159 NM = @NM@
160 NMEDIT = @NMEDIT@
161 OBJDUMP = @OBJDUMP@
162 OBJEXT = @OBJEXT@
163 OTOOL = @OTOOL@
164 OTOOL64 = @OTOOL64@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_URL = @PACKAGE_URL@
171 PACKAGE_VERSION = @PACKAGE_VERSION@
172 PATH_SEPARATOR = @PATH_SEPARATOR@
173 PKG_CONFIG = @PKG_CONFIG@
174 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
175 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
176 RANLIB = @RANLIB@
177 SED = @SED@
178 SET_MAKE = @SET_MAKE@
179 SHELL = @SHELL@
180 STRIP = @STRIP@
181 VERSION = @VERSION@
182 WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
183 WAYLAND_LIBS = @WAYLAND_LIBS@
184 WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
185 WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
186 abs_builddir = @abs_builddir@
187 abs_srcdir = @abs_srcdir@
188 abs_top_builddir = @abs_top_builddir@
189 abs_top_srcdir = @abs_top_srcdir@
190 ac_ct_AR = @ac_ct_AR@
191 ac_ct_CC = @ac_ct_CC@
192 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
195 am__quote = @am__quote@
196 am__tar = @am__tar@
197 am__untar = @am__untar@
198 bindir = @bindir@
199 build = @build@
200 build_alias = @build_alias@
201 build_cpu = @build_cpu@
202 build_os = @build_os@
203 build_vendor = @build_vendor@
204 builddir = @builddir@
205 datadir = @datadir@
206 datarootdir = @datarootdir@
207 docdir = @docdir@
208 dvidir = @dvidir@
209 exec_prefix = @exec_prefix@
210 have_ibus = @have_ibus@
211 host = @host@
212 host_alias = @host_alias@
213 host_cpu = @host_cpu@
214 host_os = @host_os@
215 host_vendor = @host_vendor@
216 htmldir = @htmldir@
217 includedir = @includedir@
218 infodir = @infodir@
219 install_sh = @install_sh@
220 libdir = @libdir@
221 libexecdir = @libexecdir@
222 localedir = @localedir@
223 localstatedir = @localstatedir@
224 mandir = @mandir@
225 mkdir_p = @mkdir_p@
226 oldincludedir = @oldincludedir@
227 pdfdir = @pdfdir@
228 prefix = @prefix@
229 program_transform_name = @program_transform_name@
230 psdir = @psdir@
231 sbindir = @sbindir@
232 sharedstatedir = @sharedstatedir@
233 srcdir = @srcdir@
234 sysconfdir = @sysconfdir@
235 target_alias = @target_alias@
236 top_build_prefix = @top_build_prefix@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 wayland_protocoldir = @wayland_protocoldir@
240 wayland_scanner = @wayland_scanner@
241 weekeyboard_MAJOR = @weekeyboard_MAJOR@
242 weekeyboard_MICRO = @weekeyboard_MICRO@
243 weekeyboard_MINOR = @weekeyboard_MINOR@
244 weekeyboard_VERSION = @weekeyboard_VERSION@
245 EXTRA_DIST = \
246         input-method.xml        \
247         text.xml
248
249 all: all-am
250
251 .SUFFIXES:
252 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
253         @for dep in $?; do \
254           case '$(am__configure_deps)' in \
255             *$$dep*) \
256               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
257                 && { if test -f $@; then exit 0; else break; fi; }; \
258               exit 1;; \
259           esac; \
260         done; \
261         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign protocol/Makefile'; \
262         $(am__cd) $(top_srcdir) && \
263           $(AUTOMAKE) --foreign protocol/Makefile
264 .PRECIOUS: Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266         @case '$?' in \
267           *config.status*) \
268             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269           *) \
270             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272         esac;
273
274 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
277 $(top_srcdir)/configure:  $(am__configure_deps)
278         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
280         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 $(am__aclocal_m4_deps):
282
283 mostlyclean-libtool:
284         -rm -f *.lo
285
286 clean-libtool:
287         -rm -rf .libs _libs
288 tags TAGS:
289
290 ctags CTAGS:
291
292 cscope cscopelist:
293
294
295 distdir: $(DISTFILES)
296         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
297         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
298         list='$(DISTFILES)'; \
299           dist_files=`for file in $$list; do echo $$file; done | \
300           sed -e "s|^$$srcdirstrip/||;t" \
301               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
302         case $$dist_files in \
303           */*) $(MKDIR_P) `echo "$$dist_files" | \
304                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
305                            sort -u` ;; \
306         esac; \
307         for file in $$dist_files; do \
308           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
309           if test -d $$d/$$file; then \
310             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
311             if test -d "$(distdir)/$$file"; then \
312               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
313             fi; \
314             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
315               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
316               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
317             fi; \
318             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
319           else \
320             test -f "$(distdir)/$$file" \
321             || cp -p $$d/$$file "$(distdir)/$$file" \
322             || exit 1; \
323           fi; \
324         done
325 check-am: all-am
326 check: check-am
327 all-am: Makefile
328 installdirs:
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
332 uninstall: uninstall-am
333
334 install-am: all-am
335         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
336
337 installcheck: installcheck-am
338 install-strip:
339         if test -z '$(STRIP)'; then \
340           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
342               install; \
343         else \
344           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
345             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
346             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
347         fi
348 mostlyclean-generic:
349
350 clean-generic:
351
352 distclean-generic:
353         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
354         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
355
356 maintainer-clean-generic:
357         @echo "This command is intended for maintainers to use"
358         @echo "it deletes files that may require special tools to rebuild."
359 clean: clean-am
360
361 clean-am: clean-generic clean-libtool mostlyclean-am
362
363 distclean: distclean-am
364         -rm -f Makefile
365 distclean-am: clean-am distclean-generic
366
367 dvi: dvi-am
368
369 dvi-am:
370
371 html: html-am
372
373 html-am:
374
375 info: info-am
376
377 info-am:
378
379 install-data-am:
380
381 install-dvi: install-dvi-am
382
383 install-dvi-am:
384
385 install-exec-am:
386
387 install-html: install-html-am
388
389 install-html-am:
390
391 install-info: install-info-am
392
393 install-info-am:
394
395 install-man:
396
397 install-pdf: install-pdf-am
398
399 install-pdf-am:
400
401 install-ps: install-ps-am
402
403 install-ps-am:
404
405 installcheck-am:
406
407 maintainer-clean: maintainer-clean-am
408         -rm -f Makefile
409 maintainer-clean-am: distclean-am maintainer-clean-generic
410
411 mostlyclean: mostlyclean-am
412
413 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
414
415 pdf: pdf-am
416
417 pdf-am:
418
419 ps: ps-am
420
421 ps-am:
422
423 uninstall-am:
424
425 .MAKE: install-am install-strip
426
427 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
428         cscopelist-am ctags-am distclean distclean-generic \
429         distclean-libtool distdir dvi dvi-am html html-am info info-am \
430         install install-am install-data install-data-am install-dvi \
431         install-dvi-am install-exec install-exec-am install-html \
432         install-html-am install-info install-info-am install-man \
433         install-pdf install-pdf-am install-ps install-ps-am \
434         install-strip installcheck installcheck-am installdirs \
435         maintainer-clean maintainer-clean-generic mostlyclean \
436         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
437         tags-am uninstall uninstall-am
438
439
440 # Tell versions [3.59,3.63) of GNU make to not export all variables.
441 # Otherwise a system limit (for SysV at least) may be exceeded.
442 .NOEXPORT: