diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/evas/src/modules/Makefile.in | 738 |
1 files changed, 0 insertions, 738 deletions
diff --git a/libraries/evas/src/modules/Makefile.in b/libraries/evas/src/modules/Makefile.in deleted file mode 100644 index 68865f3..0000000 --- a/libraries/evas/src/modules/Makefile.in +++ /dev/null | |||
@@ -1,738 +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@ | ||
17 | VPATH = @srcdir@ | ||
18 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
19 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
20 | pkglibdir = $(libdir)/@PACKAGE@ | ||
21 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
22 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
23 | install_sh_DATA = $(install_sh) -c -m 644 | ||
24 | install_sh_PROGRAM = $(install_sh) -c | ||
25 | install_sh_SCRIPT = $(install_sh) -c | ||
26 | INSTALL_HEADER = $(INSTALL_DATA) | ||
27 | transform = $(program_transform_name) | ||
28 | NORMAL_INSTALL = : | ||
29 | PRE_INSTALL = : | ||
30 | POST_INSTALL = : | ||
31 | NORMAL_UNINSTALL = : | ||
32 | PRE_UNINSTALL = : | ||
33 | POST_UNINSTALL = : | ||
34 | build_triplet = @build@ | ||
35 | host_triplet = @host@ | ||
36 | subdir = src/modules | ||
37 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | ||
38 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
39 | am__aclocal_m4_deps = $(top_srcdir)/m4/efl_attribute.m4 \ | ||
40 | $(top_srcdir)/m4/efl_coverage.m4 \ | ||
41 | $(top_srcdir)/m4/efl_doxygen.m4 \ | ||
42 | $(top_srcdir)/m4/efl_fnmatch.m4 \ | ||
43 | $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \ | ||
44 | $(top_srcdir)/m4/evas_check_engine.m4 \ | ||
45 | $(top_srcdir)/m4/evas_check_loader.m4 \ | ||
46 | $(top_srcdir)/m4/evas_converter.m4 \ | ||
47 | $(top_srcdir)/m4/evas_dither.m4 \ | ||
48 | $(top_srcdir)/m4/evas_scaler.m4 $(top_srcdir)/m4/libtool.m4 \ | ||
49 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | ||
50 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | ||
51 | $(top_srcdir)/configure.ac | ||
52 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
53 | $(ACLOCAL_M4) | ||
54 | mkinstalldirs = $(install_sh) -d | ||
55 | CONFIG_HEADER = $(top_builddir)/config.h | ||
56 | CONFIG_CLEAN_FILES = | ||
57 | CONFIG_CLEAN_VPATH_FILES = | ||
58 | AM_V_GEN = $(am__v_GEN_$(V)) | ||
59 | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | ||
60 | am__v_GEN_0 = @echo " GEN " $@; | ||
61 | AM_V_at = $(am__v_at_$(V)) | ||
62 | am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | ||
63 | am__v_at_0 = @ | ||
64 | SOURCES = | ||
65 | DIST_SOURCES = | ||
66 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | ||
67 | html-recursive info-recursive install-data-recursive \ | ||
68 | install-dvi-recursive install-exec-recursive \ | ||
69 | install-html-recursive install-info-recursive \ | ||
70 | install-pdf-recursive install-ps-recursive install-recursive \ | ||
71 | installcheck-recursive installdirs-recursive pdf-recursive \ | ||
72 | ps-recursive uninstall-recursive | ||
73 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | ||
74 | distclean-recursive maintainer-clean-recursive | ||
75 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | ||
76 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | ||
77 | distdir | ||
78 | ETAGS = etags | ||
79 | CTAGS = ctags | ||
80 | DIST_SUBDIRS = $(SUBDIRS) | ||
81 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
82 | am__relativize = \ | ||
83 | dir0=`pwd`; \ | ||
84 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | ||
85 | sed_rest='s,^[^/]*/*,,'; \ | ||
86 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | ||
87 | sed_butlast='s,/*[^/]*$$,,'; \ | ||
88 | while test -n "$$dir1"; do \ | ||
89 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | ||
90 | if test "$$first" != "."; then \ | ||
91 | if test "$$first" = ".."; then \ | ||
92 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | ||
93 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | ||
94 | else \ | ||
95 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | ||
96 | if test "$$first2" = "$$first"; then \ | ||
97 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | ||
98 | else \ | ||
99 | dir2="../$$dir2"; \ | ||
100 | fi; \ | ||
101 | dir0="$$dir0"/"$$first"; \ | ||
102 | fi; \ | ||
103 | fi; \ | ||
104 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | ||
105 | done; \ | ||
106 | reldir="$$dir2" | ||
107 | ACLOCAL = @ACLOCAL@ | ||
108 | ALLOCA = @ALLOCA@ | ||
109 | AMTAR = @AMTAR@ | ||
110 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
111 | AR = @AR@ | ||
112 | AS = @AS@ | ||
113 | AUTOCONF = @AUTOCONF@ | ||
114 | AUTOHEADER = @AUTOHEADER@ | ||
115 | AUTOMAKE = @AUTOMAKE@ | ||
116 | AWK = @AWK@ | ||
117 | CC = @CC@ | ||
118 | CCDEPMODE = @CCDEPMODE@ | ||
119 | CFLAGS = @CFLAGS@ | ||
120 | CHECK_CFLAGS = @CHECK_CFLAGS@ | ||
121 | CHECK_LIBS = @CHECK_LIBS@ | ||
122 | CPP = @CPP@ | ||
123 | CPPFLAGS = @CPPFLAGS@ | ||
124 | CXX = @CXX@ | ||
125 | CXXCPP = @CXXCPP@ | ||
126 | CXXDEPMODE = @CXXDEPMODE@ | ||
127 | CXXFLAGS = @CXXFLAGS@ | ||
128 | CYGPATH_W = @CYGPATH_W@ | ||
129 | DEFS = @DEFS@ | ||
130 | DEPDIR = @DEPDIR@ | ||
131 | DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@ | ||
132 | DIRECTFB_LIBS = @DIRECTFB_LIBS@ | ||
133 | DLLTOOL = @DLLTOOL@ | ||
134 | DSYMUTIL = @DSYMUTIL@ | ||
135 | DUMPBIN = @DUMPBIN@ | ||
136 | ECHO_C = @ECHO_C@ | ||
137 | ECHO_N = @ECHO_N@ | ||
138 | ECHO_T = @ECHO_T@ | ||
139 | ECORE_EVAS_CFLAGS = @ECORE_EVAS_CFLAGS@ | ||
140 | ECORE_EVAS_LIBS = @ECORE_EVAS_LIBS@ | ||
141 | EDB_CFLAGS = @EDB_CFLAGS@ | ||
142 | EDB_LIBS = @EDB_LIBS@ | ||
143 | EDJE_CFLAGS = @EDJE_CFLAGS@ | ||
144 | EDJE_LIBS = @EDJE_LIBS@ | ||
145 | EET_CFLAGS = @EET_CFLAGS@ | ||
146 | EET_LIBS = @EET_LIBS@ | ||
147 | EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@ | ||
148 | EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@ | ||
149 | EFL_FNMATCH_LIBS = @EFL_FNMATCH_LIBS@ | ||
150 | EGREP = @EGREP@ | ||
151 | EINA_CFLAGS = @EINA_CFLAGS@ | ||
152 | EINA_LIBS = @EINA_LIBS@ | ||
153 | EVAS_CFLAGS = @EVAS_CFLAGS@ | ||
154 | EVAS_LIBS = @EVAS_LIBS@ | ||
155 | EVAS_SSE3_CFLAGS = @EVAS_SSE3_CFLAGS@ | ||
156 | EVIL_CFLAGS = @EVIL_CFLAGS@ | ||
157 | EVIL_LIBS = @EVIL_LIBS@ | ||
158 | EXEEXT = @EXEEXT@ | ||
159 | EXOTIC_CFLAGS = @EXOTIC_CFLAGS@ | ||
160 | EXOTIC_LIBS = @EXOTIC_LIBS@ | ||
161 | FGREP = @FGREP@ | ||
162 | FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ | ||
163 | FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ | ||
164 | FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ | ||
165 | FREETYPE_LIBS = @FREETYPE_LIBS@ | ||
166 | FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@ | ||
167 | FRIBIDI_LIBS = @FRIBIDI_LIBS@ | ||
168 | GL_EET_CFLAGS = @GL_EET_CFLAGS@ | ||
169 | GL_EET_LIBS = @GL_EET_LIBS@ | ||
170 | GREP = @GREP@ | ||
171 | HARFBUZZ_CFLAGS = @HARFBUZZ_CFLAGS@ | ||
172 | HARFBUZZ_LIBS = @HARFBUZZ_LIBS@ | ||
173 | INSTALL = @INSTALL@ | ||
174 | INSTALL_DATA = @INSTALL_DATA@ | ||
175 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
176 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
177 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
178 | LD = @LD@ | ||
179 | LDFLAGS = @LDFLAGS@ | ||
180 | LIBOBJS = @LIBOBJS@ | ||
181 | LIBS = @LIBS@ | ||
182 | LIBTOOL = @LIBTOOL@ | ||
183 | LINEBREAK_CFLAGS = @LINEBREAK_CFLAGS@ | ||
184 | LINEBREAK_LIBS = @LINEBREAK_LIBS@ | ||
185 | LIPO = @LIPO@ | ||
186 | LN_S = @LN_S@ | ||
187 | LTLIBOBJS = @LTLIBOBJS@ | ||
188 | MAKEINFO = @MAKEINFO@ | ||
189 | MKDIR_P = @MKDIR_P@ | ||
190 | MODULE_ARCH = @MODULE_ARCH@ | ||
191 | NM = @NM@ | ||
192 | NMEDIT = @NMEDIT@ | ||
193 | OBJC = @OBJC@ | ||
194 | OBJCDEPMODE = @OBJCDEPMODE@ | ||
195 | OBJCFLAGS = @OBJCFLAGS@ | ||
196 | OBJDUMP = @OBJDUMP@ | ||
197 | OBJEXT = @OBJEXT@ | ||
198 | OTOOL = @OTOOL@ | ||
199 | OTOOL64 = @OTOOL64@ | ||
200 | PACKAGE = @PACKAGE@ | ||
201 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
202 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
203 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
204 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
205 | PACKAGE_URL = @PACKAGE_URL@ | ||
206 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
207 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
208 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ | ||
209 | PIXMAN_LIBS = @PIXMAN_LIBS@ | ||
210 | PKG_CONFIG = @PKG_CONFIG@ | ||
211 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
212 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
213 | PNG_CFLAGS = @PNG_CFLAGS@ | ||
214 | PNG_LIBS = @PNG_LIBS@ | ||
215 | RANLIB = @RANLIB@ | ||
216 | SDL_CFLAGS = @SDL_CFLAGS@ | ||
217 | SDL_LIBS = @SDL_LIBS@ | ||
218 | SED = @SED@ | ||
219 | SET_MAKE = @SET_MAKE@ | ||
220 | SHELL = @SHELL@ | ||
221 | SHM_OPEN_LINK = @SHM_OPEN_LINK@ | ||
222 | STRIP = @STRIP@ | ||
223 | SVG_CFLAGS = @SVG_CFLAGS@ | ||
224 | SVG_LIBS = @SVG_LIBS@ | ||
225 | VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ | ||
226 | VALGRIND_LIBS = @VALGRIND_LIBS@ | ||
227 | VERSION = @VERSION@ | ||
228 | VMAJ = @VMAJ@ | ||
229 | WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ | ||
230 | WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ | ||
231 | XCB_CFLAGS = @XCB_CFLAGS@ | ||
232 | XCB_GL_CFLAGS = @XCB_GL_CFLAGS@ | ||
233 | XCB_GL_LIBS = @XCB_GL_LIBS@ | ||
234 | XCB_LIBS = @XCB_LIBS@ | ||
235 | XEXT_CFLAGS = @XEXT_CFLAGS@ | ||
236 | XEXT_LIBS = @XEXT_LIBS@ | ||
237 | XMKMF = @XMKMF@ | ||
238 | X_CFLAGS = @X_CFLAGS@ | ||
239 | X_EXTRA_LIBS = @X_EXTRA_LIBS@ | ||
240 | X_LIBS = @X_LIBS@ | ||
241 | X_PRE_LIBS = @X_PRE_LIBS@ | ||
242 | abs_builddir = @abs_builddir@ | ||
243 | abs_srcdir = @abs_srcdir@ | ||
244 | abs_top_builddir = @abs_top_builddir@ | ||
245 | abs_top_srcdir = @abs_top_srcdir@ | ||
246 | ac_ct_CC = @ac_ct_CC@ | ||
247 | ac_ct_CXX = @ac_ct_CXX@ | ||
248 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
249 | ac_ct_OBJC = @ac_ct_OBJC@ | ||
250 | altivec_cflags = @altivec_cflags@ | ||
251 | am__include = @am__include@ | ||
252 | am__leading_dot = @am__leading_dot@ | ||
253 | am__quote = @am__quote@ | ||
254 | am__tar = @am__tar@ | ||
255 | am__untar = @am__untar@ | ||
256 | bindir = @bindir@ | ||
257 | build = @build@ | ||
258 | build_alias = @build_alias@ | ||
259 | build_cpu = @build_cpu@ | ||
260 | build_os = @build_os@ | ||
261 | build_vendor = @build_vendor@ | ||
262 | builddir = @builddir@ | ||
263 | datadir = @datadir@ | ||
264 | datarootdir = @datarootdir@ | ||
265 | dlopen_libs = @dlopen_libs@ | ||
266 | docdir = @docdir@ | ||
267 | dvidir = @dvidir@ | ||
268 | edje_cc = @edje_cc@ | ||
269 | efl_doxygen = @efl_doxygen@ | ||
270 | efl_have_doxygen = @efl_have_doxygen@ | ||
271 | evas_engine_buffer_cflags = @evas_engine_buffer_cflags@ | ||
272 | evas_engine_buffer_libs = @evas_engine_buffer_libs@ | ||
273 | evas_engine_direct3d_cflags = @evas_engine_direct3d_cflags@ | ||
274 | evas_engine_direct3d_libs = @evas_engine_direct3d_libs@ | ||
275 | evas_engine_directfb_cflags = @evas_engine_directfb_cflags@ | ||
276 | evas_engine_directfb_libs = @evas_engine_directfb_libs@ | ||
277 | evas_engine_fb_cflags = @evas_engine_fb_cflags@ | ||
278 | evas_engine_fb_libs = @evas_engine_fb_libs@ | ||
279 | evas_engine_gl_cocoa_cflags = @evas_engine_gl_cocoa_cflags@ | ||
280 | evas_engine_gl_cocoa_libs = @evas_engine_gl_cocoa_libs@ | ||
281 | evas_engine_gl_common_libs = @evas_engine_gl_common_libs@ | ||
282 | evas_engine_gl_sdl_cflags = @evas_engine_gl_sdl_cflags@ | ||
283 | evas_engine_gl_sdl_libs = @evas_engine_gl_sdl_libs@ | ||
284 | evas_engine_gl_xcb_cflags = @evas_engine_gl_xcb_cflags@ | ||
285 | evas_engine_gl_xcb_libs = @evas_engine_gl_xcb_libs@ | ||
286 | evas_engine_gl_xlib_cflags = @evas_engine_gl_xlib_cflags@ | ||
287 | evas_engine_gl_xlib_libs = @evas_engine_gl_xlib_libs@ | ||
288 | evas_engine_psl1ght_cflags = @evas_engine_psl1ght_cflags@ | ||
289 | evas_engine_psl1ght_libs = @evas_engine_psl1ght_libs@ | ||
290 | evas_engine_software_16_ddraw_cflags = @evas_engine_software_16_ddraw_cflags@ | ||
291 | evas_engine_software_16_ddraw_libs = @evas_engine_software_16_ddraw_libs@ | ||
292 | evas_engine_software_16_sdl_cflags = @evas_engine_software_16_sdl_cflags@ | ||
293 | evas_engine_software_16_sdl_libs = @evas_engine_software_16_sdl_libs@ | ||
294 | evas_engine_software_16_wince_cflags = @evas_engine_software_16_wince_cflags@ | ||
295 | evas_engine_software_16_wince_libs = @evas_engine_software_16_wince_libs@ | ||
296 | evas_engine_software_16_x11_cflags = @evas_engine_software_16_x11_cflags@ | ||
297 | evas_engine_software_16_x11_libs = @evas_engine_software_16_x11_libs@ | ||
298 | evas_engine_software_8_x11_cflags = @evas_engine_software_8_x11_cflags@ | ||
299 | evas_engine_software_8_x11_libs = @evas_engine_software_8_x11_libs@ | ||
300 | evas_engine_software_ddraw_cflags = @evas_engine_software_ddraw_cflags@ | ||
301 | evas_engine_software_ddraw_libs = @evas_engine_software_ddraw_libs@ | ||
302 | evas_engine_software_gdi_cflags = @evas_engine_software_gdi_cflags@ | ||
303 | evas_engine_software_gdi_libs = @evas_engine_software_gdi_libs@ | ||
304 | evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@ | ||
305 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ | ||
306 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ | ||
307 | evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ | ||
308 | evas_engine_wayland_egl_cflags = @evas_engine_wayland_egl_cflags@ | ||
309 | evas_engine_wayland_egl_libs = @evas_engine_wayland_egl_libs@ | ||
310 | evas_engine_wayland_shm_cflags = @evas_engine_wayland_shm_cflags@ | ||
311 | evas_engine_wayland_shm_libs = @evas_engine_wayland_shm_libs@ | ||
312 | evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ | ||
313 | evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ | ||
314 | evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ | ||
315 | evas_image_loader_edb_libs = @evas_image_loader_edb_libs@ | ||
316 | evas_image_loader_eet_cflags = @evas_image_loader_eet_cflags@ | ||
317 | evas_image_loader_eet_libs = @evas_image_loader_eet_libs@ | ||
318 | evas_image_loader_generic_cflags = @evas_image_loader_generic_cflags@ | ||
319 | evas_image_loader_generic_libs = @evas_image_loader_generic_libs@ | ||
320 | evas_image_loader_gif_cflags = @evas_image_loader_gif_cflags@ | ||
321 | evas_image_loader_gif_libs = @evas_image_loader_gif_libs@ | ||
322 | evas_image_loader_ico_cflags = @evas_image_loader_ico_cflags@ | ||
323 | evas_image_loader_ico_libs = @evas_image_loader_ico_libs@ | ||
324 | evas_image_loader_jpeg_cflags = @evas_image_loader_jpeg_cflags@ | ||
325 | evas_image_loader_jpeg_libs = @evas_image_loader_jpeg_libs@ | ||
326 | evas_image_loader_pmaps_cflags = @evas_image_loader_pmaps_cflags@ | ||
327 | evas_image_loader_pmaps_libs = @evas_image_loader_pmaps_libs@ | ||
328 | evas_image_loader_png_cflags = @evas_image_loader_png_cflags@ | ||
329 | evas_image_loader_png_libs = @evas_image_loader_png_libs@ | ||
330 | evas_image_loader_psd_cflags = @evas_image_loader_psd_cflags@ | ||
331 | evas_image_loader_psd_libs = @evas_image_loader_psd_libs@ | ||
332 | evas_image_loader_svg_cflags = @evas_image_loader_svg_cflags@ | ||
333 | evas_image_loader_svg_libs = @evas_image_loader_svg_libs@ | ||
334 | evas_image_loader_tga_cflags = @evas_image_loader_tga_cflags@ | ||
335 | evas_image_loader_tga_libs = @evas_image_loader_tga_libs@ | ||
336 | evas_image_loader_tiff_cflags = @evas_image_loader_tiff_cflags@ | ||
337 | evas_image_loader_tiff_libs = @evas_image_loader_tiff_libs@ | ||
338 | evas_image_loader_wbmp_cflags = @evas_image_loader_wbmp_cflags@ | ||
339 | evas_image_loader_wbmp_libs = @evas_image_loader_wbmp_libs@ | ||
340 | evas_image_loader_xpm_cflags = @evas_image_loader_xpm_cflags@ | ||
341 | evas_image_loader_xpm_libs = @evas_image_loader_xpm_libs@ | ||
342 | exec_prefix = @exec_prefix@ | ||
343 | have_evas_engine_gl_x11 = @have_evas_engine_gl_x11@ | ||
344 | have_evas_engine_gl_xcb = @have_evas_engine_gl_xcb@ | ||
345 | have_evas_engine_gl_xlib = @have_evas_engine_gl_xlib@ | ||
346 | have_evas_engine_software_x11 = @have_evas_engine_software_x11@ | ||
347 | have_evas_engine_software_xcb = @have_evas_engine_software_xcb@ | ||
348 | have_evas_engine_software_xlib = @have_evas_engine_software_xlib@ | ||
349 | have_lcov = @have_lcov@ | ||
350 | host = @host@ | ||
351 | host_alias = @host_alias@ | ||
352 | host_cpu = @host_cpu@ | ||
353 | host_os = @host_os@ | ||
354 | host_vendor = @host_vendor@ | ||
355 | htmldir = @htmldir@ | ||
356 | includedir = @includedir@ | ||
357 | infodir = @infodir@ | ||
358 | install_sh = @install_sh@ | ||
359 | libdir = @libdir@ | ||
360 | libexecdir = @libexecdir@ | ||
361 | localedir = @localedir@ | ||
362 | localstatedir = @localstatedir@ | ||
363 | lt_ECHO = @lt_ECHO@ | ||
364 | lt_enable_auto_import = @lt_enable_auto_import@ | ||
365 | mandir = @mandir@ | ||
366 | mkdir_p = @mkdir_p@ | ||
367 | oldincludedir = @oldincludedir@ | ||
368 | pdfdir = @pdfdir@ | ||
369 | pkgconfig_requires_private = @pkgconfig_requires_private@ | ||
370 | prefix = @prefix@ | ||
371 | program_transform_name = @program_transform_name@ | ||
372 | psdir = @psdir@ | ||
373 | pthread_cflags = @pthread_cflags@ | ||
374 | pthread_libs = @pthread_libs@ | ||
375 | release_info = @release_info@ | ||
376 | requirement_evas = @requirement_evas@ | ||
377 | sbindir = @sbindir@ | ||
378 | sharedstatedir = @sharedstatedir@ | ||
379 | srcdir = @srcdir@ | ||
380 | sysconfdir = @sysconfdir@ | ||
381 | target_alias = @target_alias@ | ||
382 | top_build_prefix = @top_build_prefix@ | ||
383 | top_builddir = @top_builddir@ | ||
384 | top_srcdir = @top_srcdir@ | ||
385 | version_info = @version_info@ | ||
386 | MAINTAINERCLEANFILES = Makefile.in | ||
387 | SUBDIRS = engines loaders savers | ||
388 | all: all-recursive | ||
389 | |||
390 | .SUFFIXES: | ||
391 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
392 | @for dep in $?; do \ | ||
393 | case '$(am__configure_deps)' in \ | ||
394 | *$$dep*) \ | ||
395 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ||
396 | && { if test -f $@; then exit 0; else break; fi; }; \ | ||
397 | exit 1;; \ | ||
398 | esac; \ | ||
399 | done; \ | ||
400 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/modules/Makefile'; \ | ||
401 | $(am__cd) $(top_srcdir) && \ | ||
402 | $(AUTOMAKE) --gnu src/modules/Makefile | ||
403 | .PRECIOUS: Makefile | ||
404 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
405 | @case '$?' in \ | ||
406 | *config.status*) \ | ||
407 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
408 | *) \ | ||
409 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
410 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
411 | esac; | ||
412 | |||
413 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
414 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
415 | |||
416 | $(top_srcdir)/configure: $(am__configure_deps) | ||
417 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
418 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
419 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
420 | $(am__aclocal_m4_deps): | ||
421 | |||
422 | mostlyclean-libtool: | ||
423 | -rm -f *.lo | ||
424 | |||
425 | clean-libtool: | ||
426 | -rm -rf .libs _libs | ||
427 | |||
428 | # This directory's subdirectories are mostly independent; you can cd | ||
429 | # into them and run `make' without going through this Makefile. | ||
430 | # To change the values of `make' variables: instead of editing Makefiles, | ||
431 | # (1) if the variable is set in `config.status', edit `config.status' | ||
432 | # (which will cause the Makefiles to be regenerated when you run `make'); | ||
433 | # (2) otherwise, pass the desired values on the `make' command line. | ||
434 | $(RECURSIVE_TARGETS): | ||
435 | @fail= failcom='exit 1'; \ | ||
436 | for f in x $$MAKEFLAGS; do \ | ||
437 | case $$f in \ | ||
438 | *=* | --[!k]*);; \ | ||
439 | *k*) failcom='fail=yes';; \ | ||
440 | esac; \ | ||
441 | done; \ | ||
442 | dot_seen=no; \ | ||
443 | target=`echo $@ | sed s/-recursive//`; \ | ||
444 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
445 | echo "Making $$target in $$subdir"; \ | ||
446 | if test "$$subdir" = "."; then \ | ||
447 | dot_seen=yes; \ | ||
448 | local_target="$$target-am"; \ | ||
449 | else \ | ||
450 | local_target="$$target"; \ | ||
451 | fi; \ | ||
452 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
453 | || eval $$failcom; \ | ||
454 | done; \ | ||
455 | if test "$$dot_seen" = "no"; then \ | ||
456 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | ||
457 | fi; test -z "$$fail" | ||
458 | |||
459 | $(RECURSIVE_CLEAN_TARGETS): | ||
460 | @fail= failcom='exit 1'; \ | ||
461 | for f in x $$MAKEFLAGS; do \ | ||
462 | case $$f in \ | ||
463 | *=* | --[!k]*);; \ | ||
464 | *k*) failcom='fail=yes';; \ | ||
465 | esac; \ | ||
466 | done; \ | ||
467 | dot_seen=no; \ | ||
468 | case "$@" in \ | ||
469 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||
470 | *) list='$(SUBDIRS)' ;; \ | ||
471 | esac; \ | ||
472 | rev=''; for subdir in $$list; do \ | ||
473 | if test "$$subdir" = "."; then :; else \ | ||
474 | rev="$$subdir $$rev"; \ | ||
475 | fi; \ | ||
476 | done; \ | ||
477 | rev="$$rev ."; \ | ||
478 | target=`echo $@ | sed s/-recursive//`; \ | ||
479 | for subdir in $$rev; do \ | ||
480 | echo "Making $$target in $$subdir"; \ | ||
481 | if test "$$subdir" = "."; then \ | ||
482 | local_target="$$target-am"; \ | ||
483 | else \ | ||
484 | local_target="$$target"; \ | ||
485 | fi; \ | ||
486 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
487 | || eval $$failcom; \ | ||
488 | done && test -z "$$fail" | ||
489 | tags-recursive: | ||
490 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
491 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | ||
492 | done | ||
493 | ctags-recursive: | ||
494 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
495 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | ||
496 | done | ||
497 | |||
498 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
499 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
500 | unique=`for i in $$list; do \ | ||
501 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
502 | done | \ | ||
503 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
504 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
505 | mkid -fID $$unique | ||
506 | tags: TAGS | ||
507 | |||
508 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
509 | $(TAGS_FILES) $(LISP) | ||
510 | set x; \ | ||
511 | here=`pwd`; \ | ||
512 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | ||
513 | include_option=--etags-include; \ | ||
514 | empty_fix=.; \ | ||
515 | else \ | ||
516 | include_option=--include; \ | ||
517 | empty_fix=; \ | ||
518 | fi; \ | ||
519 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
520 | if test "$$subdir" = .; then :; else \ | ||
521 | test ! -f $$subdir/TAGS || \ | ||
522 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | ||
523 | fi; \ | ||
524 | done; \ | ||
525 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
526 | unique=`for i in $$list; do \ | ||
527 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
528 | done | \ | ||
529 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
530 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
531 | shift; \ | ||
532 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | ||
533 | test -n "$$unique" || unique=$$empty_fix; \ | ||
534 | if test $$# -gt 0; then \ | ||
535 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
536 | "$$@" $$unique; \ | ||
537 | else \ | ||
538 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
539 | $$unique; \ | ||
540 | fi; \ | ||
541 | fi | ||
542 | ctags: CTAGS | ||
543 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
544 | $(TAGS_FILES) $(LISP) | ||
545 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
546 | unique=`for i in $$list; do \ | ||
547 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
548 | done | \ | ||
549 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
550 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
551 | test -z "$(CTAGS_ARGS)$$unique" \ | ||
552 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
553 | $$unique | ||
554 | |||
555 | GTAGS: | ||
556 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
557 | && $(am__cd) $(top_srcdir) \ | ||
558 | && gtags -i $(GTAGS_ARGS) "$$here" | ||
559 | |||
560 | distclean-tags: | ||
561 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
562 | |||
563 | distdir: $(DISTFILES) | ||
564 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
565 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
566 | list='$(DISTFILES)'; \ | ||
567 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
568 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
569 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
570 | case $$dist_files in \ | ||
571 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
572 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
573 | sort -u` ;; \ | ||
574 | esac; \ | ||
575 | for file in $$dist_files; do \ | ||
576 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
577 | if test -d $$d/$$file; then \ | ||
578 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
579 | if test -d "$(distdir)/$$file"; then \ | ||
580 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
581 | fi; \ | ||
582 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
583 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
584 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
585 | fi; \ | ||
586 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
587 | else \ | ||
588 | test -f "$(distdir)/$$file" \ | ||
589 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
590 | || exit 1; \ | ||
591 | fi; \ | ||
592 | done | ||
593 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
594 | if test "$$subdir" = .; then :; else \ | ||
595 | test -d "$(distdir)/$$subdir" \ | ||
596 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | ||
597 | || exit 1; \ | ||
598 | fi; \ | ||
599 | done | ||
600 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
601 | if test "$$subdir" = .; then :; else \ | ||
602 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | ||
603 | $(am__relativize); \ | ||
604 | new_distdir=$$reldir; \ | ||
605 | dir1=$$subdir; dir2="$(top_distdir)"; \ | ||
606 | $(am__relativize); \ | ||
607 | new_top_distdir=$$reldir; \ | ||
608 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | ||
609 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | ||
610 | ($(am__cd) $$subdir && \ | ||
611 | $(MAKE) $(AM_MAKEFLAGS) \ | ||
612 | top_distdir="$$new_top_distdir" \ | ||
613 | distdir="$$new_distdir" \ | ||
614 | am__remove_distdir=: \ | ||
615 | am__skip_length_check=: \ | ||
616 | am__skip_mode_fix=: \ | ||
617 | distdir) \ | ||
618 | || exit 1; \ | ||
619 | fi; \ | ||
620 | done | ||
621 | check-am: all-am | ||
622 | check: check-recursive | ||
623 | all-am: Makefile | ||
624 | installdirs: installdirs-recursive | ||
625 | installdirs-am: | ||
626 | install: install-recursive | ||
627 | install-exec: install-exec-recursive | ||
628 | install-data: install-data-recursive | ||
629 | uninstall: uninstall-recursive | ||
630 | |||
631 | install-am: all-am | ||
632 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
633 | |||
634 | installcheck: installcheck-recursive | ||
635 | install-strip: | ||
636 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
637 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
638 | `test -z '$(STRIP)' || \ | ||
639 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
640 | mostlyclean-generic: | ||
641 | |||
642 | clean-generic: | ||
643 | |||
644 | distclean-generic: | ||
645 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
646 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
647 | |||
648 | maintainer-clean-generic: | ||
649 | @echo "This command is intended for maintainers to use" | ||
650 | @echo "it deletes files that may require special tools to rebuild." | ||
651 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | ||
652 | clean: clean-recursive | ||
653 | |||
654 | clean-am: clean-generic clean-libtool mostlyclean-am | ||
655 | |||
656 | distclean: distclean-recursive | ||
657 | -rm -f Makefile | ||
658 | distclean-am: clean-am distclean-generic distclean-tags | ||
659 | |||
660 | dvi: dvi-recursive | ||
661 | |||
662 | dvi-am: | ||
663 | |||
664 | html: html-recursive | ||
665 | |||
666 | html-am: | ||
667 | |||
668 | info: info-recursive | ||
669 | |||
670 | info-am: | ||
671 | |||
672 | install-data-am: | ||
673 | |||
674 | install-dvi: install-dvi-recursive | ||
675 | |||
676 | install-dvi-am: | ||
677 | |||
678 | install-exec-am: | ||
679 | |||
680 | install-html: install-html-recursive | ||
681 | |||
682 | install-html-am: | ||
683 | |||
684 | install-info: install-info-recursive | ||
685 | |||
686 | install-info-am: | ||
687 | |||
688 | install-man: | ||
689 | |||
690 | install-pdf: install-pdf-recursive | ||
691 | |||
692 | install-pdf-am: | ||
693 | |||
694 | install-ps: install-ps-recursive | ||
695 | |||
696 | install-ps-am: | ||
697 | |||
698 | installcheck-am: | ||
699 | |||
700 | maintainer-clean: maintainer-clean-recursive | ||
701 | -rm -f Makefile | ||
702 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
703 | |||
704 | mostlyclean: mostlyclean-recursive | ||
705 | |||
706 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
707 | |||
708 | pdf: pdf-recursive | ||
709 | |||
710 | pdf-am: | ||
711 | |||
712 | ps: ps-recursive | ||
713 | |||
714 | ps-am: | ||
715 | |||
716 | uninstall-am: | ||
717 | |||
718 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ | ||
719 | install-am install-strip tags-recursive | ||
720 | |||
721 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | ||
722 | all all-am check check-am clean clean-generic clean-libtool \ | ||
723 | ctags ctags-recursive distclean distclean-generic \ | ||
724 | distclean-libtool distclean-tags distdir dvi dvi-am html \ | ||
725 | html-am info info-am install install-am install-data \ | ||
726 | install-data-am install-dvi install-dvi-am install-exec \ | ||
727 | install-exec-am install-html install-html-am install-info \ | ||
728 | install-info-am install-man install-pdf install-pdf-am \ | ||
729 | install-ps install-ps-am install-strip installcheck \ | ||
730 | installcheck-am installdirs installdirs-am maintainer-clean \ | ||
731 | maintainer-clean-generic mostlyclean mostlyclean-generic \ | ||
732 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | ||
733 | uninstall uninstall-am | ||
734 | |||
735 | |||
736 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
737 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
738 | .NOEXPORT: | ||