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