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