aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/modules/immodules/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/modules/immodules/Makefile.in')
-rw-r--r--libraries/ecore/src/modules/immodules/Makefile.in796
1 files changed, 796 insertions, 0 deletions
diff --git a/libraries/ecore/src/modules/immodules/Makefile.in b/libraries/ecore/src/modules/immodules/Makefile.in
new file mode 100644
index 0000000..2ebe9fe
--- /dev/null
+++ b/libraries/ecore/src/modules/immodules/Makefile.in
@@ -0,0 +1,796 @@
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36@BUILD_ECORE_IMF_XIM_TRUE@am__append_1 = xim
37subdir = src/modules/immodules
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
41 $(top_srcdir)/m4/ac_path_generic.m4 \
42 $(top_srcdir)/m4/check_x_extension.m4 \
43 $(top_srcdir)/m4/ecore_check_module.m4 \
44 $(top_srcdir)/m4/ecore_check_options.m4 \
45 $(top_srcdir)/m4/efl_compiler_flag.m4 \
46 $(top_srcdir)/m4/efl_doxygen.m4 \
47 $(top_srcdir)/m4/efl_examples.m4 \
48 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \
49 $(top_srcdir)/m4/efl_threads.m4 $(top_srcdir)/m4/gettext.m4 \
50 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
51 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \
52 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
53 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
54 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
55 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
56 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
57 $(top_srcdir)/configure.ac
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61CONFIG_HEADER = $(top_builddir)/config.h
62CONFIG_CLEAN_FILES =
63CONFIG_CLEAN_VPATH_FILES =
64AM_V_GEN = $(am__v_GEN_$(V))
65am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
66am__v_GEN_0 = @echo " GEN " $@;
67AM_V_at = $(am__v_at_$(V))
68am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
69am__v_at_0 = @
70SOURCES =
71DIST_SOURCES =
72RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73 html-recursive info-recursive install-data-recursive \
74 install-dvi-recursive install-exec-recursive \
75 install-html-recursive install-info-recursive \
76 install-pdf-recursive install-ps-recursive install-recursive \
77 installcheck-recursive installdirs-recursive pdf-recursive \
78 ps-recursive uninstall-recursive
79RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
80 distclean-recursive maintainer-clean-recursive
81AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
83 distdir
84ETAGS = etags
85CTAGS = ctags
86DIST_SUBDIRS = xim
87DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88am__relativize = \
89 dir0=`pwd`; \
90 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
91 sed_rest='s,^[^/]*/*,,'; \
92 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
93 sed_butlast='s,/*[^/]*$$,,'; \
94 while test -n "$$dir1"; do \
95 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
96 if test "$$first" != "."; then \
97 if test "$$first" = ".."; then \
98 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
99 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
100 else \
101 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
102 if test "$$first2" = "$$first"; then \
103 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
104 else \
105 dir2="../$$dir2"; \
106 fi; \
107 dir0="$$dir0"/"$$first"; \
108 fi; \
109 fi; \
110 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
111 done; \
112 reldir="$$dir2"
113ACLOCAL = @ACLOCAL@
114ALLOCA = @ALLOCA@
115AMTAR = @AMTAR@
116AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
117AR = @AR@
118AS = @AS@
119AUTOCONF = @AUTOCONF@
120AUTOHEADER = @AUTOHEADER@
121AUTOMAKE = @AUTOMAKE@
122AWK = @AWK@
123CARES_CFLAGS = @CARES_CFLAGS@
124CARES_LIBS = @CARES_LIBS@
125CC = @CC@
126CCDEPMODE = @CCDEPMODE@
127CFLAGS = @CFLAGS@
128CHECK_CFLAGS = @CHECK_CFLAGS@
129CHECK_LIBS = @CHECK_LIBS@
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CURL_CFLAGS = @CURL_CFLAGS@
133CURL_LIBS = @CURL_LIBS@
134CXX = @CXX@
135CXXCPP = @CXXCPP@
136CXXDEPMODE = @CXXDEPMODE@
137CXXFLAGS = @CXXFLAGS@
138CYGPATH_W = @CYGPATH_W@
139DEFS = @DEFS@
140DEPDIR = @DEPDIR@
141DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
142DIRECTFB_LIBS = @DIRECTFB_LIBS@
143DLLTOOL = @DLLTOOL@
144DSYMUTIL = @DSYMUTIL@
145DUMPBIN = @DUMPBIN@
146ECHO_C = @ECHO_C@
147ECHO_N = @ECHO_N@
148ECHO_T = @ECHO_T@
149ECORE_XCB_CFLAGS = @ECORE_XCB_CFLAGS@
150ECORE_XCB_LIBS = @ECORE_XCB_LIBS@
151EFL_ECORE_BUILD = @EFL_ECORE_BUILD@
152EFL_ECORE_CON_BUILD = @EFL_ECORE_CON_BUILD@
153EFL_ECORE_EVAS_BUILD = @EFL_ECORE_EVAS_BUILD@
154EFL_ECORE_FILE_BUILD = @EFL_ECORE_FILE_BUILD@
155EFL_ECORE_IMF_BUILD = @EFL_ECORE_IMF_BUILD@
156EFL_ECORE_IMF_EVAS_BUILD = @EFL_ECORE_IMF_EVAS_BUILD@
157EFL_ECORE_INPUT_BUILD = @EFL_ECORE_INPUT_BUILD@
158EFL_ECORE_INPUT_EVAS_BUILD = @EFL_ECORE_INPUT_EVAS_BUILD@
159EFL_ECORE_IPC_BUILD = @EFL_ECORE_IPC_BUILD@
160EFL_ECORE_PSL1GHT_BUILD = @EFL_ECORE_PSL1GHT_BUILD@
161EFL_ECORE_SDL_BUILD = @EFL_ECORE_SDL_BUILD@
162EFL_ECORE_WIN32_BUILD = @EFL_ECORE_WIN32_BUILD@
163EFL_ECORE_WINCE_BUILD = @EFL_ECORE_WINCE_BUILD@
164EFL_PTHREAD_CFLAGS = @EFL_PTHREAD_CFLAGS@
165EFL_PTHREAD_LIBS = @EFL_PTHREAD_LIBS@
166EGREP = @EGREP@
167EINA_CFLAGS = @EINA_CFLAGS@
168EINA_LIBS = @EINA_LIBS@
169ESCAPE_CFLAGS = @ESCAPE_CFLAGS@
170ESCAPE_LIBS = @ESCAPE_LIBS@
171EVAS_CFLAGS = @EVAS_CFLAGS@
172EVAS_LIBS = @EVAS_LIBS@
173EVIL_CFLAGS = @EVIL_CFLAGS@
174EVIL_LIBS = @EVIL_LIBS@
175EXEEXT = @EXEEXT@
176FGREP = @FGREP@
177GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
178GLIB_CFLAGS = @GLIB_CFLAGS@
179GLIB_LIBS = @GLIB_LIBS@
180GMSGFMT = @GMSGFMT@
181GMSGFMT_015 = @GMSGFMT_015@
182GREP = @GREP@
183INSTALL = @INSTALL@
184INSTALL_DATA = @INSTALL_DATA@
185INSTALL_PROGRAM = @INSTALL_PROGRAM@
186INSTALL_SCRIPT = @INSTALL_SCRIPT@
187INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
188INTLLIBS = @INTLLIBS@
189INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
190KEYSYMDEFS = @KEYSYMDEFS@
191LD = @LD@
192LDFLAGS = @LDFLAGS@
193LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
194LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
195LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
196LIBICONV = @LIBICONV@
197LIBINTL = @LIBINTL@
198LIBOBJS = @LIBOBJS@
199LIBS = @LIBS@
200LIBTOOL = @LIBTOOL@
201LIPO = @LIPO@
202LN_S = @LN_S@
203LTLIBICONV = @LTLIBICONV@
204LTLIBINTL = @LTLIBINTL@
205LTLIBOBJS = @LTLIBOBJS@
206MAKEINFO = @MAKEINFO@
207MKDIR_P = @MKDIR_P@
208MSGFMT = @MSGFMT@
209MSGFMT_015 = @MSGFMT_015@
210MSGMERGE = @MSGMERGE@
211NM = @NM@
212NMEDIT = @NMEDIT@
213OBJC = @OBJC@
214OBJCDEPMODE = @OBJCDEPMODE@
215OBJCFLAGS = @OBJCFLAGS@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OTOOL = @OTOOL@
219OTOOL64 = @OTOOL64@
220PACKAGE = @PACKAGE@
221PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222PACKAGE_NAME = @PACKAGE_NAME@
223PACKAGE_STRING = @PACKAGE_STRING@
224PACKAGE_TARNAME = @PACKAGE_TARNAME@
225PACKAGE_URL = @PACKAGE_URL@
226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@
228PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
229PIXMAN_LIBS = @PIXMAN_LIBS@
230PKG_CONFIG = @PKG_CONFIG@
231PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
232PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
233POSUB = @POSUB@
234RANLIB = @RANLIB@
235SDL_CFLAGS = @SDL_CFLAGS@
236SDL_CONFIG = @SDL_CONFIG@
237SDL_LIBS = @SDL_LIBS@
238SED = @SED@
239SET_MAKE = @SET_MAKE@
240SHELL = @SHELL@
241SSL_CFLAGS = @SSL_CFLAGS@
242SSL_LIBS = @SSL_LIBS@
243STRIP = @STRIP@
244TLS2_CFLAGS = @TLS2_CFLAGS@
245TLS2_LIBS = @TLS2_LIBS@
246TLS_CFLAGS = @TLS_CFLAGS@
247TLS_LIBS = @TLS_LIBS@
248TSLIB_CFLAGS = @TSLIB_CFLAGS@
249TSLIB_LIBS = @TSLIB_LIBS@
250USE_NLS = @USE_NLS@
251VERSION = @VERSION@
252VMAJ = @VMAJ@
253WIN32_CFLAGS = @WIN32_CFLAGS@
254WIN32_CPPFLAGS = @WIN32_CPPFLAGS@
255WIN32_LIBS = @WIN32_LIBS@
256XCB_COMPOSITE_CFLAGS = @XCB_COMPOSITE_CFLAGS@
257XCB_COMPOSITE_LIBS = @XCB_COMPOSITE_LIBS@
258XCB_CURSOR_CFLAGS = @XCB_CURSOR_CFLAGS@
259XCB_CURSOR_LIBS = @XCB_CURSOR_LIBS@
260XCB_DAMAGE_CFLAGS = @XCB_DAMAGE_CFLAGS@
261XCB_DAMAGE_LIBS = @XCB_DAMAGE_LIBS@
262XCB_DPMS_CFLAGS = @XCB_DPMS_CFLAGS@
263XCB_DPMS_LIBS = @XCB_DPMS_LIBS@
264XCB_RANDR_CFLAGS = @XCB_RANDR_CFLAGS@
265XCB_RANDR_LIBS = @XCB_RANDR_LIBS@
266XCB_RENDER_CFLAGS = @XCB_RENDER_CFLAGS@
267XCB_RENDER_LIBS = @XCB_RENDER_LIBS@
268XCB_SCREENSAVER_CFLAGS = @XCB_SCREENSAVER_CFLAGS@
269XCB_SCREENSAVER_LIBS = @XCB_SCREENSAVER_LIBS@
270XCB_SHAPE_CFLAGS = @XCB_SHAPE_CFLAGS@
271XCB_SHAPE_LIBS = @XCB_SHAPE_LIBS@
272XCB_SYNC_CFLAGS = @XCB_SYNC_CFLAGS@
273XCB_SYNC_LIBS = @XCB_SYNC_LIBS@
274XCB_X11_CFLAGS = @XCB_X11_CFLAGS@
275XCB_X11_LIBS = @XCB_X11_LIBS@
276XCB_XFIXES_CFLAGS = @XCB_XFIXES_CFLAGS@
277XCB_XFIXES_LIBS = @XCB_XFIXES_LIBS@
278XCB_XGESTURE_CFLAGS = @XCB_XGESTURE_CFLAGS@
279XCB_XGESTURE_LIBS = @XCB_XGESTURE_LIBS@
280XCB_XINERAMA_CFLAGS = @XCB_XINERAMA_CFLAGS@
281XCB_XINERAMA_LIBS = @XCB_XINERAMA_LIBS@
282XCB_XINPUT_CFLAGS = @XCB_XINPUT_CFLAGS@
283XCB_XINPUT_LIBS = @XCB_XINPUT_LIBS@
284XCB_XPRINT_CFLAGS = @XCB_XPRINT_CFLAGS@
285XCB_XPRINT_LIBS = @XCB_XPRINT_LIBS@
286XCB_XTEST_CFLAGS = @XCB_XTEST_CFLAGS@
287XCB_XTEST_LIBS = @XCB_XTEST_LIBS@
288XCOMPOSITE_CFLAGS = @XCOMPOSITE_CFLAGS@
289XCOMPOSITE_LIBS = @XCOMPOSITE_LIBS@
290XDAMAGE_CFLAGS = @XDAMAGE_CFLAGS@
291XDAMAGE_LIBS = @XDAMAGE_LIBS@
292XDPMS_CFLAGS = @XDPMS_CFLAGS@
293XDPMS_LIBS = @XDPMS_LIBS@
294XFIXES_CFLAGS = @XFIXES_CFLAGS@
295XFIXES_LIBS = @XFIXES_LIBS@
296XGESTURE_CFLAGS = @XGESTURE_CFLAGS@
297XGESTURE_LIBS = @XGESTURE_LIBS@
298XGETTEXT = @XGETTEXT@
299XGETTEXT_015 = @XGETTEXT_015@
300XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
301XI2_CFLAGS = @XI2_CFLAGS@
302XI2_LIBS = @XI2_LIBS@
303XINERAMA_CFLAGS = @XINERAMA_CFLAGS@
304XINERAMA_LIBS = @XINERAMA_LIBS@
305XKB_CFLAGS = @XKB_CFLAGS@
306XKB_LIBS = @XKB_LIBS@
307XMKMF = @XMKMF@
308XPRINT_CFLAGS = @XPRINT_CFLAGS@
309XPRINT_LIBS = @XPRINT_LIBS@
310XRANDR_CFLAGS = @XRANDR_CFLAGS@
311XRANDR_LIBS = @XRANDR_LIBS@
312XRENDER_CFLAGS = @XRENDER_CFLAGS@
313XRENDER_LIBS = @XRENDER_LIBS@
314XSS_CFLAGS = @XSS_CFLAGS@
315XSS_LIBS = @XSS_LIBS@
316XTEST_CFLAGS = @XTEST_CFLAGS@
317XTEST_LIBS = @XTEST_LIBS@
318X_CFLAGS = @X_CFLAGS@
319X_EXTRA_LIBS = @X_EXTRA_LIBS@
320X_LIBS = @X_LIBS@
321X_PRE_LIBS = @X_PRE_LIBS@
322Xcursor_cflags = @Xcursor_cflags@
323Xcursor_libs = @Xcursor_libs@
324abs_builddir = @abs_builddir@
325abs_srcdir = @abs_srcdir@
326abs_top_builddir = @abs_top_builddir@
327abs_top_srcdir = @abs_top_srcdir@
328ac_ct_CC = @ac_ct_CC@
329ac_ct_CXX = @ac_ct_CXX@
330ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
331ac_ct_OBJC = @ac_ct_OBJC@
332am__include = @am__include@
333am__leading_dot = @am__leading_dot@
334am__quote = @am__quote@
335am__tar = @am__tar@
336am__untar = @am__untar@
337bindir = @bindir@
338build = @build@
339build_alias = @build_alias@
340build_cpu = @build_cpu@
341build_os = @build_os@
342build_vendor = @build_vendor@
343builddir = @builddir@
344cocoa_ldflags = @cocoa_ldflags@
345datadir = @datadir@
346datarootdir = @datarootdir@
347dlopen_libs = @dlopen_libs@
348docdir = @docdir@
349dvidir = @dvidir@
350ecore_cocoa_cflags = @ecore_cocoa_cflags@
351ecore_cocoa_libs = @ecore_cocoa_libs@
352ecore_con_cflags = @ecore_con_cflags@
353ecore_con_libs = @ecore_con_libs@
354ecore_directfb_cflags = @ecore_directfb_cflags@
355ecore_directfb_libs = @ecore_directfb_libs@
356ecore_evas_cflags = @ecore_evas_cflags@
357ecore_evas_libs = @ecore_evas_libs@
358ecore_fb_cflags = @ecore_fb_cflags@
359ecore_fb_libs = @ecore_fb_libs@
360ecore_file_cflags = @ecore_file_cflags@
361ecore_file_libs = @ecore_file_libs@
362ecore_imf_cflags = @ecore_imf_cflags@
363ecore_imf_evas_cflags = @ecore_imf_evas_cflags@
364ecore_imf_evas_libs = @ecore_imf_evas_libs@
365ecore_imf_libs = @ecore_imf_libs@
366ecore_imf_xim_cflags = @ecore_imf_xim_cflags@
367ecore_imf_xim_libs = @ecore_imf_xim_libs@
368ecore_input_cflags = @ecore_input_cflags@
369ecore_input_evas_cflags = @ecore_input_evas_cflags@
370ecore_input_evas_libs = @ecore_input_evas_libs@
371ecore_input_libs = @ecore_input_libs@
372ecore_ipc_cflags = @ecore_ipc_cflags@
373ecore_ipc_libs = @ecore_ipc_libs@
374ecore_psl1ght_cflags = @ecore_psl1ght_cflags@
375ecore_psl1ght_libs = @ecore_psl1ght_libs@
376ecore_sdl_cflags = @ecore_sdl_cflags@
377ecore_sdl_libs = @ecore_sdl_libs@
378ecore_win32_cflags = @ecore_win32_cflags@
379ecore_win32_libs = @ecore_win32_libs@
380ecore_wince_cflags = @ecore_wince_cflags@
381ecore_wince_libs = @ecore_wince_libs@
382ecore_x_cflags = @ecore_x_cflags@
383ecore_x_libs = @ecore_x_libs@
384ecore_x_libs_private = @ecore_x_libs_private@
385efl_doxygen = @efl_doxygen@
386efl_have_doxygen = @efl_have_doxygen@
387exec_prefix = @exec_prefix@
388have_ecore_x_xcb_define = @have_ecore_x_xcb_define@
389host = @host@
390host_alias = @host_alias@
391host_cpu = @host_cpu@
392host_os = @host_os@
393host_vendor = @host_vendor@
394htmldir = @htmldir@
395includedir = @includedir@
396infodir = @infodir@
397install_sh = @install_sh@
398libdir = @libdir@
399libexecdir = @libexecdir@
400localedir = @localedir@
401localstatedir = @localstatedir@
402lt_ECHO = @lt_ECHO@
403lt_enable_auto_import = @lt_enable_auto_import@
404mandir = @mandir@
405mkdir_p = @mkdir_p@
406oldincludedir = @oldincludedir@
407pdfdir = @pdfdir@
408pkgconfig_requires_private = @pkgconfig_requires_private@
409prefix = @prefix@
410program_transform_name = @program_transform_name@
411psdir = @psdir@
412release_info = @release_info@
413requirements_ecore = @requirements_ecore@
414requirements_ecore_cocoa = @requirements_ecore_cocoa@
415requirements_ecore_con = @requirements_ecore_con@
416requirements_ecore_directfb = @requirements_ecore_directfb@
417requirements_ecore_evas = @requirements_ecore_evas@
418requirements_ecore_fb = @requirements_ecore_fb@
419requirements_ecore_file = @requirements_ecore_file@
420requirements_ecore_imf = @requirements_ecore_imf@
421requirements_ecore_imf_evas = @requirements_ecore_imf_evas@
422requirements_ecore_imf_xim = @requirements_ecore_imf_xim@
423requirements_ecore_input = @requirements_ecore_input@
424requirements_ecore_input_evas = @requirements_ecore_input_evas@
425requirements_ecore_ipc = @requirements_ecore_ipc@
426requirements_ecore_psl1ght = @requirements_ecore_psl1ght@
427requirements_ecore_sdl = @requirements_ecore_sdl@
428requirements_ecore_win32 = @requirements_ecore_win32@
429requirements_ecore_wince = @requirements_ecore_wince@
430requirements_ecore_x = @requirements_ecore_x@
431rt_libs = @rt_libs@
432sbindir = @sbindir@
433sharedstatedir = @sharedstatedir@
434srcdir = @srcdir@
435sysconfdir = @sysconfdir@
436target_alias = @target_alias@
437top_build_prefix = @top_build_prefix@
438top_builddir = @top_builddir@
439top_srcdir = @top_srcdir@
440version_info = @version_info@
441x_cflags = @x_cflags@
442x_includes = @x_includes@
443x_libs = @x_libs@
444MAINTAINERCLEANFILES = Makefile.in
445SUBDIRS = $(am__append_1)
446all: all-recursive
447
448.SUFFIXES:
449$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
450 @for dep in $?; do \
451 case '$(am__configure_deps)' in \
452 *$$dep*) \
453 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
454 && { if test -f $@; then exit 0; else break; fi; }; \
455 exit 1;; \
456 esac; \
457 done; \
458 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/modules/immodules/Makefile'; \
459 $(am__cd) $(top_srcdir) && \
460 $(AUTOMAKE) --gnu src/modules/immodules/Makefile
461.PRECIOUS: Makefile
462Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
463 @case '$?' in \
464 *config.status*) \
465 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
466 *) \
467 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
468 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
469 esac;
470
471$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
472 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473
474$(top_srcdir)/configure: $(am__configure_deps)
475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476$(ACLOCAL_M4): $(am__aclocal_m4_deps)
477 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478$(am__aclocal_m4_deps):
479
480mostlyclean-libtool:
481 -rm -f *.lo
482
483clean-libtool:
484 -rm -rf .libs _libs
485
486# This directory's subdirectories are mostly independent; you can cd
487# into them and run `make' without going through this Makefile.
488# To change the values of `make' variables: instead of editing Makefiles,
489# (1) if the variable is set in `config.status', edit `config.status'
490# (which will cause the Makefiles to be regenerated when you run `make');
491# (2) otherwise, pass the desired values on the `make' command line.
492$(RECURSIVE_TARGETS):
493 @fail= failcom='exit 1'; \
494 for f in x $$MAKEFLAGS; do \
495 case $$f in \
496 *=* | --[!k]*);; \
497 *k*) failcom='fail=yes';; \
498 esac; \
499 done; \
500 dot_seen=no; \
501 target=`echo $@ | sed s/-recursive//`; \
502 list='$(SUBDIRS)'; for subdir in $$list; do \
503 echo "Making $$target in $$subdir"; \
504 if test "$$subdir" = "."; then \
505 dot_seen=yes; \
506 local_target="$$target-am"; \
507 else \
508 local_target="$$target"; \
509 fi; \
510 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
511 || eval $$failcom; \
512 done; \
513 if test "$$dot_seen" = "no"; then \
514 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
515 fi; test -z "$$fail"
516
517$(RECURSIVE_CLEAN_TARGETS):
518 @fail= failcom='exit 1'; \
519 for f in x $$MAKEFLAGS; do \
520 case $$f in \
521 *=* | --[!k]*);; \
522 *k*) failcom='fail=yes';; \
523 esac; \
524 done; \
525 dot_seen=no; \
526 case "$@" in \
527 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
528 *) list='$(SUBDIRS)' ;; \
529 esac; \
530 rev=''; for subdir in $$list; do \
531 if test "$$subdir" = "."; then :; else \
532 rev="$$subdir $$rev"; \
533 fi; \
534 done; \
535 rev="$$rev ."; \
536 target=`echo $@ | sed s/-recursive//`; \
537 for subdir in $$rev; do \
538 echo "Making $$target in $$subdir"; \
539 if test "$$subdir" = "."; then \
540 local_target="$$target-am"; \
541 else \
542 local_target="$$target"; \
543 fi; \
544 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
545 || eval $$failcom; \
546 done && test -z "$$fail"
547tags-recursive:
548 list='$(SUBDIRS)'; for subdir in $$list; do \
549 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
550 done
551ctags-recursive:
552 list='$(SUBDIRS)'; for subdir in $$list; do \
553 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
554 done
555
556ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
557 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
558 unique=`for i in $$list; do \
559 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560 done | \
561 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562 END { if (nonempty) { for (i in files) print i; }; }'`; \
563 mkid -fID $$unique
564tags: TAGS
565
566TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
567 $(TAGS_FILES) $(LISP)
568 set x; \
569 here=`pwd`; \
570 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
571 include_option=--etags-include; \
572 empty_fix=.; \
573 else \
574 include_option=--include; \
575 empty_fix=; \
576 fi; \
577 list='$(SUBDIRS)'; for subdir in $$list; do \
578 if test "$$subdir" = .; then :; else \
579 test ! -f $$subdir/TAGS || \
580 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
581 fi; \
582 done; \
583 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
584 unique=`for i in $$list; do \
585 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
586 done | \
587 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
588 END { if (nonempty) { for (i in files) print i; }; }'`; \
589 shift; \
590 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
591 test -n "$$unique" || unique=$$empty_fix; \
592 if test $$# -gt 0; then \
593 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594 "$$@" $$unique; \
595 else \
596 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597 $$unique; \
598 fi; \
599 fi
600ctags: CTAGS
601CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
602 $(TAGS_FILES) $(LISP)
603 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
604 unique=`for i in $$list; do \
605 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
606 done | \
607 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
608 END { if (nonempty) { for (i in files) print i; }; }'`; \
609 test -z "$(CTAGS_ARGS)$$unique" \
610 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
611 $$unique
612
613GTAGS:
614 here=`$(am__cd) $(top_builddir) && pwd` \
615 && $(am__cd) $(top_srcdir) \
616 && gtags -i $(GTAGS_ARGS) "$$here"
617
618distclean-tags:
619 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
620
621distdir: $(DISTFILES)
622 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
623 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
624 list='$(DISTFILES)'; \
625 dist_files=`for file in $$list; do echo $$file; done | \
626 sed -e "s|^$$srcdirstrip/||;t" \
627 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
628 case $$dist_files in \
629 */*) $(MKDIR_P) `echo "$$dist_files" | \
630 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
631 sort -u` ;; \
632 esac; \
633 for file in $$dist_files; do \
634 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
635 if test -d $$d/$$file; then \
636 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
637 if test -d "$(distdir)/$$file"; then \
638 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
639 fi; \
640 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
641 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
642 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
643 fi; \
644 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
645 else \
646 test -f "$(distdir)/$$file" \
647 || cp -p $$d/$$file "$(distdir)/$$file" \
648 || exit 1; \
649 fi; \
650 done
651 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
652 if test "$$subdir" = .; then :; else \
653 test -d "$(distdir)/$$subdir" \
654 || $(MKDIR_P) "$(distdir)/$$subdir" \
655 || exit 1; \
656 fi; \
657 done
658 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
659 if test "$$subdir" = .; then :; else \
660 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
661 $(am__relativize); \
662 new_distdir=$$reldir; \
663 dir1=$$subdir; dir2="$(top_distdir)"; \
664 $(am__relativize); \
665 new_top_distdir=$$reldir; \
666 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
667 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
668 ($(am__cd) $$subdir && \
669 $(MAKE) $(AM_MAKEFLAGS) \
670 top_distdir="$$new_top_distdir" \
671 distdir="$$new_distdir" \
672 am__remove_distdir=: \
673 am__skip_length_check=: \
674 am__skip_mode_fix=: \
675 distdir) \
676 || exit 1; \
677 fi; \
678 done
679check-am: all-am
680check: check-recursive
681all-am: Makefile
682installdirs: installdirs-recursive
683installdirs-am:
684install: install-recursive
685install-exec: install-exec-recursive
686install-data: install-data-recursive
687uninstall: uninstall-recursive
688
689install-am: all-am
690 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
691
692installcheck: installcheck-recursive
693install-strip:
694 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696 `test -z '$(STRIP)' || \
697 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
698mostlyclean-generic:
699
700clean-generic:
701
702distclean-generic:
703 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
704 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
705
706maintainer-clean-generic:
707 @echo "This command is intended for maintainers to use"
708 @echo "it deletes files that may require special tools to rebuild."
709 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
710clean: clean-recursive
711
712clean-am: clean-generic clean-libtool mostlyclean-am
713
714distclean: distclean-recursive
715 -rm -f Makefile
716distclean-am: clean-am distclean-generic distclean-tags
717
718dvi: dvi-recursive
719
720dvi-am:
721
722html: html-recursive
723
724html-am:
725
726info: info-recursive
727
728info-am:
729
730install-data-am:
731
732install-dvi: install-dvi-recursive
733
734install-dvi-am:
735
736install-exec-am:
737
738install-html: install-html-recursive
739
740install-html-am:
741
742install-info: install-info-recursive
743
744install-info-am:
745
746install-man:
747
748install-pdf: install-pdf-recursive
749
750install-pdf-am:
751
752install-ps: install-ps-recursive
753
754install-ps-am:
755
756installcheck-am:
757
758maintainer-clean: maintainer-clean-recursive
759 -rm -f Makefile
760maintainer-clean-am: distclean-am maintainer-clean-generic
761
762mostlyclean: mostlyclean-recursive
763
764mostlyclean-am: mostlyclean-generic mostlyclean-libtool
765
766pdf: pdf-recursive
767
768pdf-am:
769
770ps: ps-recursive
771
772ps-am:
773
774uninstall-am:
775
776.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
777 install-am install-strip tags-recursive
778
779.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
780 all all-am check check-am clean clean-generic clean-libtool \
781 ctags ctags-recursive distclean distclean-generic \
782 distclean-libtool distclean-tags distdir dvi dvi-am html \
783 html-am info info-am install install-am install-data \
784 install-data-am install-dvi install-dvi-am install-exec \
785 install-exec-am install-html install-html-am install-info \
786 install-info-am install-man install-pdf install-pdf-am \
787 install-ps install-ps-am install-strip installcheck \
788 installcheck-am installdirs installdirs-am maintainer-clean \
789 maintainer-clean-generic mostlyclean mostlyclean-generic \
790 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
791 uninstall uninstall-am
792
793
794# Tell versions [3.59,3.63) of GNU make to not export all variables.
795# Otherwise a system limit (for SysV at least) may be exceeded.
796.NOEXPORT: