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