aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/modules/immodules/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/ecore/src/modules/immodules/Makefile.in811
1 files changed, 0 insertions, 811 deletions
diff --git a/libraries/ecore/src/modules/immodules/Makefile.in b/libraries/ecore/src/modules/immodules/Makefile.in
deleted file mode 100644
index 5dacbed..0000000
--- a/libraries/ecore/src/modules/immodules/Makefile.in
+++ /dev/null
@@ -1,811 +0,0 @@
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
37@BUILD_ECORE_IMF_SCIM_TRUE@am__append_2 = scim
38subdir = src/modules/immodules
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
42 $(top_srcdir)/m4/ac_path_generic.m4 \
43 $(top_srcdir)/m4/check_x_extension.m4 \
44 $(top_srcdir)/m4/ecore_check_module.m4 \
45 $(top_srcdir)/m4/ecore_check_options.m4 \
46 $(top_srcdir)/m4/efl_compiler_flag.m4 \
47 $(top_srcdir)/m4/efl_doxygen.m4 \
48 $(top_srcdir)/m4/efl_examples.m4 \
49 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \
50 $(top_srcdir)/m4/efl_threads.m4 $(top_srcdir)/m4/gettext.m4 \
51 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
52 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
53 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
54 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
55 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
56 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
57 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60mkinstalldirs = $(install_sh) -d
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 scim
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@
176EXOTIC_CFLAGS = @EXOTIC_CFLAGS@
177EXOTIC_LIBS = @EXOTIC_LIBS@
178FGREP = @FGREP@
179GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
180GLIB_CFLAGS = @GLIB_CFLAGS@
181GLIB_LIBS = @GLIB_LIBS@
182GMSGFMT = @GMSGFMT@
183GMSGFMT_015 = @GMSGFMT_015@
184GREP = @GREP@
185INSTALL = @INSTALL@
186INSTALL_DATA = @INSTALL_DATA@
187INSTALL_PROGRAM = @INSTALL_PROGRAM@
188INSTALL_SCRIPT = @INSTALL_SCRIPT@
189INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190INTLLIBS = @INTLLIBS@
191INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
192KEYSYMDEFS = @KEYSYMDEFS@
193LD = @LD@
194LDFLAGS = @LDFLAGS@
195LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
196LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
197LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
198LIBICONV = @LIBICONV@
199LIBINTL = @LIBINTL@
200LIBOBJS = @LIBOBJS@
201LIBS = @LIBS@
202LIBTOOL = @LIBTOOL@
203LIPO = @LIPO@
204LN_S = @LN_S@
205LTLIBICONV = @LTLIBICONV@
206LTLIBINTL = @LTLIBINTL@
207LTLIBOBJS = @LTLIBOBJS@
208MAKEINFO = @MAKEINFO@
209MKDIR_P = @MKDIR_P@
210MSGFMT = @MSGFMT@
211MSGFMT_015 = @MSGFMT_015@
212MSGMERGE = @MSGMERGE@
213NM = @NM@
214NMEDIT = @NMEDIT@
215OBJC = @OBJC@
216OBJCDEPMODE = @OBJCDEPMODE@
217OBJCFLAGS = @OBJCFLAGS@
218OBJDUMP = @OBJDUMP@
219OBJEXT = @OBJEXT@
220OTOOL = @OTOOL@
221OTOOL64 = @OTOOL64@
222PACKAGE = @PACKAGE@
223PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224PACKAGE_NAME = @PACKAGE_NAME@
225PACKAGE_STRING = @PACKAGE_STRING@
226PACKAGE_TARNAME = @PACKAGE_TARNAME@
227PACKAGE_URL = @PACKAGE_URL@
228PACKAGE_VERSION = @PACKAGE_VERSION@
229PATH_SEPARATOR = @PATH_SEPARATOR@
230PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
231PIXMAN_LIBS = @PIXMAN_LIBS@
232PKG_CONFIG = @PKG_CONFIG@
233PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
234PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
235POSUB = @POSUB@
236RANLIB = @RANLIB@
237SCIM_CFLAGS = @SCIM_CFLAGS@
238SCIM_LIBS = @SCIM_LIBS@
239SDL_CFLAGS = @SDL_CFLAGS@
240SDL_CONFIG = @SDL_CONFIG@
241SDL_LIBS = @SDL_LIBS@
242SED = @SED@
243SET_MAKE = @SET_MAKE@
244SHELL = @SHELL@
245SHM_OPEN_LIBS = @SHM_OPEN_LIBS@
246SSL_CFLAGS = @SSL_CFLAGS@
247SSL_LIBS = @SSL_LIBS@
248STRIP = @STRIP@
249TLS2_CFLAGS = @TLS2_CFLAGS@
250TLS2_LIBS = @TLS2_LIBS@
251TLS_CFLAGS = @TLS_CFLAGS@
252TLS_LIBS = @TLS_LIBS@
253TSLIB_CFLAGS = @TSLIB_CFLAGS@
254TSLIB_LIBS = @TSLIB_LIBS@
255USE_NLS = @USE_NLS@
256VERSION = @VERSION@
257VMAJ = @VMAJ@
258WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
259WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@
260WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@
261WAYLAND_LIBS = @WAYLAND_LIBS@
262WIN32_CFLAGS = @WIN32_CFLAGS@
263WIN32_CPPFLAGS = @WIN32_CPPFLAGS@
264WIN32_LIBS = @WIN32_LIBS@
265XCB_COMPOSITE_CFLAGS = @XCB_COMPOSITE_CFLAGS@
266XCB_COMPOSITE_LIBS = @XCB_COMPOSITE_LIBS@
267XCB_CURSOR_CFLAGS = @XCB_CURSOR_CFLAGS@
268XCB_CURSOR_LIBS = @XCB_CURSOR_LIBS@
269XCB_DAMAGE_CFLAGS = @XCB_DAMAGE_CFLAGS@
270XCB_DAMAGE_LIBS = @XCB_DAMAGE_LIBS@
271XCB_DPMS_CFLAGS = @XCB_DPMS_CFLAGS@
272XCB_DPMS_LIBS = @XCB_DPMS_LIBS@
273XCB_RANDR_CFLAGS = @XCB_RANDR_CFLAGS@
274XCB_RANDR_LIBS = @XCB_RANDR_LIBS@
275XCB_RENDER_CFLAGS = @XCB_RENDER_CFLAGS@
276XCB_RENDER_LIBS = @XCB_RENDER_LIBS@
277XCB_SCREENSAVER_CFLAGS = @XCB_SCREENSAVER_CFLAGS@
278XCB_SCREENSAVER_LIBS = @XCB_SCREENSAVER_LIBS@
279XCB_SHAPE_CFLAGS = @XCB_SHAPE_CFLAGS@
280XCB_SHAPE_LIBS = @XCB_SHAPE_LIBS@
281XCB_SYNC_CFLAGS = @XCB_SYNC_CFLAGS@
282XCB_SYNC_LIBS = @XCB_SYNC_LIBS@
283XCB_X11_CFLAGS = @XCB_X11_CFLAGS@
284XCB_X11_LIBS = @XCB_X11_LIBS@
285XCB_XFIXES_CFLAGS = @XCB_XFIXES_CFLAGS@
286XCB_XFIXES_LIBS = @XCB_XFIXES_LIBS@
287XCB_XGESTURE_CFLAGS = @XCB_XGESTURE_CFLAGS@
288XCB_XGESTURE_LIBS = @XCB_XGESTURE_LIBS@
289XCB_XINERAMA_CFLAGS = @XCB_XINERAMA_CFLAGS@
290XCB_XINERAMA_LIBS = @XCB_XINERAMA_LIBS@
291XCB_XINPUT_CFLAGS = @XCB_XINPUT_CFLAGS@
292XCB_XINPUT_LIBS = @XCB_XINPUT_LIBS@
293XCB_XPRINT_CFLAGS = @XCB_XPRINT_CFLAGS@
294XCB_XPRINT_LIBS = @XCB_XPRINT_LIBS@
295XCB_XTEST_CFLAGS = @XCB_XTEST_CFLAGS@
296XCB_XTEST_LIBS = @XCB_XTEST_LIBS@
297XCOMPOSITE_CFLAGS = @XCOMPOSITE_CFLAGS@
298XCOMPOSITE_LIBS = @XCOMPOSITE_LIBS@
299XDAMAGE_CFLAGS = @XDAMAGE_CFLAGS@
300XDAMAGE_LIBS = @XDAMAGE_LIBS@
301XDPMS_CFLAGS = @XDPMS_CFLAGS@
302XDPMS_LIBS = @XDPMS_LIBS@
303XFIXES_CFLAGS = @XFIXES_CFLAGS@
304XFIXES_LIBS = @XFIXES_LIBS@
305XGESTURE_CFLAGS = @XGESTURE_CFLAGS@
306XGESTURE_LIBS = @XGESTURE_LIBS@
307XGETTEXT = @XGETTEXT@
308XGETTEXT_015 = @XGETTEXT_015@
309XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
310XI2_CFLAGS = @XI2_CFLAGS@
311XI2_LIBS = @XI2_LIBS@
312XINERAMA_CFLAGS = @XINERAMA_CFLAGS@
313XINERAMA_LIBS = @XINERAMA_LIBS@
314XKB_CFLAGS = @XKB_CFLAGS@
315XKB_LIBS = @XKB_LIBS@
316XMKMF = @XMKMF@
317XPRINT_CFLAGS = @XPRINT_CFLAGS@
318XPRINT_LIBS = @XPRINT_LIBS@
319XRANDR_CFLAGS = @XRANDR_CFLAGS@
320XRANDR_LIBS = @XRANDR_LIBS@
321XRENDER_CFLAGS = @XRENDER_CFLAGS@
322XRENDER_LIBS = @XRENDER_LIBS@
323XSS_CFLAGS = @XSS_CFLAGS@
324XSS_LIBS = @XSS_LIBS@
325XTEST_CFLAGS = @XTEST_CFLAGS@
326XTEST_LIBS = @XTEST_LIBS@
327X_CFLAGS = @X_CFLAGS@
328X_EXTRA_LIBS = @X_EXTRA_LIBS@
329X_LIBS = @X_LIBS@
330X_PRE_LIBS = @X_PRE_LIBS@
331Xcursor_cflags = @Xcursor_cflags@
332Xcursor_libs = @Xcursor_libs@
333abs_builddir = @abs_builddir@
334abs_srcdir = @abs_srcdir@
335abs_top_builddir = @abs_top_builddir@
336abs_top_srcdir = @abs_top_srcdir@
337ac_ct_CC = @ac_ct_CC@
338ac_ct_CXX = @ac_ct_CXX@
339ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340ac_ct_OBJC = @ac_ct_OBJC@
341am__include = @am__include@
342am__leading_dot = @am__leading_dot@
343am__quote = @am__quote@
344am__tar = @am__tar@
345am__untar = @am__untar@
346bindir = @bindir@
347build = @build@
348build_alias = @build_alias@
349build_cpu = @build_cpu@
350build_os = @build_os@
351build_vendor = @build_vendor@
352builddir = @builddir@
353cocoa_ldflags = @cocoa_ldflags@
354datadir = @datadir@
355datarootdir = @datarootdir@
356dlopen_libs = @dlopen_libs@
357docdir = @docdir@
358dvidir = @dvidir@
359ecore_cocoa_cflags = @ecore_cocoa_cflags@
360ecore_cocoa_libs = @ecore_cocoa_libs@
361ecore_con_cflags = @ecore_con_cflags@
362ecore_con_libs = @ecore_con_libs@
363ecore_directfb_cflags = @ecore_directfb_cflags@
364ecore_directfb_libs = @ecore_directfb_libs@
365ecore_evas_cflags = @ecore_evas_cflags@
366ecore_evas_libs = @ecore_evas_libs@
367ecore_fb_cflags = @ecore_fb_cflags@
368ecore_fb_libs = @ecore_fb_libs@
369ecore_file_cflags = @ecore_file_cflags@
370ecore_file_libs = @ecore_file_libs@
371ecore_imf_cflags = @ecore_imf_cflags@
372ecore_imf_evas_cflags = @ecore_imf_evas_cflags@
373ecore_imf_evas_libs = @ecore_imf_evas_libs@
374ecore_imf_libs = @ecore_imf_libs@
375ecore_imf_scim_cflags = @ecore_imf_scim_cflags@
376ecore_imf_scim_libs = @ecore_imf_scim_libs@
377ecore_imf_xim_cflags = @ecore_imf_xim_cflags@
378ecore_imf_xim_libs = @ecore_imf_xim_libs@
379ecore_input_cflags = @ecore_input_cflags@
380ecore_input_evas_cflags = @ecore_input_evas_cflags@
381ecore_input_evas_libs = @ecore_input_evas_libs@
382ecore_input_libs = @ecore_input_libs@
383ecore_ipc_cflags = @ecore_ipc_cflags@
384ecore_ipc_libs = @ecore_ipc_libs@
385ecore_psl1ght_cflags = @ecore_psl1ght_cflags@
386ecore_psl1ght_libs = @ecore_psl1ght_libs@
387ecore_sdl_cflags = @ecore_sdl_cflags@
388ecore_sdl_libs = @ecore_sdl_libs@
389ecore_wayland_cflags = @ecore_wayland_cflags@
390ecore_wayland_libs = @ecore_wayland_libs@
391ecore_win32_cflags = @ecore_win32_cflags@
392ecore_win32_libs = @ecore_win32_libs@
393ecore_wince_cflags = @ecore_wince_cflags@
394ecore_wince_libs = @ecore_wince_libs@
395ecore_x_cflags = @ecore_x_cflags@
396ecore_x_libs = @ecore_x_libs@
397ecore_x_libs_private = @ecore_x_libs_private@
398efl_doxygen = @efl_doxygen@
399efl_have_doxygen = @efl_have_doxygen@
400exec_prefix = @exec_prefix@
401have_ecore_x_xcb_define = @have_ecore_x_xcb_define@
402host = @host@
403host_alias = @host_alias@
404host_cpu = @host_cpu@
405host_os = @host_os@
406host_vendor = @host_vendor@
407htmldir = @htmldir@
408includedir = @includedir@
409infodir = @infodir@
410install_sh = @install_sh@
411libdir = @libdir@
412libexecdir = @libexecdir@
413localedir = @localedir@
414localstatedir = @localstatedir@
415lt_ECHO = @lt_ECHO@
416lt_enable_auto_import = @lt_enable_auto_import@
417mandir = @mandir@
418mkdir_p = @mkdir_p@
419oldincludedir = @oldincludedir@
420pdfdir = @pdfdir@
421pkgconfig_requires_private = @pkgconfig_requires_private@
422prefix = @prefix@
423program_transform_name = @program_transform_name@
424psdir = @psdir@
425release_info = @release_info@
426requirements_ecore = @requirements_ecore@
427requirements_ecore_cocoa = @requirements_ecore_cocoa@
428requirements_ecore_con = @requirements_ecore_con@
429requirements_ecore_directfb = @requirements_ecore_directfb@
430requirements_ecore_evas = @requirements_ecore_evas@
431requirements_ecore_fb = @requirements_ecore_fb@
432requirements_ecore_file = @requirements_ecore_file@
433requirements_ecore_imf = @requirements_ecore_imf@
434requirements_ecore_imf_evas = @requirements_ecore_imf_evas@
435requirements_ecore_imf_scim = @requirements_ecore_imf_scim@
436requirements_ecore_imf_xim = @requirements_ecore_imf_xim@
437requirements_ecore_input = @requirements_ecore_input@
438requirements_ecore_input_evas = @requirements_ecore_input_evas@
439requirements_ecore_ipc = @requirements_ecore_ipc@
440requirements_ecore_psl1ght = @requirements_ecore_psl1ght@
441requirements_ecore_sdl = @requirements_ecore_sdl@
442requirements_ecore_wayland = @requirements_ecore_wayland@
443requirements_ecore_win32 = @requirements_ecore_win32@
444requirements_ecore_wince = @requirements_ecore_wince@
445requirements_ecore_x = @requirements_ecore_x@
446rt_libs = @rt_libs@
447sbindir = @sbindir@
448sharedstatedir = @sharedstatedir@
449srcdir = @srcdir@
450sysconfdir = @sysconfdir@
451target_alias = @target_alias@
452top_build_prefix = @top_build_prefix@
453top_builddir = @top_builddir@
454top_srcdir = @top_srcdir@
455version_info = @version_info@
456x_cflags = @x_cflags@
457x_includes = @x_includes@
458x_libs = @x_libs@
459MAINTAINERCLEANFILES = Makefile.in
460SUBDIRS = $(am__append_1) $(am__append_2)
461all: all-recursive
462
463.SUFFIXES:
464$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
465 @for dep in $?; do \
466 case '$(am__configure_deps)' in \
467 *$$dep*) \
468 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
469 && { if test -f $@; then exit 0; else break; fi; }; \
470 exit 1;; \
471 esac; \
472 done; \
473 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/modules/immodules/Makefile'; \
474 $(am__cd) $(top_srcdir) && \
475 $(AUTOMAKE) --gnu src/modules/immodules/Makefile
476.PRECIOUS: Makefile
477Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478 @case '$?' in \
479 *config.status*) \
480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
481 *) \
482 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
483 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
484 esac;
485
486$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
487 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488
489$(top_srcdir)/configure: $(am__configure_deps)
490 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491$(ACLOCAL_M4): $(am__aclocal_m4_deps)
492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493$(am__aclocal_m4_deps):
494
495mostlyclean-libtool:
496 -rm -f *.lo
497
498clean-libtool:
499 -rm -rf .libs _libs
500
501# This directory's subdirectories are mostly independent; you can cd
502# into them and run `make' without going through this Makefile.
503# To change the values of `make' variables: instead of editing Makefiles,
504# (1) if the variable is set in `config.status', edit `config.status'
505# (which will cause the Makefiles to be regenerated when you run `make');
506# (2) otherwise, pass the desired values on the `make' command line.
507$(RECURSIVE_TARGETS):
508 @fail= failcom='exit 1'; \
509 for f in x $$MAKEFLAGS; do \
510 case $$f in \
511 *=* | --[!k]*);; \
512 *k*) failcom='fail=yes';; \
513 esac; \
514 done; \
515 dot_seen=no; \
516 target=`echo $@ | sed s/-recursive//`; \
517 list='$(SUBDIRS)'; for subdir in $$list; do \
518 echo "Making $$target in $$subdir"; \
519 if test "$$subdir" = "."; then \
520 dot_seen=yes; \
521 local_target="$$target-am"; \
522 else \
523 local_target="$$target"; \
524 fi; \
525 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
526 || eval $$failcom; \
527 done; \
528 if test "$$dot_seen" = "no"; then \
529 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
530 fi; test -z "$$fail"
531
532$(RECURSIVE_CLEAN_TARGETS):
533 @fail= failcom='exit 1'; \
534 for f in x $$MAKEFLAGS; do \
535 case $$f in \
536 *=* | --[!k]*);; \
537 *k*) failcom='fail=yes';; \
538 esac; \
539 done; \
540 dot_seen=no; \
541 case "$@" in \
542 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
543 *) list='$(SUBDIRS)' ;; \
544 esac; \
545 rev=''; for subdir in $$list; do \
546 if test "$$subdir" = "."; then :; else \
547 rev="$$subdir $$rev"; \
548 fi; \
549 done; \
550 rev="$$rev ."; \
551 target=`echo $@ | sed s/-recursive//`; \
552 for subdir in $$rev; do \
553 echo "Making $$target in $$subdir"; \
554 if test "$$subdir" = "."; then \
555 local_target="$$target-am"; \
556 else \
557 local_target="$$target"; \
558 fi; \
559 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
560 || eval $$failcom; \
561 done && test -z "$$fail"
562tags-recursive:
563 list='$(SUBDIRS)'; for subdir in $$list; do \
564 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
565 done
566ctags-recursive:
567 list='$(SUBDIRS)'; for subdir in $$list; do \
568 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
569 done
570
571ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
572 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
573 unique=`for i in $$list; do \
574 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
575 done | \
576 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
577 END { if (nonempty) { for (i in files) print i; }; }'`; \
578 mkid -fID $$unique
579tags: TAGS
580
581TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
582 $(TAGS_FILES) $(LISP)
583 set x; \
584 here=`pwd`; \
585 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
586 include_option=--etags-include; \
587 empty_fix=.; \
588 else \
589 include_option=--include; \
590 empty_fix=; \
591 fi; \
592 list='$(SUBDIRS)'; for subdir in $$list; do \
593 if test "$$subdir" = .; then :; else \
594 test ! -f $$subdir/TAGS || \
595 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
596 fi; \
597 done; \
598 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
599 unique=`for i in $$list; do \
600 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601 done | \
602 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603 END { if (nonempty) { for (i in files) print i; }; }'`; \
604 shift; \
605 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
606 test -n "$$unique" || unique=$$empty_fix; \
607 if test $$# -gt 0; then \
608 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609 "$$@" $$unique; \
610 else \
611 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
612 $$unique; \
613 fi; \
614 fi
615ctags: CTAGS
616CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
617 $(TAGS_FILES) $(LISP)
618 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
619 unique=`for i in $$list; do \
620 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
621 done | \
622 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
623 END { if (nonempty) { for (i in files) print i; }; }'`; \
624 test -z "$(CTAGS_ARGS)$$unique" \
625 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
626 $$unique
627
628GTAGS:
629 here=`$(am__cd) $(top_builddir) && pwd` \
630 && $(am__cd) $(top_srcdir) \
631 && gtags -i $(GTAGS_ARGS) "$$here"
632
633distclean-tags:
634 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
635
636distdir: $(DISTFILES)
637 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639 list='$(DISTFILES)'; \
640 dist_files=`for file in $$list; do echo $$file; done | \
641 sed -e "s|^$$srcdirstrip/||;t" \
642 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
643 case $$dist_files in \
644 */*) $(MKDIR_P) `echo "$$dist_files" | \
645 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
646 sort -u` ;; \
647 esac; \
648 for file in $$dist_files; do \
649 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
650 if test -d $$d/$$file; then \
651 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
652 if test -d "$(distdir)/$$file"; then \
653 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654 fi; \
655 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
656 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
657 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658 fi; \
659 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
660 else \
661 test -f "$(distdir)/$$file" \
662 || cp -p $$d/$$file "$(distdir)/$$file" \
663 || exit 1; \
664 fi; \
665 done
666 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
667 if test "$$subdir" = .; then :; else \
668 test -d "$(distdir)/$$subdir" \
669 || $(MKDIR_P) "$(distdir)/$$subdir" \
670 || exit 1; \
671 fi; \
672 done
673 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
674 if test "$$subdir" = .; then :; else \
675 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
676 $(am__relativize); \
677 new_distdir=$$reldir; \
678 dir1=$$subdir; dir2="$(top_distdir)"; \
679 $(am__relativize); \
680 new_top_distdir=$$reldir; \
681 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
682 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
683 ($(am__cd) $$subdir && \
684 $(MAKE) $(AM_MAKEFLAGS) \
685 top_distdir="$$new_top_distdir" \
686 distdir="$$new_distdir" \
687 am__remove_distdir=: \
688 am__skip_length_check=: \
689 am__skip_mode_fix=: \
690 distdir) \
691 || exit 1; \
692 fi; \
693 done
694check-am: all-am
695check: check-recursive
696all-am: Makefile
697installdirs: installdirs-recursive
698installdirs-am:
699install: install-recursive
700install-exec: install-exec-recursive
701install-data: install-data-recursive
702uninstall: uninstall-recursive
703
704install-am: all-am
705 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
706
707installcheck: installcheck-recursive
708install-strip:
709 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
710 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
711 `test -z '$(STRIP)' || \
712 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
713mostlyclean-generic:
714
715clean-generic:
716
717distclean-generic:
718 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
719 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
720
721maintainer-clean-generic:
722 @echo "This command is intended for maintainers to use"
723 @echo "it deletes files that may require special tools to rebuild."
724 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
725clean: clean-recursive
726
727clean-am: clean-generic clean-libtool mostlyclean-am
728
729distclean: distclean-recursive
730 -rm -f Makefile
731distclean-am: clean-am distclean-generic distclean-tags
732
733dvi: dvi-recursive
734
735dvi-am:
736
737html: html-recursive
738
739html-am:
740
741info: info-recursive
742
743info-am:
744
745install-data-am:
746
747install-dvi: install-dvi-recursive
748
749install-dvi-am:
750
751install-exec-am:
752
753install-html: install-html-recursive
754
755install-html-am:
756
757install-info: install-info-recursive
758
759install-info-am:
760
761install-man:
762
763install-pdf: install-pdf-recursive
764
765install-pdf-am:
766
767install-ps: install-ps-recursive
768
769install-ps-am:
770
771installcheck-am:
772
773maintainer-clean: maintainer-clean-recursive
774 -rm -f Makefile
775maintainer-clean-am: distclean-am maintainer-clean-generic
776
777mostlyclean: mostlyclean-recursive
778
779mostlyclean-am: mostlyclean-generic mostlyclean-libtool
780
781pdf: pdf-recursive
782
783pdf-am:
784
785ps: ps-recursive
786
787ps-am:
788
789uninstall-am:
790
791.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
792 install-am install-strip tags-recursive
793
794.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
795 all all-am check check-am clean clean-generic clean-libtool \
796 ctags ctags-recursive distclean distclean-generic \
797 distclean-libtool distclean-tags distdir dvi dvi-am html \
798 html-am info info-am install install-am install-data \
799 install-data-am install-dvi install-dvi-am install-exec \
800 install-exec-am install-html install-html-am install-info \
801 install-info-am install-man install-pdf install-pdf-am \
802 install-ps install-ps-am install-strip installcheck \
803 installcheck-am installdirs installdirs-am maintainer-clean \
804 maintainer-clean-generic mostlyclean mostlyclean-generic \
805 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
806 uninstall uninstall-am
807
808
809# Tell versions [3.59,3.63) of GNU make to not export all variables.
810# Otherwise a system limit (for SysV at least) may be exceeded.
811.NOEXPORT: