2013-03-17 23:23:20 +01:00
|
|
|
# Makefile.in generated by automake 1.11.6 from Makefile.am.
|
2009-01-09 00:31:00 +01:00
|
|
|
# @configure_input@
|
|
|
|
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
2013-03-17 23:23:20 +01:00
|
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
|
|
|
# Foundation, Inc.
|
2009-01-09 00:31:00 +01:00
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
VPATH = @srcdir@
|
2013-03-17 23:23:20 +01:00
|
|
|
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; \
|
|
|
|
}
|
2009-01-09 00:31:00 +01:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
2013-03-17 23:23:20 +01:00
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
2009-01-09 00:31:00 +01:00
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
|
transform = $(program_transform_name)
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
build_triplet = @build@
|
|
|
|
host_triplet = @host@
|
|
|
|
subdir = tests/data
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
|
|
|
|
$(top_srcdir)/m4/curl-confopts.m4 \
|
|
|
|
$(top_srcdir)/m4/curl-functions.m4 \
|
2013-03-17 23:23:20 +01:00
|
|
|
$(top_srcdir)/m4/curl-openssl.m4 \
|
|
|
|
$(top_srcdir)/m4/curl-override.m4 \
|
|
|
|
$(top_srcdir)/m4/curl-reentrant.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)/m4/xc-cc-check.m4 \
|
|
|
|
$(top_srcdir)/m4/xc-translit.m4 \
|
|
|
|
$(top_srcdir)/m4/xc-val-flgs.m4 \
|
|
|
|
$(top_srcdir)/m4/zz40-xc-ovr.m4 \
|
|
|
|
$(top_srcdir)/m4/zz50-xc-ovr.m4 \
|
|
|
|
$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
|
2009-01-09 00:31:00 +01:00
|
|
|
$(top_srcdir)/configure.ac
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
2013-03-17 23:23:20 +01:00
|
|
|
CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
|
2009-01-09 00:31:00 +01:00
|
|
|
$(top_builddir)/include/curl/curlbuild.h
|
|
|
|
CONFIG_CLEAN_FILES =
|
2013-03-17 23:23:20 +01:00
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
2009-01-09 00:31:00 +01:00
|
|
|
SOURCES =
|
|
|
|
DIST_SOURCES =
|
2013-03-17 23:23:20 +01:00
|
|
|
am__can_run_installinfo = \
|
|
|
|
case $$AM_UPDATE_INFO_DIR in \
|
|
|
|
n|no|NO) false;; \
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
esac
|
2009-01-09 00:31:00 +01:00
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
AMTAR = @AMTAR@
|
|
|
|
AR = @AR@
|
|
|
|
AS = @AS@
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AWK = @AWK@
|
2013-03-17 23:23:20 +01:00
|
|
|
BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
|
2009-01-09 00:31:00 +01:00
|
|
|
CC = @CC@
|
|
|
|
CCDEPMODE = @CCDEPMODE@
|
|
|
|
CFLAGS = @CFLAGS@
|
2013-03-17 23:23:20 +01:00
|
|
|
CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
|
|
|
|
CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
|
2009-01-09 00:31:00 +01:00
|
|
|
CPP = @CPP@
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
2013-03-17 23:23:20 +01:00
|
|
|
CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
|
|
|
|
CURLVERSION = @CURLVERSION@
|
2009-01-09 00:31:00 +01:00
|
|
|
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
|
2013-03-17 23:23:20 +01:00
|
|
|
CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
|
2009-01-09 00:31:00 +01:00
|
|
|
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
|
|
|
|
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
|
|
|
|
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
|
2013-03-17 23:23:20 +01:00
|
|
|
CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
|
2009-01-09 00:31:00 +01:00
|
|
|
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
|
2013-03-17 23:23:20 +01:00
|
|
|
CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
|
2009-01-09 00:31:00 +01:00
|
|
|
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
|
|
|
|
CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
|
2013-03-17 23:23:20 +01:00
|
|
|
CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
|
2009-01-09 00:31:00 +01:00
|
|
|
CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
|
2013-03-17 23:23:20 +01:00
|
|
|
CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
|
|
|
|
CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
|
2009-01-09 00:31:00 +01:00
|
|
|
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
|
|
|
|
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
|
2013-03-17 23:23:20 +01:00
|
|
|
CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
|
|
|
|
CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
|
2009-01-09 00:31:00 +01:00
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
DEFS = @DEFS@
|
|
|
|
DEPDIR = @DEPDIR@
|
|
|
|
DLLTOOL = @DLLTOOL@
|
|
|
|
DSYMUTIL = @DSYMUTIL@
|
2013-03-17 23:23:20 +01:00
|
|
|
DUMPBIN = @DUMPBIN@
|
2009-01-09 00:31:00 +01:00
|
|
|
ECHO_C = @ECHO_C@
|
|
|
|
ECHO_N = @ECHO_N@
|
|
|
|
ECHO_T = @ECHO_T@
|
|
|
|
EGREP = @EGREP@
|
2013-03-17 23:23:20 +01:00
|
|
|
ENABLE_SHARED = @ENABLE_SHARED@
|
2009-01-09 00:31:00 +01:00
|
|
|
EXEEXT = @EXEEXT@
|
2013-03-17 23:23:20 +01:00
|
|
|
FGREP = @FGREP@
|
2009-01-09 00:31:00 +01:00
|
|
|
GREP = @GREP@
|
2013-03-17 23:23:20 +01:00
|
|
|
HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
|
|
|
|
HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
|
2009-01-09 00:31:00 +01:00
|
|
|
HAVE_LIBZ = @HAVE_LIBZ@
|
2013-03-17 23:23:20 +01:00
|
|
|
HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
|
|
|
|
HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
|
2009-01-09 00:31:00 +01:00
|
|
|
IDN_ENABLED = @IDN_ENABLED@
|
2013-03-17 23:23:20 +01:00
|
|
|
INSTALL = @INSTALL@
|
2009-01-09 00:31:00 +01:00
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
|
IPV6_ENABLED = @IPV6_ENABLED@
|
|
|
|
KRB4_ENABLED = @KRB4_ENABLED@
|
2013-03-17 23:23:20 +01:00
|
|
|
LD = @LD@
|
2009-01-09 00:31:00 +01:00
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
LIBCURL_LIBS = @LIBCURL_LIBS@
|
2013-03-17 23:23:20 +01:00
|
|
|
LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
|
|
|
|
LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
|
|
|
|
LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
|
2009-01-09 00:31:00 +01:00
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBS = @LIBS@
|
|
|
|
LIBTOOL = @LIBTOOL@
|
2013-03-17 23:23:20 +01:00
|
|
|
LIPO = @LIPO@
|
2009-01-09 00:31:00 +01:00
|
|
|
LN_S = @LN_S@
|
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
|
|
MAINT = @MAINT@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
2013-03-17 23:23:20 +01:00
|
|
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
2009-01-09 00:31:00 +01:00
|
|
|
MANOPT = @MANOPT@
|
2013-03-17 23:23:20 +01:00
|
|
|
MKDIR_P = @MKDIR_P@
|
|
|
|
NM = @NM@
|
2009-01-09 00:31:00 +01:00
|
|
|
NMEDIT = @NMEDIT@
|
|
|
|
NROFF = @NROFF@
|
|
|
|
OBJDUMP = @OBJDUMP@
|
|
|
|
OBJEXT = @OBJEXT@
|
2013-03-17 23:23:20 +01:00
|
|
|
OTOOL = @OTOOL@
|
|
|
|
OTOOL64 = @OTOOL64@
|
2009-01-09 00:31:00 +01:00
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
2013-03-17 23:23:20 +01:00
|
|
|
PACKAGE_URL = @PACKAGE_URL@
|
2009-01-09 00:31:00 +01:00
|
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
|
|
PERL = @PERL@
|
|
|
|
PKGADD_NAME = @PKGADD_NAME@
|
|
|
|
PKGADD_PKG = @PKGADD_PKG@
|
|
|
|
PKGADD_VENDOR = @PKGADD_VENDOR@
|
|
|
|
PKGCONFIG = @PKGCONFIG@
|
|
|
|
RANDOM_FILE = @RANDOM_FILE@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
|
|
|
|
SED = @SED@
|
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
|
|
|
SSL_ENABLED = @SSL_ENABLED@
|
|
|
|
STRIP = @STRIP@
|
|
|
|
SUPPORT_FEATURES = @SUPPORT_FEATURES@
|
|
|
|
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
|
2013-03-17 23:23:20 +01:00
|
|
|
USE_ARES = @USE_ARES@
|
|
|
|
USE_AXTLS = @USE_AXTLS@
|
|
|
|
USE_CYASSL = @USE_CYASSL@
|
|
|
|
USE_DARWINSSL = @USE_DARWINSSL@
|
2009-01-09 00:31:00 +01:00
|
|
|
USE_GNUTLS = @USE_GNUTLS@
|
2013-03-17 23:23:20 +01:00
|
|
|
USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
|
|
|
|
USE_LIBRTMP = @USE_LIBRTMP@
|
2009-01-09 00:31:00 +01:00
|
|
|
USE_LIBSSH2 = @USE_LIBSSH2@
|
|
|
|
USE_NSS = @USE_NSS@
|
2013-03-17 23:23:20 +01:00
|
|
|
USE_OPENLDAP = @USE_OPENLDAP@
|
|
|
|
USE_POLARSSL = @USE_POLARSSL@
|
|
|
|
USE_SCHANNEL = @USE_SCHANNEL@
|
2009-01-09 00:31:00 +01:00
|
|
|
USE_SSLEAY = @USE_SSLEAY@
|
|
|
|
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
|
|
|
|
VERSION = @VERSION@
|
2013-03-17 23:23:20 +01:00
|
|
|
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
|
2009-01-09 00:31:00 +01:00
|
|
|
VERSIONNUM = @VERSIONNUM@
|
2013-03-17 23:23:20 +01:00
|
|
|
ZLIB_LIBS = @ZLIB_LIBS@
|
|
|
|
abs_builddir = @abs_builddir@
|
|
|
|
abs_srcdir = @abs_srcdir@
|
|
|
|
abs_top_builddir = @abs_top_builddir@
|
|
|
|
abs_top_srcdir = @abs_top_srcdir@
|
|
|
|
ac_ct_AR = @ac_ct_AR@
|
2009-01-09 00:31:00 +01:00
|
|
|
ac_ct_CC = @ac_ct_CC@
|
2013-03-17 23:23:20 +01:00
|
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
2009-01-09 00:31:00 +01:00
|
|
|
am__include = @am__include@
|
|
|
|
am__leading_dot = @am__leading_dot@
|
|
|
|
am__quote = @am__quote@
|
|
|
|
am__tar = @am__tar@
|
|
|
|
am__untar = @am__untar@
|
|
|
|
bindir = @bindir@
|
|
|
|
build = @build@
|
|
|
|
build_alias = @build_alias@
|
|
|
|
build_cpu = @build_cpu@
|
|
|
|
build_os = @build_os@
|
|
|
|
build_vendor = @build_vendor@
|
2013-03-17 23:23:20 +01:00
|
|
|
builddir = @builddir@
|
2009-01-09 00:31:00 +01:00
|
|
|
datadir = @datadir@
|
|
|
|
datarootdir = @datarootdir@
|
|
|
|
docdir = @docdir@
|
|
|
|
dvidir = @dvidir@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
host = @host@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_cpu = @host_cpu@
|
|
|
|
host_os = @host_os@
|
|
|
|
host_vendor = @host_vendor@
|
|
|
|
htmldir = @htmldir@
|
|
|
|
includedir = @includedir@
|
|
|
|
infodir = @infodir@
|
|
|
|
install_sh = @install_sh@
|
|
|
|
libdir = @libdir@
|
|
|
|
libexecdir = @libexecdir@
|
|
|
|
libext = @libext@
|
|
|
|
localedir = @localedir@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
mandir = @mandir@
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
oldincludedir = @oldincludedir@
|
|
|
|
pdfdir = @pdfdir@
|
|
|
|
prefix = @prefix@
|
|
|
|
program_transform_name = @program_transform_name@
|
|
|
|
psdir = @psdir@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
2013-03-17 23:23:20 +01:00
|
|
|
srcdir = @srcdir@
|
2009-01-09 00:31:00 +01:00
|
|
|
subdirs = @subdirs@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target_alias = @target_alias@
|
2013-03-17 23:23:20 +01:00
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2009-01-09 00:31:00 +01:00
|
|
|
|
2013-03-17 23:23:20 +01:00
|
|
|
# this list is in numerical order
|
|
|
|
TESTCASES = test1 test2 test3 test4 test5 test6 test7 test8 test9 \
|
|
|
|
test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \
|
|
|
|
test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
|
|
|
|
test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \
|
|
|
|
test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \
|
|
|
|
test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
|
|
|
|
test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \
|
|
|
|
test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
|
|
|
|
test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
|
|
|
|
test90 test91 test92 test93 test94 test95 test97 test98 test99 test100 \
|
|
|
|
test101 test102 test103 test104 test105 test106 test107 test108 test109 \
|
|
|
|
test110 test111 test112 test113 test114 test115 test116 test117 test118 \
|
|
|
|
test119 test120 test121 test122 test123 test124 test125 test126 test127 \
|
|
|
|
test128 test129 test130 test131 test132 test133 test134 test135 test136 \
|
|
|
|
test137 test138 test139 test140 test141 test142 test143 test144 test145 \
|
|
|
|
test146 test147 test148 test149 test150 test151 test152 test153 test154 \
|
|
|
|
test155 test156 test157 test158 test159 test160 test161 test162 test163 \
|
|
|
|
test164 test165 test166 test167 test168 test169 test170 test171 test172 \
|
|
|
|
test173 test174 test175 test176 test177 test178 test179 test180 test181 \
|
|
|
|
test182 test183 test184 test185 test186 test187 test188 test189 test190 \
|
|
|
|
test191 test192 test193 test194 test195 test196 test197 test198 test199 \
|
|
|
|
test200 test201 test202 test203 test204 test205 test206 test207 test208 \
|
|
|
|
test209 test210 test211 test212 test213 test214 test215 test216 test217 \
|
|
|
|
test218 test220 test221 test222 test223 test224 test225 test226 test227 \
|
|
|
|
test228 test229 test231 test233 test234 test235 test236 test237 test238 \
|
|
|
|
test239 test240 test241 test242 test243 test245 test246 test247 test248 \
|
|
|
|
test249 test250 test251 test252 test253 test254 test255 test256 test257 \
|
|
|
|
test258 test259 test260 test261 test262 test263 test264 test265 test266 \
|
|
|
|
test267 test268 test269 test270 test271 test272 test273 test274 test275 \
|
|
|
|
test276 test277 test278 test279 test280 test281 test282 test283 test284 \
|
|
|
|
test285 test286 test287 test288 test289 test290 test291 test292 test293 \
|
|
|
|
test294 test295 test296 test297 test298 test299 test300 test301 test302 \
|
|
|
|
test303 test304 test305 test306 test307 test308 test309 test310 test311 \
|
|
|
|
test312 test313 test320 test321 test322 test323 test324 test350 test351 \
|
|
|
|
test352 test353 test354 test400 test401 test402 test403 test404 test405 \
|
|
|
|
test406 test407 test408 test409 test500 test501 test502 test503 test504 \
|
|
|
|
test505 test506 test507 test508 test510 test511 test512 test513 test514 \
|
|
|
|
test515 test516 test517 test518 test519 test520 test521 test522 test523 \
|
|
|
|
test524 test525 test526 test527 test528 test529 test530 test531 test532 \
|
|
|
|
test533 test534 test535 test536 test537 test538 test539 test540 test541 \
|
|
|
|
test542 test543 test544 test545 test546 test547 test548 test549 test550 \
|
|
|
|
test551 test552 test553 test554 test555 test556 test557 test560 test561 \
|
|
|
|
test562 test563 test564 test565 test566 test567 test568 test569 test570 \
|
|
|
|
test571 test572 test573 test574 test575 test576 test578 test579 test580 \
|
|
|
|
test581 test582 test583 test584 test585 test586 test587 test588 test590 \
|
|
|
|
test591 test592 test593 test594 test595 test596 test597 test598 test599 \
|
|
|
|
test600 test601 test602 test603 test604 \
|
|
|
|
test605 test606 test607 test608 test609 test610 test611 test612 test613 \
|
|
|
|
test614 test615 test616 test617 test618 test619 test620 test621 test622 \
|
|
|
|
test623 test624 test625 test626 test627 test628 test629 test630 test631 \
|
|
|
|
test632 test633 test634 test635 test636 test637 test638 test639 \
|
|
|
|
test700 test701 test702 test703 test704 test705 test706 test707 test708 \
|
|
|
|
test709 test710 \
|
|
|
|
test800 test801 test802 \
|
|
|
|
test803 test804 test805 test806 test807 test808 test809 test810 test811 \
|
|
|
|
test812 test813 test814 test815 \
|
|
|
|
test1000 test1001 test1002 test1003 test1004 test1005 \
|
|
|
|
test1006 test1007 test1008 test1009 test1010 test1011 test1012 test1013 \
|
|
|
|
test1014 test1015 test1016 test1017 test1018 test1019 test1020 test1021 \
|
|
|
|
test1022 test1023 test1024 test1025 test1026 test1027 test1028 test1029 \
|
|
|
|
test1030 test1031 test1032 test1033 test1034 test1035 test1036 test1037 \
|
|
|
|
test1038 test1039 test1040 test1041 test1042 test1043 test1044 test1045 \
|
|
|
|
test1046 test1047 test1048 test1049 test1050 test1051 test1052 test1053 \
|
|
|
|
test1054 test1055 test1056 test1057 test1058 test1059 test1060 test1061 \
|
|
|
|
test1062 test1063 test1064 test1065 test1066 test1067 test1068 test1069 \
|
|
|
|
test1070 test1071 test1072 test1073 test1074 test1075 test1076 test1077 \
|
|
|
|
test1078 test1079 test1080 test1081 test1082 test1083 test1084 test1085 \
|
|
|
|
test1086 test1087 test1088 test1089 test1090 test1091 test1092 test1093 \
|
|
|
|
test1094 test1095 test1096 test1097 test1098 test1099 test1100 test1101 \
|
|
|
|
test1102 test1103 test1104 test1105 test1106 test1107 test1108 test1109 \
|
|
|
|
test1110 test1111 test1112 test1113 test1114 test1115 test1116 test1117 \
|
|
|
|
test1118 test1119 test1120 test1121 test1122 test1123 test1124 test1125 \
|
|
|
|
test1126 test1127 test1128 test1129 test1130 test1131 test1132 test1133 \
|
|
|
|
test1200 test1201 test1202 test1203 test1204 test1205 test1206 test1207 \
|
|
|
|
test1208 test1209 test1210 test1211 \
|
|
|
|
test1220 test1221 test1222 test1223 \
|
|
|
|
test1300 test1301 test1302 test1303 test1304 test1305 \
|
|
|
|
test1306 test1307 test1308 test1309 test1310 test1311 test1312 test1313 \
|
|
|
|
test1314 test1315 test1316 test1317 test1318 test1319 test1320 test1321 \
|
|
|
|
test1322 test1323 test1324 test1325 test1326 test1327 test1328 test1329 \
|
|
|
|
test1331 test1332 test1333 test1334 test1335 test1336 test1337 test1338 \
|
|
|
|
test1339 test1340 test1341 test1342 test1343 test1344 test1345 test1346 \
|
|
|
|
test1347 test1348 test1349 test1350 test1351 test1352 test1353 test1354 \
|
|
|
|
test1355 test1356 test1357 test1358 test1359 test1360 test1361 test1362 \
|
|
|
|
test1363 test1364 test1365 test1366 test1367 test1368 test1369 test1370 \
|
|
|
|
test1371 test1372 test1373 test1374 test1375 test1376 test1377 test1378 \
|
|
|
|
test1379 test1380 test1381 test1382 test1383 test1384 test1385 test1386 \
|
|
|
|
test1387 test1388 test1389 test1390 test1391 test1392 test1393 \
|
|
|
|
test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \
|
|
|
|
test1408 test1409 test1410 test1411 test1412 test1413 \
|
|
|
|
test1500 test1501 test1502 test1503 test1504 test1505 test1506 \
|
|
|
|
test2000 test2001 test2002 test2003 test2004 test2005 test2006 test2007 \
|
|
|
|
test2008 test2009 test2010 test2011 test2012 test2013 test2014 test2015 \
|
|
|
|
test2016 test2017 test2018 test2019 test2020 test2021 test2022 \
|
|
|
|
test2023 test2024 test2025 \
|
|
|
|
test2026 test2027 test2028 \
|
|
|
|
test2029 test2030 test2031 \
|
|
|
|
test2032
|
|
|
|
|
|
|
|
EXTRA_DIST = $(TESTCASES) DISABLED
|
2009-01-09 00:31:00 +01:00
|
|
|
all: all-am
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
*$$dep*) \
|
2013-03-17 23:23:20 +01:00
|
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
2009-01-09 00:31:00 +01:00
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
2013-03-17 23:23:20 +01:00
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/data/Makefile'; \
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
$(AUTOMAKE) --foreign tests/data/Makefile
|
2009-01-09 00:31:00 +01:00
|
|
|
.PRECIOUS: Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
@case '$?' in \
|
|
|
|
*config.status*) \
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
|
*) \
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
|
esac;
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
2013-03-17 23:23:20 +01:00
|
|
|
$(am__aclocal_m4_deps):
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
-rm -rf .libs _libs
|
|
|
|
tags: TAGS
|
|
|
|
TAGS:
|
|
|
|
|
|
|
|
ctags: CTAGS
|
|
|
|
CTAGS:
|
|
|
|
|
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
2013-03-17 23:23:20 +01:00
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
list='$(DISTFILES)'; \
|
|
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
|
|
case $$dist_files in \
|
|
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
|
|
sort -u` ;; \
|
|
|
|
esac; \
|
|
|
|
for file in $$dist_files; do \
|
2009-01-09 00:31:00 +01:00
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
|
if test -d $$d/$$file; then \
|
2013-03-17 23:23:20 +01:00
|
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
if test -d "$(distdir)/$$file"; then \
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
|
fi; \
|
2009-01-09 00:31:00 +01:00
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
2013-03-17 23:23:20 +01:00
|
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
2009-01-09 00:31:00 +01:00
|
|
|
fi; \
|
2013-03-17 23:23:20 +01:00
|
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
2009-01-09 00:31:00 +01:00
|
|
|
else \
|
2013-03-17 23:23:20 +01:00
|
|
|
test -f "$(distdir)/$$file" \
|
|
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
2009-01-09 00:31:00 +01:00
|
|
|
|| exit 1; \
|
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
check-am: all-am
|
|
|
|
check: check-am
|
|
|
|
all-am: Makefile
|
|
|
|
installdirs:
|
|
|
|
install-exec: install-exec-am
|
|
|
|
install-data: install-data-am
|
|
|
|
uninstall: uninstall-am
|
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
|
|
|
installcheck: installcheck-am
|
|
|
|
install-strip:
|
2013-03-17 23:23:20 +01:00
|
|
|
if test -z '$(STRIP)'; then \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
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
|
2009-01-09 00:31:00 +01:00
|
|
|
mostlyclean-generic:
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
|
|
|
distclean-generic:
|
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
2013-03-17 23:23:20 +01:00
|
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
clean: clean-am
|
|
|
|
|
|
|
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
|
|
|
|
|
|
distclean: distclean-am
|
|
|
|
-rm -f Makefile
|
2013-03-17 23:23:20 +01:00
|
|
|
distclean-am: clean-am distclean-generic
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
dvi: dvi-am
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
|
|
|
html: html-am
|
|
|
|
|
2013-03-17 23:23:20 +01:00
|
|
|
html-am:
|
|
|
|
|
2009-01-09 00:31:00 +01:00
|
|
|
info: info-am
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
install-data-am:
|
|
|
|
|
2013-03-17 23:23:20 +01:00
|
|
|
install-dvi: install-dvi-am
|
|
|
|
|
|
|
|
install-dvi-am:
|
|
|
|
|
2009-01-09 00:31:00 +01:00
|
|
|
install-exec-am:
|
|
|
|
|
2013-03-17 23:23:20 +01:00
|
|
|
install-html: install-html-am
|
|
|
|
|
|
|
|
install-html-am:
|
|
|
|
|
2009-01-09 00:31:00 +01:00
|
|
|
install-info: install-info-am
|
|
|
|
|
2013-03-17 23:23:20 +01:00
|
|
|
install-info-am:
|
|
|
|
|
2009-01-09 00:31:00 +01:00
|
|
|
install-man:
|
|
|
|
|
2013-03-17 23:23:20 +01:00
|
|
|
install-pdf: install-pdf-am
|
|
|
|
|
|
|
|
install-pdf-am:
|
|
|
|
|
|
|
|
install-ps: install-ps-am
|
|
|
|
|
|
|
|
install-ps-am:
|
|
|
|
|
2009-01-09 00:31:00 +01:00
|
|
|
installcheck-am:
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
-rm -f Makefile
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
|
|
|
|
|
|
|
pdf: pdf-am
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
ps: ps-am
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
2013-03-17 23:23:20 +01:00
|
|
|
uninstall-am:
|
|
|
|
|
|
|
|
.MAKE: install-am install-strip
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
|
|
|
distclean distclean-generic distclean-libtool distdir dvi \
|
|
|
|
dvi-am html html-am info info-am install install-am \
|
2013-03-17 23:23:20 +01:00
|
|
|
install-data install-data-am install-dvi install-dvi-am \
|
|
|
|
install-exec install-exec-am install-html install-html-am \
|
|
|
|
install-info install-info-am install-man install-pdf \
|
|
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
2009-01-09 00:31:00 +01:00
|
|
|
installcheck installcheck-am installdirs maintainer-clean \
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
2013-03-17 23:23:20 +01:00
|
|
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
2009-01-09 00:31:00 +01:00
|
|
|
|
|
|
|
iall:
|
|
|
|
install:
|
|
|
|
test:
|
|
|
|
|
|
|
|
filecheck:
|
|
|
|
@mkdir test-place; \
|
|
|
|
cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
|
|
|
|
rm test-place/*~; \
|
|
|
|
for f in $(EXTRA_DIST); do \
|
|
|
|
if test -f "$(top_srcdir)/tests/data/$$f"; then \
|
|
|
|
rm -f "test-place/$$f"; \
|
|
|
|
else \
|
|
|
|
echo "$$f is listed but missing!"; \
|
|
|
|
fi \
|
|
|
|
done; \
|
|
|
|
echo "Local files not present in EXTRA_DIST:" ; \
|
|
|
|
ls test-place; \
|
|
|
|
! ls test-place | grep . >/dev/null ; \
|
|
|
|
RC=$$? ; \
|
|
|
|
rm -rf test-place ; \
|
|
|
|
exit $$RC
|
2013-03-17 23:23:20 +01:00
|
|
|
|
|
|
|
show:
|
|
|
|
@echo $(EXTRA_DIST)
|
|
|
|
|
2009-01-09 00:31:00 +01:00
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|