version 1.1.1.2, 2014/06/15 20:20:05
|
version 1.1.1.3, 2016/11/02 10:35:00
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.14.1 from Makefile.am. | # Makefile.in generated by automake 1.15 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc. | # Copyright (C) 1994-2014 Free Software Foundation, 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, |
Line 14
|
Line 14
|
|
|
@SET_MAKE@ |
@SET_MAKE@ |
VPATH = @srcdir@ |
VPATH = @srcdir@ |
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | am__is_gnu_make = { \ |
| if test -z '$(MAKELEVEL)'; then \ |
| false; \ |
| elif test -n '$(MAKE_HOST)'; then \ |
| true; \ |
| elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
| true; \ |
| else \ |
| false; \ |
| fi; \ |
| } |
am__make_running_with_option = \ |
am__make_running_with_option = \ |
case $${target_option-} in \ |
case $${target_option-} in \ |
?) ;; \ |
?) ;; \ |
Line 77 PRE_UNINSTALL = :
|
Line 87 PRE_UNINSTALL = :
|
POST_UNINSTALL = : |
POST_UNINSTALL = : |
build_triplet = @build@ |
build_triplet = @build@ |
host_triplet = @host@ |
host_triplet = @host@ |
target_triplet = @target@ |
|
subdir = . |
subdir = . |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
$(top_srcdir)/configure $(am__configure_deps) \ |
|
$(srcdir)/config.h.in $(srcdir)/distribute.sh.in AUTHORS \ |
|
COPYING INSTALL NEWS README ar-lib compile config.guess \ |
|
config.sub depcomp install-sh missing ltmain.sh |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
Line 91 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
Line 95 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
$(top_srcdir)/configure.ac |
$(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) |
|
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
|
$(am__configure_deps) $(am__DIST_COMMON) |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
configure.lineno config.status.lineno |
configure.lineno config.status.lineno |
mkinstalldirs = $(install_sh) -d |
mkinstalldirs = $(install_sh) -d |
Line 154 ETAGS = etags
|
Line 160 ETAGS = etags
|
CTAGS = ctags |
CTAGS = ctags |
CSCOPE = cscope |
CSCOPE = cscope |
DIST_SUBDIRS = $(SUBDIRS) |
DIST_SUBDIRS = $(SUBDIRS) |
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
|
$(srcdir)/distribute.sh.in AUTHORS COPYING INSTALL NEWS README \ |
|
ar-lib compile config.guess config.sub install-sh ltmain.sh \ |
|
missing |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
distdir = $(PACKAGE)-$(VERSION) |
distdir = $(PACKAGE)-$(VERSION) |
top_distdir = $(distdir) |
top_distdir = $(distdir) |
Line 189 am__relativize = \
|
Line 199 am__relativize = \
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
done; \ |
done; \ |
reldir="$$dir2" |
reldir="$$dir2" |
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz |
GZIP_ENV = --best |
GZIP_ENV = --best |
DIST_TARGETS = dist-bzip2 dist-gzip | DIST_TARGETS = dist-xz dist-gzip |
distuninstallcheck_listfiles = find . -type f -print |
distuninstallcheck_listfiles = find . -type f -print |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
Line 242 LIBEV_LIBS = @LIBEV_LIBS@
|
Line 252 LIBEV_LIBS = @LIBEV_LIBS@
|
LIBOBJS = @LIBOBJS@ |
LIBOBJS = @LIBOBJS@ |
LIBS = @LIBS@ |
LIBS = @LIBS@ |
LIBTOOL = @LIBTOOL@ |
LIBTOOL = @LIBTOOL@ |
|
LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@ |
|
LIBUNWIND_LIBS = @LIBUNWIND_LIBS@ |
LIPO = @LIPO@ |
LIPO = @LIPO@ |
LN_S = @LN_S@ |
LN_S = @LN_S@ |
LTLIBOBJS = @LTLIBOBJS@ |
LTLIBOBJS = @LTLIBOBJS@ |
|
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
LUA_CFLAGS = @LUA_CFLAGS@ |
LUA_CFLAGS = @LUA_CFLAGS@ |
LUA_LIBS = @LUA_LIBS@ |
LUA_LIBS = @LUA_LIBS@ |
MAKEINFO = @MAKEINFO@ |
MAKEINFO = @MAKEINFO@ |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
MEMCACHE_LIB = @MEMCACHE_LIB@ | MEMCACHED_LIB = @MEMCACHED_LIB@ |
MKDIR_P = @MKDIR_P@ |
MKDIR_P = @MKDIR_P@ |
MYSQL_CONFIG = @MYSQL_CONFIG@ |
MYSQL_CONFIG = @MYSQL_CONFIG@ |
MYSQL_INCLUDE = @MYSQL_INCLUDE@ |
MYSQL_INCLUDE = @MYSQL_INCLUDE@ |
Line 335 sbindir = @sbindir@
|
Line 348 sbindir = @sbindir@
|
sharedstatedir = @sharedstatedir@ |
sharedstatedir = @sharedstatedir@ |
srcdir = @srcdir@ |
srcdir = @srcdir@ |
sysconfdir = @sysconfdir@ |
sysconfdir = @sysconfdir@ |
target = @target@ |
|
target_alias = @target_alias@ |
target_alias = @target_alias@ |
target_cpu = @target_cpu@ |
|
target_os = @target_os@ |
|
target_vendor = @target_vendor@ |
|
top_build_prefix = @top_build_prefix@ |
top_build_prefix = @top_build_prefix@ |
top_builddir = @top_builddir@ |
top_builddir = @top_builddir@ |
top_srcdir = @top_srcdir@ |
top_srcdir = @top_srcdir@ |
SUBDIRS = src doc tests |
SUBDIRS = src doc tests |
EXTRA_DIST = autogen.sh SConstruct | EXTRA_DIST = autogen.sh SConstruct CMakeLists.txt cmake README.FreeBSD |
ACLOCAL_AMFLAGS = -I m4 |
ACLOCAL_AMFLAGS = -I m4 |
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' |
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';' |
AM_DISTCHECK_CONFIGURE_FLAGS = --with-openssl |
AM_DISTCHECK_CONFIGURE_FLAGS = --with-openssl |
Line 367 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__c
|
Line 376 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__c
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
$(am__cd) $(top_srcdir) && \ |
$(am__cd) $(top_srcdir) && \ |
$(AUTOMAKE) --foreign Makefile |
$(AUTOMAKE) --foreign Makefile |
.PRECIOUS: Makefile |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
@case '$?' in \ |
@case '$?' in \ |
*config.status*) \ |
*config.status*) \ |
Line 586 distdir: $(DISTFILES)
|
Line 594 distdir: $(DISTFILES)
|
dist-gzip: distdir |
dist-gzip: distdir |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
dist-bzip2: distdir |
dist-bzip2: distdir |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
Line 593 dist-bzip2: distdir
|
Line 602 dist-bzip2: distdir
|
dist-lzip: distdir |
dist-lzip: distdir |
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
dist-xz: distdir |
dist-xz: distdir |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
dist-tarZ: distdir |
dist-tarZ: distdir |
@echo WARNING: "Support for shar distribution archives is" \ | @echo WARNING: "Support for distribution archives compressed with" \ |
"deprecated." >&2 | "legacy program 'compress' is deprecated." >&2 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
dist-shar: distdir |
dist-shar: distdir |
@echo WARNING: "Support for distribution archives compressed with" \ | @echo WARNING: "Support for shar distribution archives is" \ |
"legacy program 'compress' is deprecated." >&2 | "deprecated." >&2 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
Line 643 distcheck: dist
|
Line 651 distcheck: dist
|
esac |
esac |
chmod -R a-w $(distdir) |
chmod -R a-w $(distdir) |
chmod u+w $(distdir) |
chmod u+w $(distdir) |
mkdir $(distdir)/_build $(distdir)/_inst | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
chmod a-w $(distdir) |
chmod a-w $(distdir) |
test -d $(distdir)/_build || exit 0; \ |
test -d $(distdir)/_build || exit 0; \ |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
&& am__cwd=`pwd` \ |
&& am__cwd=`pwd` \ |
&& $(am__cd) $(distdir)/_build \ | && $(am__cd) $(distdir)/_build/sub \ |
&& ../configure \ | && ../../configure \ |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
--srcdir=.. --prefix="$$dc_install_base" \ | --srcdir=../.. --prefix="$$dc_install_base" \ |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
Line 829 uninstall-am:
|
Line 837 uninstall-am:
|
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
uninstall-am |
uninstall-am |
|
|
|
.PRECIOUS: Makefile |
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |