Makefile.in   Makefile.in 
# Makefile.in generated by automake 1.11.5 from Makefile.am. # Makefile.in generated by automake 1.11.1 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Foundation, Inc. # Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful, # This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. # PARTICULAR PURPOSE.
@SET_MAKE@ @SET_MAKE@
VPATH = @srcdir@ VPATH = @srcdir@
am__make_dryrun = \
{ \
am__dry=no; \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
*) \
for am__flg in $$MAKEFLAGS; do \
case $$am__flg in \
*=*|--*) ;; \
*n*) am__dry=yes; break;; \
esac; \
done;; \
esac; \
test $$am__dry = yes; \
}
pkgdatadir = $(datadir)/@PACKAGE@ pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644 install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA) INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name) transform = $(program_transform_name)
skipping to change at line 68 skipping to change at line 51
am__aclocal_m4_deps = $(top_srcdir)/m4/efl_attribute.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/efl_attribute.m4 \
$(top_srcdir)/m4/efl_coverage.m4 \ $(top_srcdir)/m4/efl_coverage.m4 \
$(top_srcdir)/m4/efl_doxygen.m4 \ $(top_srcdir)/m4/efl_doxygen.m4 \
$(top_srcdir)/m4/efl_fnmatch.m4 \ $(top_srcdir)/m4/efl_fnmatch.m4 \
$(top_srcdir)/m4/efl_path_max.m4 \ $(top_srcdir)/m4/efl_path_max.m4 \
$(top_srcdir)/m4/efl_shm_open.m4 $(top_srcdir)/m4/efl_tests.m4 \ $(top_srcdir)/m4/efl_shm_open.m4 $(top_srcdir)/m4/efl_tests.m4 \
$(top_srcdir)/m4/evas_check_engine.m4 \ $(top_srcdir)/m4/evas_check_engine.m4 \
$(top_srcdir)/m4/evas_check_loader.m4 \ $(top_srcdir)/m4/evas_check_loader.m4 \
$(top_srcdir)/m4/evas_converter.m4 \ $(top_srcdir)/m4/evas_converter.m4 \
$(top_srcdir)/m4/evas_dither.m4 \ $(top_srcdir)/m4/evas_dither.m4 \
$(top_srcdir)/m4/evas_scaler.m4 $(top_srcdir)/configure.ac $(top_srcdir)/m4/evas_scaler.m4 $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4) $(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES = CONFIG_CLEAN_VPATH_FILES =
AM_V_GEN = $(am__v_GEN_@AM_V@) AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_0 = @echo " GEN " $@;
AM_V_at = $(am__v_at_@AM_V@) AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @ am__v_at_0 = @
SOURCES = SOURCES =
DIST_SOURCES = DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \ html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \ install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \ install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \ install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive ps-recursive uninstall-recursive
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive distclean-recursive maintainer-clean-recursive
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
distdir distdir
ETAGS = etags ETAGS = etags
CTAGS = ctags CTAGS = ctags
DIST_SUBDIRS = common common_16 common_8 DIST_SUBDIRS = common common_16 common_8
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \ am__relativize = \
skipping to change at line 177 skipping to change at line 158
EET_CFLAGS = @EET_CFLAGS@ EET_CFLAGS = @EET_CFLAGS@
EET_LIBS = @EET_LIBS@ EET_LIBS = @EET_LIBS@
EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@ EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@
EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@ EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@
EFL_FNMATCH_LIBS = @EFL_FNMATCH_LIBS@ EFL_FNMATCH_LIBS = @EFL_FNMATCH_LIBS@
EFL_SHM_OPEN_LIBS = @EFL_SHM_OPEN_LIBS@ EFL_SHM_OPEN_LIBS = @EFL_SHM_OPEN_LIBS@
EGREP = @EGREP@ EGREP = @EGREP@
EINA_CFLAGS = @EINA_CFLAGS@ EINA_CFLAGS = @EINA_CFLAGS@
EINA_LIBS = @EINA_LIBS@ EINA_LIBS = @EINA_LIBS@
EVAS_CFLAGS = @EVAS_CFLAGS@ EVAS_CFLAGS = @EVAS_CFLAGS@
EVAS_GENERAL_CFLAGS = @EVAS_GENERAL_CFLAGS@
EVAS_GENERAL_LIBS = @EVAS_GENERAL_LIBS@
EVAS_LIBS = @EVAS_LIBS@ EVAS_LIBS = @EVAS_LIBS@
EVAS_SSE3_CFLAGS = @EVAS_SSE3_CFLAGS@ EVAS_SSE3_CFLAGS = @EVAS_SSE3_CFLAGS@
EVIL_CFLAGS = @EVIL_CFLAGS@ EVIL_CFLAGS = @EVIL_CFLAGS@
EVIL_LIBS = @EVIL_LIBS@ EVIL_LIBS = @EVIL_LIBS@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
EXOTIC_CFLAGS = @EXOTIC_CFLAGS@ EXOTIC_CFLAGS = @EXOTIC_CFLAGS@
EXOTIC_LIBS = @EXOTIC_LIBS@ EXOTIC_LIBS = @EXOTIC_LIBS@
FGREP = @FGREP@ FGREP = @FGREP@
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
skipping to change at line 212 skipping to change at line 195
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@ LIBS = @LIBS@
LIBTOOL = @LIBTOOL@ LIBTOOL = @LIBTOOL@
LINEBREAK_CFLAGS = @LINEBREAK_CFLAGS@ LINEBREAK_CFLAGS = @LINEBREAK_CFLAGS@
LINEBREAK_LIBS = @LINEBREAK_LIBS@ LINEBREAK_LIBS = @LINEBREAK_LIBS@
LIPO = @LIPO@ LIPO = @LIPO@
LN_S = @LN_S@ LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@ LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@ MKDIR_P = @MKDIR_P@
MODULE_ARCH = @MODULE_ARCH@ MODULE_ARCH = @MODULE_ARCH@
NM = @NM@ NM = @NM@
NMEDIT = @NMEDIT@ NMEDIT = @NMEDIT@
OBJC = @OBJC@ OBJC = @OBJC@
OBJCDEPMODE = @OBJCDEPMODE@ OBJCDEPMODE = @OBJCDEPMODE@
OBJCFLAGS = @OBJCFLAGS@ OBJCFLAGS = @OBJCFLAGS@
OBJDUMP = @OBJDUMP@ OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@ OBJEXT = @OBJEXT@
OTOOL = @OTOOL@ OTOOL = @OTOOL@
skipping to change at line 258 skipping to change at line 240
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
VALGRIND_LIBS = @VALGRIND_LIBS@ VALGRIND_LIBS = @VALGRIND_LIBS@
VERSION = @VERSION@ VERSION = @VERSION@
VMAJ = @VMAJ@ VMAJ = @VMAJ@
WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@ WAYLAND_EGL_CFLAGS = @WAYLAND_EGL_CFLAGS@
WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@ WAYLAND_EGL_LIBS = @WAYLAND_EGL_LIBS@
XCB_CFLAGS = @XCB_CFLAGS@ XCB_CFLAGS = @XCB_CFLAGS@
XCB_GL_CFLAGS = @XCB_GL_CFLAGS@ XCB_GL_CFLAGS = @XCB_GL_CFLAGS@
XCB_GL_LIBS = @XCB_GL_LIBS@ XCB_GL_LIBS = @XCB_GL_LIBS@
XCB_LIBS = @XCB_LIBS@ XCB_LIBS = @XCB_LIBS@
XEXT_CFLAGS = @XEXT_CFLAGS@
XEXT_LIBS = @XEXT_LIBS@
XMKMF = @XMKMF@ XMKMF = @XMKMF@
X_CFLAGS = @X_CFLAGS@ X_CFLAGS = @X_CFLAGS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_LIBS = @X_LIBS@ X_LIBS = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@
abs_builddir = @abs_builddir@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@ abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@ abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@ ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@ ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_OBJC = @ac_ct_OBJC@ ac_ct_OBJC = @ac_ct_OBJC@
altivec_cflags = @altivec_cflags@ altivec_cflags = @altivec_cflags@
am__include = @am__include@ am__include = @am__include@
am__leading_dot = @am__leading_dot@ am__leading_dot = @am__leading_dot@
am__quote = @am__quote@ am__quote = @am__quote@
am__tar = @am__tar@ am__tar = @am__tar@
am__untar = @am__untar@ am__untar = @am__untar@
skipping to change at line 314 skipping to change at line 293
evas_engine_gl_cocoa_libs = @evas_engine_gl_cocoa_libs@ evas_engine_gl_cocoa_libs = @evas_engine_gl_cocoa_libs@
evas_engine_gl_common_libs = @evas_engine_gl_common_libs@ evas_engine_gl_common_libs = @evas_engine_gl_common_libs@
evas_engine_gl_sdl_cflags = @evas_engine_gl_sdl_cflags@ evas_engine_gl_sdl_cflags = @evas_engine_gl_sdl_cflags@
evas_engine_gl_sdl_libs = @evas_engine_gl_sdl_libs@ evas_engine_gl_sdl_libs = @evas_engine_gl_sdl_libs@
evas_engine_gl_xcb_cflags = @evas_engine_gl_xcb_cflags@ evas_engine_gl_xcb_cflags = @evas_engine_gl_xcb_cflags@
evas_engine_gl_xcb_libs = @evas_engine_gl_xcb_libs@ evas_engine_gl_xcb_libs = @evas_engine_gl_xcb_libs@
evas_engine_gl_xlib_cflags = @evas_engine_gl_xlib_cflags@ evas_engine_gl_xlib_cflags = @evas_engine_gl_xlib_cflags@
evas_engine_gl_xlib_libs = @evas_engine_gl_xlib_libs@ evas_engine_gl_xlib_libs = @evas_engine_gl_xlib_libs@
evas_engine_psl1ght_cflags = @evas_engine_psl1ght_cflags@ evas_engine_psl1ght_cflags = @evas_engine_psl1ght_cflags@
evas_engine_psl1ght_libs = @evas_engine_psl1ght_libs@ evas_engine_psl1ght_libs = @evas_engine_psl1ght_libs@
evas_engine_software_16_ddraw_cflags = @evas_engine_software_16_ddraw_cflag
s@
evas_engine_software_16_ddraw_libs = @evas_engine_software_16_ddraw_libs@
evas_engine_software_16_sdl_cflags = @evas_engine_software_16_sdl_cflags@ evas_engine_software_16_sdl_cflags = @evas_engine_software_16_sdl_cflags@
evas_engine_software_16_sdl_libs = @evas_engine_software_16_sdl_libs@ evas_engine_software_16_sdl_libs = @evas_engine_software_16_sdl_libs@
evas_engine_software_16_wince_cflags = @evas_engine_software_16_wince_cflag s@ evas_engine_software_16_wince_cflags = @evas_engine_software_16_wince_cflag s@
evas_engine_software_16_wince_libs = @evas_engine_software_16_wince_libs@ evas_engine_software_16_wince_libs = @evas_engine_software_16_wince_libs@
evas_engine_software_16_x11_cflags = @evas_engine_software_16_x11_cflags@ evas_engine_software_16_x11_cflags = @evas_engine_software_16_x11_cflags@
evas_engine_software_16_x11_libs = @evas_engine_software_16_x11_libs@ evas_engine_software_16_x11_libs = @evas_engine_software_16_x11_libs@
evas_engine_software_8_x11_cflags = @evas_engine_software_8_x11_cflags@ evas_engine_software_8_x11_cflags = @evas_engine_software_8_x11_cflags@
evas_engine_software_8_x11_libs = @evas_engine_software_8_x11_libs@ evas_engine_software_8_x11_libs = @evas_engine_software_8_x11_libs@
evas_engine_software_ddraw_cflags = @evas_engine_software_ddraw_cflags@ evas_engine_software_ddraw_cflags = @evas_engine_software_ddraw_cflags@
evas_engine_software_ddraw_libs = @evas_engine_software_ddraw_libs@ evas_engine_software_ddraw_libs = @evas_engine_software_ddraw_libs@
skipping to change at line 387 skipping to change at line 364
host_os = @host_os@ host_os = @host_os@
host_vendor = @host_vendor@ host_vendor = @host_vendor@
htmldir = @htmldir@ htmldir = @htmldir@
includedir = @includedir@ includedir = @includedir@
infodir = @infodir@ infodir = @infodir@
install_sh = @install_sh@ install_sh = @install_sh@
libdir = @libdir@ libdir = @libdir@
libexecdir = @libexecdir@ libexecdir = @libexecdir@
localedir = @localedir@ localedir = @localedir@
localstatedir = @localstatedir@ localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
lt_enable_auto_import = @lt_enable_auto_import@ lt_enable_auto_import = @lt_enable_auto_import@
mandir = @mandir@ mandir = @mandir@
mkdir_p = @mkdir_p@ mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@ oldincludedir = @oldincludedir@
pdfdir = @pdfdir@ pdfdir = @pdfdir@
pkgconfig_requires_private = @pkgconfig_requires_private@ pkgconfig_requires_private = @pkgconfig_requires_private@
prefix = @prefix@ prefix = @prefix@
program_transform_name = @program_transform_name@ program_transform_name = @program_transform_name@
psdir = @psdir@ psdir = @psdir@
pthread_cflags = @pthread_cflags@ pthread_cflags = @pthread_cflags@
skipping to change at line 619 skipping to change at line 597
fi; \ fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \ else \
test -f "$(distdir)/$$file" \ test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \ || exit 1; \
fi; \ fi; \
done done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \ if test "$$subdir" = .; then :; else \
$(am__make_dryrun) \ test -d "$(distdir)/$$subdir" \
|| test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \
|| exit 1; \ fi; \
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \ $(am__relativize); \
new_distdir=$$reldir; \ new_distdir=$$reldir; \
dir1=$$subdir; dir2="$(top_distdir)"; \ dir1=$$subdir; dir2="$(top_distdir)"; \
$(am__relativize); \ $(am__relativize); \
new_top_distdir=$$reldir; \ new_top_distdir=$$reldir; \
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$ne w_top_distdir" distdir="$$new_distdir" \\"; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$ne w_top_distdir" distdir="$$new_distdir" \\"; \
echo " am__remove_distdir=: am__skip_length_check=: am__skip _mode_fix=: distdir)"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip _mode_fix=: distdir)"; \
($(am__cd) $$subdir && \ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \ $(MAKE) $(AM_MAKEFLAGS) \
skipping to change at line 657 skipping to change at line 638
install: install-recursive install: install-recursive
install-exec: install-exec-recursive install-exec: install-exec-recursive
install-data: install-data-recursive install-data: install-data-recursive
uninstall: uninstall-recursive uninstall: uninstall-recursive
install-am: all-am install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive installcheck: installcheck-recursive
install-strip: install-strip:
if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-
\ s \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG `test -z '$(STRIP)' || \
=-s \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)"
\
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic: mostlyclean-generic:
clean-generic: clean-generic:
distclean-generic: distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic: maintainer-clean-generic:
@echo "This command is intended for maintainers to use" @echo "This command is intended for maintainers to use"
 End of changes. 15 change blocks. 
54 lines changed or deleted 26 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/