b8aac3c9bc
Add secondary_cursors field to Editor with insert_char_multi, delete_back_multi, delete_forward_multi methods. Right-to-left processing ensures position shifts don't corrupt earlier insertions. 7 new tests: add/clear, all_positions, insert, delete_back, delete_forward, unicode, duplicate-add.
5765 lines
252 KiB
Makefile
5765 lines
252 KiB
Makefile
# Makefile.in generated by automake 1.18.1 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994-2025 Free Software Foundation, Inc.
|
|
|
|
# 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@
|
|
|
|
# Copyright (C) 2002-2017 Free Software Foundation, Inc.
|
|
#
|
|
# This file is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This file is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this file. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
# As a special exception to the GNU General Public License,
|
|
# this file may be distributed as part of a program that
|
|
# contains a configuration script generated by Autoconf, under
|
|
# the same distribution terms as the rest of that program.
|
|
#
|
|
# Generated by gnulib-tool.
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
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 = \
|
|
case $${target_option-} in \
|
|
?) ;; \
|
|
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
"target option '$${target_option-}' specified" >&2; \
|
|
exit 1;; \
|
|
esac; \
|
|
has_opt=no; \
|
|
sane_makeflags=$$MAKEFLAGS; \
|
|
if $(am__is_gnu_make); then \
|
|
sane_makeflags=$$MFLAGS; \
|
|
else \
|
|
case $$MAKEFLAGS in \
|
|
*\\[\ \ ]*) \
|
|
bs=\\; \
|
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
esac; \
|
|
fi; \
|
|
skip_next=no; \
|
|
strip_trailopt () \
|
|
{ \
|
|
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
}; \
|
|
for flg in $$sane_makeflags; do \
|
|
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
case $$flg in \
|
|
*=*|--*) continue;; \
|
|
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
-*I?*) strip_trailopt 'I';; \
|
|
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
-*O?*) strip_trailopt 'O';; \
|
|
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
-*l?*) strip_trailopt 'l';; \
|
|
-[dEDm]) skip_next=yes;; \
|
|
-[JT]) skip_next=yes;; \
|
|
esac; \
|
|
case $$flg in \
|
|
*$$target_option*) has_opt=yes; break;; \
|
|
esac; \
|
|
done; \
|
|
test $$has_opt = yes
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
am__rm_f = rm -f $(am__rm_f_notfound)
|
|
am__rm_rf = rm -rf $(am__rm_f_notfound)
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
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@
|
|
TESTS = test-accept$(EXEEXT) test-alloca-opt$(EXEEXT) \
|
|
test-areadlink$(EXEEXT) test-argmatch$(EXEEXT) \
|
|
test-arpa_inet$(EXEEXT) test-binary-io.sh test-bind$(EXEEXT) \
|
|
test-bitrotate$(EXEEXT) test-btowc1.sh test-btowc2.sh \
|
|
test-c-ctype$(EXEEXT) test-c-stack.sh test-c-stack2.sh \
|
|
test-c-strcase.sh test-close$(EXEEXT) test-connect$(EXEEXT) \
|
|
test-ctype$(EXEEXT) test-dirname$(EXEEXT) test-dup2$(EXEEXT) \
|
|
test-environ$(EXEEXT) test-errno$(EXEEXT) test-exclude1.sh \
|
|
test-exclude2.sh test-exclude3.sh test-exclude4.sh \
|
|
test-exclude5.sh test-exclude6.sh test-exclude7.sh \
|
|
test-exclude8.sh test-fcntl-h$(EXEEXT) test-fcntl$(EXEEXT) \
|
|
test-fdopen$(EXEEXT) test-fgetc$(EXEEXT) \
|
|
test-filenamecat$(EXEEXT) test-float$(EXEEXT) \
|
|
test-fnmatch$(EXEEXT) test-fputc$(EXEEXT) test-fread$(EXEEXT) \
|
|
test-freopen-safer$(EXEEXT) test-freopen$(EXEEXT) \
|
|
test-fstat$(EXEEXT) test-ftruncate.sh test-fwrite$(EXEEXT) \
|
|
test-getcwd-lgpl$(EXEEXT) test-getdtablesize$(EXEEXT) \
|
|
test-getopt-gnu$(EXEEXT) test-getopt-posix$(EXEEXT) \
|
|
test-getprogname$(EXEEXT) test-gettimeofday$(EXEEXT) \
|
|
test-hash$(EXEEXT) test-iconv-h$(EXEEXT) test-iconv$(EXEEXT) \
|
|
test-ignore-value$(EXEEXT) test-inet_pton$(EXEEXT) \
|
|
test-intprops$(EXEEXT) test-inttostr$(EXEEXT) \
|
|
test-inttypes$(EXEEXT) test-ioctl$(EXEEXT) \
|
|
test-isblank$(EXEEXT) test-iswblank$(EXEEXT) \
|
|
test-langinfo$(EXEEXT) test-limits-h$(EXEEXT) \
|
|
test-listen$(EXEEXT) test-locale$(EXEEXT) \
|
|
test-localeconv$(EXEEXT) test-lstat$(EXEEXT) \
|
|
test-malloca$(EXEEXT) test-mbrtowc1.sh test-mbrtowc2.sh \
|
|
test-mbrtowc3.sh test-mbrtowc4.sh test-mbrtowc5.sh \
|
|
test-mbrtowc-w32-1.sh test-mbrtowc-w32-2.sh \
|
|
test-mbrtowc-w32-3.sh test-mbrtowc-w32-4.sh \
|
|
test-mbrtowc-w32-5.sh test-mbscasecmp.sh test-mbsinit.sh \
|
|
test-mbsrtowcs1.sh test-mbsrtowcs2.sh test-mbsrtowcs3.sh \
|
|
test-mbsrtowcs4.sh test-mbsstr1$(EXEEXT) test-mbsstr2.sh \
|
|
test-mbsstr3.sh test-memchr$(EXEEXT) test-nanosleep$(EXEEXT) \
|
|
test-netinet_in$(EXEEXT) test-nl_langinfo.sh \
|
|
test-open$(EXEEXT) test-pathmax$(EXEEXT) test-perror.sh \
|
|
test-perror2$(EXEEXT) test-pipe$(EXEEXT) \
|
|
test-quotearg-simple$(EXEEXT) test-raise$(EXEEXT) \
|
|
test-rawmemchr$(EXEEXT) test-readlink$(EXEEXT) \
|
|
test-regex$(EXEEXT) test-select$(EXEEXT) test-select-in.sh \
|
|
test-select-out.sh test-setenv$(EXEEXT) test-setlocale1.sh \
|
|
test-setlocale2.sh test-setsockopt$(EXEEXT) \
|
|
test-sh-quote$(EXEEXT) test-sigaction$(EXEEXT) \
|
|
test-signal-h$(EXEEXT) test-sigprocmask$(EXEEXT) \
|
|
test-sleep$(EXEEXT) test-snprintf$(EXEEXT) \
|
|
test-sockets$(EXEEXT) test-stat$(EXEEXT) \
|
|
test-stat-time$(EXEEXT) test-stdalign$(EXEEXT) \
|
|
test-stdbool$(EXEEXT) test-stddef$(EXEEXT) \
|
|
test-stdint$(EXEEXT) test-stdio$(EXEEXT) test-stdlib$(EXEEXT) \
|
|
test-strerror$(EXEEXT) test-strerror_r$(EXEEXT) \
|
|
test-strftime$(EXEEXT) test-striconv$(EXEEXT) \
|
|
test-string$(EXEEXT) test-strings$(EXEEXT) \
|
|
test-strnlen$(EXEEXT) test-strtoull$(EXEEXT) \
|
|
test-strtoumax$(EXEEXT) test-symlink$(EXEEXT) \
|
|
test-sys_ioctl$(EXEEXT) test-sys_select$(EXEEXT) \
|
|
test-sys_socket$(EXEEXT) test-sys_stat$(EXEEXT) \
|
|
test-sys_time$(EXEEXT) test-sys_types$(EXEEXT) \
|
|
test-sys_uio$(EXEEXT) test-sys_wait$(EXEEXT) test-init.sh \
|
|
test-time$(EXEEXT) test-timespec$(EXEEXT) test-unistd$(EXEEXT) \
|
|
test-u8-mbtoucr$(EXEEXT) test-u8-uctomb$(EXEEXT) \
|
|
test-uc_width$(EXEEXT) uniwidth/test-uc_width2.sh \
|
|
test-unsetenv$(EXEEXT) test-update-copyright.sh \
|
|
test-vasnprintf$(EXEEXT) test-vasprintf$(EXEEXT) \
|
|
test-vc-list-files-git.sh test-vc-list-files-cvs.sh \
|
|
test-verify$(EXEEXT) test-verify.sh test-version-etc.sh \
|
|
test-wchar$(EXEEXT) test-wcrtomb.sh test-wcrtomb-w32-1.sh \
|
|
test-wcrtomb-w32-2.sh test-wcrtomb-w32-3.sh \
|
|
test-wcrtomb-w32-4.sh test-wcrtomb-w32-5.sh \
|
|
test-wctype-h$(EXEEXT) test-wcwidth$(EXEEXT) \
|
|
test-xalloc-die.sh test-xstrtol.sh test-xstrtoumax.sh \
|
|
test-xvasprintf$(EXEEXT)
|
|
XFAIL_TESTS =
|
|
noinst_PROGRAMS =
|
|
check_PROGRAMS = test-accept$(EXEEXT) test-alloca-opt$(EXEEXT) \
|
|
test-areadlink$(EXEEXT) test-argmatch$(EXEEXT) \
|
|
test-arpa_inet$(EXEEXT) test-binary-io$(EXEEXT) \
|
|
test-bind$(EXEEXT) test-bitrotate$(EXEEXT) test-btowc$(EXEEXT) \
|
|
test-c-ctype$(EXEEXT) test-c-stack$(EXEEXT) \
|
|
test-c-strcasecmp$(EXEEXT) test-c-strncasecmp$(EXEEXT) \
|
|
test-close$(EXEEXT) test-connect$(EXEEXT) test-ctype$(EXEEXT) \
|
|
test-dirname$(EXEEXT) test-dup2$(EXEEXT) test-environ$(EXEEXT) \
|
|
test-errno$(EXEEXT) test-exclude$(EXEEXT) \
|
|
test-fcntl-h$(EXEEXT) test-fcntl$(EXEEXT) test-fdopen$(EXEEXT) \
|
|
test-fgetc$(EXEEXT) test-filenamecat$(EXEEXT) \
|
|
test-float$(EXEEXT) test-fnmatch$(EXEEXT) test-fputc$(EXEEXT) \
|
|
test-fread$(EXEEXT) test-freopen-safer$(EXEEXT) \
|
|
test-freopen$(EXEEXT) test-fstat$(EXEEXT) \
|
|
test-ftruncate$(EXEEXT) test-fwrite$(EXEEXT) \
|
|
test-getcwd-lgpl$(EXEEXT) test-getdtablesize$(EXEEXT) \
|
|
test-getopt-gnu$(EXEEXT) test-getopt-posix$(EXEEXT) \
|
|
test-getprogname$(EXEEXT) test-gettimeofday$(EXEEXT) \
|
|
test-hash$(EXEEXT) test-iconv-h$(EXEEXT) test-iconv$(EXEEXT) \
|
|
test-ignore-value$(EXEEXT) test-inet_pton$(EXEEXT) \
|
|
test-intprops$(EXEEXT) test-inttostr$(EXEEXT) \
|
|
test-inttypes$(EXEEXT) test-ioctl$(EXEEXT) \
|
|
test-isblank$(EXEEXT) test-iswblank$(EXEEXT) \
|
|
test-langinfo$(EXEEXT) test-limits-h$(EXEEXT) \
|
|
test-listen$(EXEEXT) test-locale$(EXEEXT) \
|
|
test-localeconv$(EXEEXT) test-lstat$(EXEEXT) \
|
|
test-malloca$(EXEEXT) test-mbrtowc$(EXEEXT) \
|
|
test-mbrtowc-w32$(EXEEXT) test-mbscasecmp$(EXEEXT) \
|
|
test-mbsinit$(EXEEXT) test-mbsrtowcs$(EXEEXT) \
|
|
test-mbsstr1$(EXEEXT) test-mbsstr2$(EXEEXT) \
|
|
test-mbsstr3$(EXEEXT) test-memchr$(EXEEXT) \
|
|
test-nanosleep$(EXEEXT) test-netinet_in$(EXEEXT) \
|
|
test-nl_langinfo$(EXEEXT) test-open$(EXEEXT) \
|
|
test-pathmax$(EXEEXT) test-perror$(EXEEXT) \
|
|
test-perror2$(EXEEXT) test-pipe$(EXEEXT) \
|
|
test-quotearg-simple$(EXEEXT) test-raise$(EXEEXT) \
|
|
test-rawmemchr$(EXEEXT) test-readlink$(EXEEXT) \
|
|
test-regex$(EXEEXT) test-select$(EXEEXT) \
|
|
test-select-fd$(EXEEXT) test-select-stdin$(EXEEXT) \
|
|
test-setenv$(EXEEXT) test-setlocale1$(EXEEXT) \
|
|
test-setlocale2$(EXEEXT) test-setsockopt$(EXEEXT) \
|
|
test-sh-quote$(EXEEXT) test-sigaction$(EXEEXT) \
|
|
test-signal-h$(EXEEXT) test-sigprocmask$(EXEEXT) \
|
|
test-sleep$(EXEEXT) test-snprintf$(EXEEXT) \
|
|
test-sockets$(EXEEXT) test-stat$(EXEEXT) \
|
|
test-stat-time$(EXEEXT) test-stdalign$(EXEEXT) \
|
|
test-stdbool$(EXEEXT) test-stddef$(EXEEXT) \
|
|
test-stdint$(EXEEXT) test-stdio$(EXEEXT) test-stdlib$(EXEEXT) \
|
|
test-strerror$(EXEEXT) test-strerror_r$(EXEEXT) \
|
|
test-strftime$(EXEEXT) test-striconv$(EXEEXT) \
|
|
test-string$(EXEEXT) test-strings$(EXEEXT) \
|
|
test-strnlen$(EXEEXT) test-strtoull$(EXEEXT) \
|
|
test-strtoumax$(EXEEXT) test-symlink$(EXEEXT) \
|
|
test-sys_ioctl$(EXEEXT) test-sys_select$(EXEEXT) \
|
|
test-sys_socket$(EXEEXT) test-sys_stat$(EXEEXT) \
|
|
test-sys_time$(EXEEXT) test-sys_types$(EXEEXT) \
|
|
test-sys_uio$(EXEEXT) test-sys_wait$(EXEEXT) \
|
|
test-time$(EXEEXT) test-timespec$(EXEEXT) test-unistd$(EXEEXT) \
|
|
test-u8-mbtoucr$(EXEEXT) test-u8-uctomb$(EXEEXT) \
|
|
test-uc_width$(EXEEXT) test-uc_width2$(EXEEXT) \
|
|
test-unsetenv$(EXEEXT) test-vasnprintf$(EXEEXT) \
|
|
test-vasprintf$(EXEEXT) test-verify$(EXEEXT) \
|
|
test-version-etc$(EXEEXT) test-wchar$(EXEEXT) \
|
|
test-wcrtomb$(EXEEXT) test-wcrtomb-w32$(EXEEXT) \
|
|
test-wctype-h$(EXEEXT) test-wcwidth$(EXEEXT) \
|
|
test-xalloc-die$(EXEEXT) test-xstrtol$(EXEEXT) \
|
|
test-xstrtoul$(EXEEXT) test-xstrtoumax$(EXEEXT) \
|
|
test-xvasprintf$(EXEEXT)
|
|
EXTRA_PROGRAMS = test-verify-try$(EXEEXT)
|
|
subdir = gnulib-tests
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
|
|
$(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/alloca.m4 \
|
|
$(top_srcdir)/m4/arpa_inet_h.m4 $(top_srcdir)/m4/btowc.m4 \
|
|
$(top_srcdir)/m4/builtin-expect.m4 $(top_srcdir)/m4/c-stack.m4 \
|
|
$(top_srcdir)/m4/clock_time.m4 $(top_srcdir)/m4/close.m4 \
|
|
$(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/config-h.m4 \
|
|
$(top_srcdir)/m4/configmake.m4 $(top_srcdir)/m4/ctype.m4 \
|
|
$(top_srcdir)/m4/dirname.m4 \
|
|
$(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup2.m4 \
|
|
$(top_srcdir)/m4/eealloc.m4 $(top_srcdir)/m4/environ.m4 \
|
|
$(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \
|
|
$(top_srcdir)/m4/exponentd.m4 $(top_srcdir)/m4/extensions.m4 \
|
|
$(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \
|
|
$(top_srcdir)/m4/fcntl.m4 $(top_srcdir)/m4/fcntl_h.m4 \
|
|
$(top_srcdir)/m4/fdopen.m4 $(top_srcdir)/m4/filenamecat.m4 \
|
|
$(top_srcdir)/m4/flexmember.m4 $(top_srcdir)/m4/float_h.m4 \
|
|
$(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpieee.m4 \
|
|
$(top_srcdir)/m4/freopen.m4 $(top_srcdir)/m4/fstat.m4 \
|
|
$(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/getcwd.m4 \
|
|
$(top_srcdir)/m4/getdtablesize.m4 $(top_srcdir)/m4/getopt.m4 \
|
|
$(top_srcdir)/m4/getpagesize.m4 \
|
|
$(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \
|
|
$(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \
|
|
$(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnu-make.m4 \
|
|
$(top_srcdir)/m4/gnulib-common.m4 \
|
|
$(top_srcdir)/m4/gnulib-comp.m4 \
|
|
$(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/iconv.m4 \
|
|
$(top_srcdir)/m4/iconv_h.m4 $(top_srcdir)/m4/iconv_open.m4 \
|
|
$(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inet_pton.m4 \
|
|
$(top_srcdir)/m4/inline.m4 $(top_srcdir)/m4/intlmacosx.m4 \
|
|
$(top_srcdir)/m4/intmax_t.m4 $(top_srcdir)/m4/inttostr.m4 \
|
|
$(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
|
|
$(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/ioctl.m4 \
|
|
$(top_srcdir)/m4/isblank.m4 $(top_srcdir)/m4/iswblank.m4 \
|
|
$(top_srcdir)/m4/langinfo_h.m4 $(top_srcdir)/m4/largefile.m4 \
|
|
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
|
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libsigsegv.m4 \
|
|
$(top_srcdir)/m4/libunistring-base.m4 \
|
|
$(top_srcdir)/m4/limits-h.m4 $(top_srcdir)/m4/localcharset.m4 \
|
|
$(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/locale-ja.m4 \
|
|
$(top_srcdir)/m4/locale-tr.m4 $(top_srcdir)/m4/locale-zh.m4 \
|
|
$(top_srcdir)/m4/locale_h.m4 $(top_srcdir)/m4/localeconv.m4 \
|
|
$(top_srcdir)/m4/localtime-buffer.m4 \
|
|
$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lstat.m4 \
|
|
$(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/malloca.m4 \
|
|
$(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/mbchar.m4 \
|
|
$(top_srcdir)/m4/mbiter.m4 $(top_srcdir)/m4/mbrtowc.m4 \
|
|
$(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbslen.m4 \
|
|
$(top_srcdir)/m4/mbsrtowcs.m4 $(top_srcdir)/m4/mbstate_t.m4 \
|
|
$(top_srcdir)/m4/mbtowc.m4 $(top_srcdir)/m4/memchr.m4 \
|
|
$(top_srcdir)/m4/minmax.m4 $(top_srcdir)/m4/mkstemp.m4 \
|
|
$(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/mmap-anon.m4 \
|
|
$(top_srcdir)/m4/mode_t.m4 $(top_srcdir)/m4/msvc-inval.m4 \
|
|
$(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \
|
|
$(top_srcdir)/m4/nanosleep.m4 $(top_srcdir)/m4/netinet_in_h.m4 \
|
|
$(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
|
|
$(top_srcdir)/m4/nocrash.m4 $(top_srcdir)/m4/off_t.m4 \
|
|
$(top_srcdir)/m4/open.m4 $(top_srcdir)/m4/pathmax.m4 \
|
|
$(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe.m4 \
|
|
$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf.m4 \
|
|
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/putenv.m4 \
|
|
$(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
|
|
$(top_srcdir)/m4/raise.m4 $(top_srcdir)/m4/rawmemchr.m4 \
|
|
$(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \
|
|
$(top_srcdir)/m4/secure_getenv.m4 $(top_srcdir)/m4/select.m4 \
|
|
$(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
|
|
$(top_srcdir)/m4/sigaction.m4 $(top_srcdir)/m4/signal_h.m4 \
|
|
$(top_srcdir)/m4/signalblocking.m4 \
|
|
$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/sleep.m4 \
|
|
$(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/socketlib.m4 \
|
|
$(top_srcdir)/m4/sockets.m4 $(top_srcdir)/m4/socklen.m4 \
|
|
$(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
|
|
$(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stat.m4 \
|
|
$(top_srcdir)/m4/stdalign.m4 $(top_srcdir)/m4/stdarg.m4 \
|
|
$(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
|
|
$(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
|
|
$(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \
|
|
$(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strerror.m4 \
|
|
$(top_srcdir)/m4/strerror_r.m4 $(top_srcdir)/m4/strftime.m4 \
|
|
$(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strings_h.m4 \
|
|
$(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
|
|
$(top_srcdir)/m4/strptime.m4 $(top_srcdir)/m4/strtoull.m4 \
|
|
$(top_srcdir)/m4/strtoumax.m4 $(top_srcdir)/m4/symlink.m4 \
|
|
$(top_srcdir)/m4/sys_ioctl_h.m4 \
|
|
$(top_srcdir)/m4/sys_select_h.m4 \
|
|
$(top_srcdir)/m4/sys_socket_h.m4 \
|
|
$(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_time_h.m4 \
|
|
$(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/sys_uio_h.m4 \
|
|
$(top_srcdir)/m4/sys_wait_h.m4 $(top_srcdir)/m4/tempname.m4 \
|
|
$(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \
|
|
$(top_srcdir)/m4/time_rz.m4 $(top_srcdir)/m4/timegm.m4 \
|
|
$(top_srcdir)/m4/timespec.m4 $(top_srcdir)/m4/tm_gmtoff.m4 \
|
|
$(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/unistd_h.m4 \
|
|
$(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/vararrays.m4 \
|
|
$(top_srcdir)/m4/vasnprintf.m4 $(top_srcdir)/m4/vasprintf.m4 \
|
|
$(top_srcdir)/m4/version-etc.m4 \
|
|
$(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.m4 \
|
|
$(top_srcdir)/m4/wchar_h.m4 $(top_srcdir)/m4/wchar_t.m4 \
|
|
$(top_srcdir)/m4/wcrtomb.m4 $(top_srcdir)/m4/wctob.m4 \
|
|
$(top_srcdir)/m4/wctomb.m4 $(top_srcdir)/m4/wctype_h.m4 \
|
|
$(top_srcdir)/m4/wcwidth.m4 $(top_srcdir)/m4/wint_t.m4 \
|
|
$(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xsize.m4 \
|
|
$(top_srcdir)/m4/xstrndup.m4 $(top_srcdir)/m4/xstrtol.m4 \
|
|
$(top_srcdir)/m4/xvasprintf.m4 $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
|
|
$(am__DIST_COMMON)
|
|
mkinstalldirs = $(install_sh) -d
|
|
CONFIG_HEADER = $(top_builddir)/lib/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
PROGRAMS = $(noinst_PROGRAMS)
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
|
AM_V_AR = $(am__v_AR_@AM_V@)
|
|
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
|
|
am__v_AR_0 = @echo " AR " $@;
|
|
am__v_AR_1 =
|
|
libtests_a_AR = $(AR) $(ARFLAGS)
|
|
libtests_a_RANLIB = $(RANLIB)
|
|
am__DEPENDENCIES_1 =
|
|
am_libtests_a_OBJECTS = dtotimespec.$(OBJEXT) hash-pjw.$(OBJEXT) \
|
|
sockets.$(OBJEXT) sys_socket.$(OBJEXT) timespec-add.$(OBJEXT) \
|
|
timespec-sub.$(OBJEXT)
|
|
libtests_a_OBJECTS = $(am_libtests_a_OBJECTS)
|
|
test_accept_SOURCES = test-accept.c
|
|
test_accept_OBJECTS = test-accept.$(OBJEXT)
|
|
am__DEPENDENCIES_2 = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_accept_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_alloca_opt_SOURCES = test-alloca-opt.c
|
|
test_alloca_opt_OBJECTS = test-alloca-opt.$(OBJEXT)
|
|
test_alloca_opt_LDADD = $(LDADD)
|
|
test_alloca_opt_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_areadlink_SOURCES = test-areadlink.c
|
|
test_areadlink_OBJECTS = test-areadlink.$(OBJEXT)
|
|
test_areadlink_LDADD = $(LDADD)
|
|
test_areadlink_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_argmatch_SOURCES = test-argmatch.c
|
|
test_argmatch_OBJECTS = test-argmatch.$(OBJEXT)
|
|
test_argmatch_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_arpa_inet_SOURCES = test-arpa_inet.c
|
|
test_arpa_inet_OBJECTS = test-arpa_inet.$(OBJEXT)
|
|
test_arpa_inet_LDADD = $(LDADD)
|
|
test_arpa_inet_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_binary_io_SOURCES = test-binary-io.c
|
|
test_binary_io_OBJECTS = test-binary-io.$(OBJEXT)
|
|
test_binary_io_LDADD = $(LDADD)
|
|
test_binary_io_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_bind_SOURCES = test-bind.c
|
|
test_bind_OBJECTS = test-bind.$(OBJEXT)
|
|
test_bind_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
|
|
test_bitrotate_SOURCES = test-bitrotate.c
|
|
test_bitrotate_OBJECTS = test-bitrotate.$(OBJEXT)
|
|
test_bitrotate_LDADD = $(LDADD)
|
|
test_bitrotate_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_btowc_SOURCES = test-btowc.c
|
|
test_btowc_OBJECTS = test-btowc.$(OBJEXT)
|
|
test_btowc_LDADD = $(LDADD)
|
|
test_btowc_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_c_ctype_SOURCES = test-c-ctype.c
|
|
test_c_ctype_OBJECTS = test-c-ctype.$(OBJEXT)
|
|
test_c_ctype_LDADD = $(LDADD)
|
|
test_c_ctype_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_c_stack_SOURCES = test-c-stack.c
|
|
test_c_stack_OBJECTS = test-c-stack.$(OBJEXT)
|
|
test_c_stack_DEPENDENCIES = $(am__DEPENDENCIES_2) \
|
|
$(am__DEPENDENCIES_1)
|
|
test_c_strcasecmp_SOURCES = test-c-strcasecmp.c
|
|
test_c_strcasecmp_OBJECTS = test-c-strcasecmp.$(OBJEXT)
|
|
test_c_strcasecmp_LDADD = $(LDADD)
|
|
test_c_strcasecmp_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_c_strncasecmp_SOURCES = test-c-strncasecmp.c
|
|
test_c_strncasecmp_OBJECTS = test-c-strncasecmp.$(OBJEXT)
|
|
test_c_strncasecmp_LDADD = $(LDADD)
|
|
test_c_strncasecmp_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_close_SOURCES = test-close.c
|
|
test_close_OBJECTS = test-close.$(OBJEXT)
|
|
test_close_LDADD = $(LDADD)
|
|
test_close_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_connect_SOURCES = test-connect.c
|
|
test_connect_OBJECTS = test-connect.$(OBJEXT)
|
|
test_connect_DEPENDENCIES = $(am__DEPENDENCIES_2) \
|
|
$(am__DEPENDENCIES_1)
|
|
test_ctype_SOURCES = test-ctype.c
|
|
test_ctype_OBJECTS = test-ctype.$(OBJEXT)
|
|
test_ctype_LDADD = $(LDADD)
|
|
test_ctype_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_dirname_SOURCES = test-dirname.c
|
|
test_dirname_OBJECTS = test-dirname.$(OBJEXT)
|
|
test_dirname_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_dup2_SOURCES = test-dup2.c
|
|
test_dup2_OBJECTS = test-dup2.$(OBJEXT)
|
|
test_dup2_LDADD = $(LDADD)
|
|
test_dup2_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_environ_SOURCES = test-environ.c
|
|
test_environ_OBJECTS = test-environ.$(OBJEXT)
|
|
test_environ_LDADD = $(LDADD)
|
|
test_environ_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_errno_SOURCES = test-errno.c
|
|
test_errno_OBJECTS = test-errno.$(OBJEXT)
|
|
test_errno_LDADD = $(LDADD)
|
|
test_errno_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_exclude_SOURCES = test-exclude.c
|
|
test_exclude_OBJECTS = test-exclude.$(OBJEXT)
|
|
test_exclude_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_fcntl_SOURCES = test-fcntl.c
|
|
test_fcntl_OBJECTS = test-fcntl.$(OBJEXT)
|
|
test_fcntl_LDADD = $(LDADD)
|
|
test_fcntl_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_fcntl_h_SOURCES = test-fcntl-h.c
|
|
test_fcntl_h_OBJECTS = test-fcntl-h.$(OBJEXT)
|
|
test_fcntl_h_LDADD = $(LDADD)
|
|
test_fcntl_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_fdopen_SOURCES = test-fdopen.c
|
|
test_fdopen_OBJECTS = test-fdopen.$(OBJEXT)
|
|
test_fdopen_LDADD = $(LDADD)
|
|
test_fdopen_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_fgetc_SOURCES = test-fgetc.c
|
|
test_fgetc_OBJECTS = test-fgetc.$(OBJEXT)
|
|
test_fgetc_LDADD = $(LDADD)
|
|
test_fgetc_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_filenamecat_SOURCES = test-filenamecat.c
|
|
test_filenamecat_OBJECTS = test-filenamecat.$(OBJEXT)
|
|
test_filenamecat_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_float_SOURCES = test-float.c
|
|
test_float_OBJECTS = test-float.$(OBJEXT)
|
|
test_float_LDADD = $(LDADD)
|
|
test_float_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_fnmatch_SOURCES = test-fnmatch.c
|
|
test_fnmatch_OBJECTS = test-fnmatch.$(OBJEXT)
|
|
test_fnmatch_LDADD = $(LDADD)
|
|
test_fnmatch_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_fputc_SOURCES = test-fputc.c
|
|
test_fputc_OBJECTS = test-fputc.$(OBJEXT)
|
|
test_fputc_LDADD = $(LDADD)
|
|
test_fputc_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_fread_SOURCES = test-fread.c
|
|
test_fread_OBJECTS = test-fread.$(OBJEXT)
|
|
test_fread_LDADD = $(LDADD)
|
|
test_fread_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_freopen_SOURCES = test-freopen.c
|
|
test_freopen_OBJECTS = test-freopen.$(OBJEXT)
|
|
test_freopen_LDADD = $(LDADD)
|
|
test_freopen_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_freopen_safer_SOURCES = test-freopen-safer.c
|
|
test_freopen_safer_OBJECTS = test-freopen-safer.$(OBJEXT)
|
|
test_freopen_safer_LDADD = $(LDADD)
|
|
test_freopen_safer_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_fstat_SOURCES = test-fstat.c
|
|
test_fstat_OBJECTS = test-fstat.$(OBJEXT)
|
|
test_fstat_LDADD = $(LDADD)
|
|
test_fstat_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_ftruncate_SOURCES = test-ftruncate.c
|
|
test_ftruncate_OBJECTS = test-ftruncate.$(OBJEXT)
|
|
test_ftruncate_LDADD = $(LDADD)
|
|
test_ftruncate_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_fwrite_SOURCES = test-fwrite.c
|
|
test_fwrite_OBJECTS = test-fwrite.$(OBJEXT)
|
|
test_fwrite_LDADD = $(LDADD)
|
|
test_fwrite_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_getcwd_lgpl_SOURCES = test-getcwd-lgpl.c
|
|
test_getcwd_lgpl_OBJECTS = test-getcwd-lgpl.$(OBJEXT)
|
|
test_getcwd_lgpl_DEPENDENCIES = $(am__DEPENDENCIES_2) \
|
|
$(am__DEPENDENCIES_1)
|
|
test_getdtablesize_SOURCES = test-getdtablesize.c
|
|
test_getdtablesize_OBJECTS = test-getdtablesize.$(OBJEXT)
|
|
test_getdtablesize_LDADD = $(LDADD)
|
|
test_getdtablesize_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_getopt_gnu_SOURCES = test-getopt-gnu.c
|
|
test_getopt_gnu_OBJECTS = test-getopt-gnu.$(OBJEXT)
|
|
test_getopt_gnu_DEPENDENCIES = $(am__DEPENDENCIES_2) \
|
|
$(am__DEPENDENCIES_1)
|
|
test_getopt_posix_SOURCES = test-getopt-posix.c
|
|
test_getopt_posix_OBJECTS = test-getopt-posix.$(OBJEXT)
|
|
test_getopt_posix_DEPENDENCIES = $(am__DEPENDENCIES_2) \
|
|
$(am__DEPENDENCIES_1)
|
|
test_getprogname_SOURCES = test-getprogname.c
|
|
test_getprogname_OBJECTS = test-getprogname.$(OBJEXT)
|
|
test_getprogname_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_gettimeofday_SOURCES = test-gettimeofday.c
|
|
test_gettimeofday_OBJECTS = test-gettimeofday.$(OBJEXT)
|
|
test_gettimeofday_LDADD = $(LDADD)
|
|
test_gettimeofday_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_hash_SOURCES = test-hash.c
|
|
test_hash_OBJECTS = test-hash.$(OBJEXT)
|
|
test_hash_LDADD = $(LDADD)
|
|
test_hash_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_iconv_SOURCES = test-iconv.c
|
|
test_iconv_OBJECTS = test-iconv.$(OBJEXT)
|
|
test_iconv_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_iconv_h_SOURCES = test-iconv-h.c
|
|
test_iconv_h_OBJECTS = test-iconv-h.$(OBJEXT)
|
|
test_iconv_h_LDADD = $(LDADD)
|
|
test_iconv_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_ignore_value_SOURCES = test-ignore-value.c
|
|
test_ignore_value_OBJECTS = test-ignore-value.$(OBJEXT)
|
|
test_ignore_value_LDADD = $(LDADD)
|
|
test_ignore_value_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_inet_pton_SOURCES = test-inet_pton.c
|
|
test_inet_pton_OBJECTS = test-inet_pton.$(OBJEXT)
|
|
test_inet_pton_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_intprops_SOURCES = test-intprops.c
|
|
test_intprops_OBJECTS = test-intprops.$(OBJEXT)
|
|
test_intprops_LDADD = $(LDADD)
|
|
test_intprops_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_inttostr_SOURCES = test-inttostr.c
|
|
test_inttostr_OBJECTS = test-inttostr.$(OBJEXT)
|
|
test_inttostr_LDADD = $(LDADD)
|
|
test_inttostr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_inttypes_SOURCES = test-inttypes.c
|
|
test_inttypes_OBJECTS = test-inttypes.$(OBJEXT)
|
|
test_inttypes_LDADD = $(LDADD)
|
|
test_inttypes_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_ioctl_SOURCES = test-ioctl.c
|
|
test_ioctl_OBJECTS = test-ioctl.$(OBJEXT)
|
|
test_ioctl_LDADD = $(LDADD)
|
|
test_ioctl_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_isblank_SOURCES = test-isblank.c
|
|
test_isblank_OBJECTS = test-isblank.$(OBJEXT)
|
|
test_isblank_LDADD = $(LDADD)
|
|
test_isblank_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_iswblank_SOURCES = test-iswblank.c
|
|
test_iswblank_OBJECTS = test-iswblank.$(OBJEXT)
|
|
test_iswblank_LDADD = $(LDADD)
|
|
test_iswblank_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_langinfo_SOURCES = test-langinfo.c
|
|
test_langinfo_OBJECTS = test-langinfo.$(OBJEXT)
|
|
test_langinfo_LDADD = $(LDADD)
|
|
test_langinfo_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_limits_h_SOURCES = test-limits-h.c
|
|
test_limits_h_OBJECTS = test-limits-h.$(OBJEXT)
|
|
test_limits_h_LDADD = $(LDADD)
|
|
test_limits_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_listen_SOURCES = test-listen.c
|
|
test_listen_OBJECTS = test-listen.$(OBJEXT)
|
|
test_listen_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_locale_SOURCES = test-locale.c
|
|
test_locale_OBJECTS = test-locale.$(OBJEXT)
|
|
test_locale_LDADD = $(LDADD)
|
|
test_locale_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_localeconv_SOURCES = test-localeconv.c
|
|
test_localeconv_OBJECTS = test-localeconv.$(OBJEXT)
|
|
test_localeconv_LDADD = $(LDADD)
|
|
test_localeconv_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_lstat_SOURCES = test-lstat.c
|
|
test_lstat_OBJECTS = test-lstat.$(OBJEXT)
|
|
test_lstat_LDADD = $(LDADD)
|
|
test_lstat_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_malloca_SOURCES = test-malloca.c
|
|
test_malloca_OBJECTS = test-malloca.$(OBJEXT)
|
|
test_malloca_LDADD = $(LDADD)
|
|
test_malloca_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_mbrtowc_SOURCES = test-mbrtowc.c
|
|
test_mbrtowc_OBJECTS = test-mbrtowc.$(OBJEXT)
|
|
test_mbrtowc_LDADD = $(LDADD)
|
|
test_mbrtowc_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_mbrtowc_w32_SOURCES = test-mbrtowc-w32.c
|
|
test_mbrtowc_w32_OBJECTS = test-mbrtowc-w32.$(OBJEXT)
|
|
test_mbrtowc_w32_LDADD = $(LDADD)
|
|
test_mbrtowc_w32_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_mbscasecmp_SOURCES = test-mbscasecmp.c
|
|
test_mbscasecmp_OBJECTS = test-mbscasecmp.$(OBJEXT)
|
|
test_mbscasecmp_LDADD = $(LDADD)
|
|
test_mbscasecmp_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_mbsinit_SOURCES = test-mbsinit.c
|
|
test_mbsinit_OBJECTS = test-mbsinit.$(OBJEXT)
|
|
test_mbsinit_LDADD = $(LDADD)
|
|
test_mbsinit_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_mbsrtowcs_SOURCES = test-mbsrtowcs.c
|
|
test_mbsrtowcs_OBJECTS = test-mbsrtowcs.$(OBJEXT)
|
|
test_mbsrtowcs_LDADD = $(LDADD)
|
|
test_mbsrtowcs_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_mbsstr1_SOURCES = test-mbsstr1.c
|
|
test_mbsstr1_OBJECTS = test-mbsstr1.$(OBJEXT)
|
|
test_mbsstr1_LDADD = $(LDADD)
|
|
test_mbsstr1_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_mbsstr2_SOURCES = test-mbsstr2.c
|
|
test_mbsstr2_OBJECTS = test-mbsstr2.$(OBJEXT)
|
|
test_mbsstr2_LDADD = $(LDADD)
|
|
test_mbsstr2_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_mbsstr3_SOURCES = test-mbsstr3.c
|
|
test_mbsstr3_OBJECTS = test-mbsstr3.$(OBJEXT)
|
|
test_mbsstr3_LDADD = $(LDADD)
|
|
test_mbsstr3_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_memchr_SOURCES = test-memchr.c
|
|
test_memchr_OBJECTS = test-memchr.$(OBJEXT)
|
|
test_memchr_LDADD = $(LDADD)
|
|
test_memchr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_nanosleep_SOURCES = test-nanosleep.c
|
|
test_nanosleep_OBJECTS = test-nanosleep.$(OBJEXT)
|
|
test_nanosleep_DEPENDENCIES = $(am__DEPENDENCIES_2) \
|
|
$(am__DEPENDENCIES_1)
|
|
test_netinet_in_SOURCES = test-netinet_in.c
|
|
test_netinet_in_OBJECTS = test-netinet_in.$(OBJEXT)
|
|
test_netinet_in_LDADD = $(LDADD)
|
|
test_netinet_in_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_nl_langinfo_SOURCES = test-nl_langinfo.c
|
|
test_nl_langinfo_OBJECTS = test-nl_langinfo.$(OBJEXT)
|
|
test_nl_langinfo_LDADD = $(LDADD)
|
|
test_nl_langinfo_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_open_SOURCES = test-open.c
|
|
test_open_OBJECTS = test-open.$(OBJEXT)
|
|
test_open_LDADD = $(LDADD)
|
|
test_open_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_pathmax_SOURCES = test-pathmax.c
|
|
test_pathmax_OBJECTS = test-pathmax.$(OBJEXT)
|
|
test_pathmax_LDADD = $(LDADD)
|
|
test_pathmax_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_perror_SOURCES = test-perror.c
|
|
test_perror_OBJECTS = test-perror.$(OBJEXT)
|
|
test_perror_LDADD = $(LDADD)
|
|
test_perror_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_perror2_SOURCES = test-perror2.c
|
|
test_perror2_OBJECTS = test-perror2.$(OBJEXT)
|
|
test_perror2_LDADD = $(LDADD)
|
|
test_perror2_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_pipe_SOURCES = test-pipe.c
|
|
test_pipe_OBJECTS = test-pipe.$(OBJEXT)
|
|
test_pipe_LDADD = $(LDADD)
|
|
test_pipe_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_quotearg_simple_SOURCES = test-quotearg-simple.c
|
|
test_quotearg_simple_OBJECTS = test-quotearg-simple.$(OBJEXT)
|
|
test_quotearg_simple_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_raise_SOURCES = test-raise.c
|
|
test_raise_OBJECTS = test-raise.$(OBJEXT)
|
|
test_raise_LDADD = $(LDADD)
|
|
test_raise_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_rawmemchr_SOURCES = test-rawmemchr.c
|
|
test_rawmemchr_OBJECTS = test-rawmemchr.$(OBJEXT)
|
|
test_rawmemchr_LDADD = $(LDADD)
|
|
test_rawmemchr_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_readlink_SOURCES = test-readlink.c
|
|
test_readlink_OBJECTS = test-readlink.$(OBJEXT)
|
|
test_readlink_LDADD = $(LDADD)
|
|
test_readlink_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_regex_SOURCES = test-regex.c
|
|
test_regex_OBJECTS = test-regex.$(OBJEXT)
|
|
test_regex_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_select_SOURCES = test-select.c
|
|
test_select_OBJECTS = test-select.$(OBJEXT)
|
|
test_select_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
|
|
test_select_fd_SOURCES = test-select-fd.c
|
|
test_select_fd_OBJECTS = test-select-fd.$(OBJEXT)
|
|
test_select_fd_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_select_stdin_SOURCES = test-select-stdin.c
|
|
test_select_stdin_OBJECTS = test-select-stdin.$(OBJEXT)
|
|
test_select_stdin_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_setenv_SOURCES = test-setenv.c
|
|
test_setenv_OBJECTS = test-setenv.$(OBJEXT)
|
|
test_setenv_LDADD = $(LDADD)
|
|
test_setenv_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_setlocale1_SOURCES = test-setlocale1.c
|
|
test_setlocale1_OBJECTS = test-setlocale1.$(OBJEXT)
|
|
test_setlocale1_LDADD = $(LDADD)
|
|
test_setlocale1_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_setlocale2_SOURCES = test-setlocale2.c
|
|
test_setlocale2_OBJECTS = test-setlocale2.$(OBJEXT)
|
|
test_setlocale2_LDADD = $(LDADD)
|
|
test_setlocale2_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_setsockopt_SOURCES = test-setsockopt.c
|
|
test_setsockopt_OBJECTS = test-setsockopt.$(OBJEXT)
|
|
test_setsockopt_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_sh_quote_SOURCES = test-sh-quote.c
|
|
test_sh_quote_OBJECTS = test-sh-quote.$(OBJEXT)
|
|
test_sh_quote_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_sigaction_SOURCES = test-sigaction.c
|
|
test_sigaction_OBJECTS = test-sigaction.$(OBJEXT)
|
|
test_sigaction_LDADD = $(LDADD)
|
|
test_sigaction_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_signal_h_SOURCES = test-signal-h.c
|
|
test_signal_h_OBJECTS = test-signal-h.$(OBJEXT)
|
|
test_signal_h_LDADD = $(LDADD)
|
|
test_signal_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sigprocmask_SOURCES = test-sigprocmask.c
|
|
test_sigprocmask_OBJECTS = test-sigprocmask.$(OBJEXT)
|
|
test_sigprocmask_LDADD = $(LDADD)
|
|
test_sigprocmask_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sleep_SOURCES = test-sleep.c
|
|
test_sleep_OBJECTS = test-sleep.$(OBJEXT)
|
|
test_sleep_LDADD = $(LDADD)
|
|
test_sleep_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_snprintf_SOURCES = test-snprintf.c
|
|
test_snprintf_OBJECTS = test-snprintf.$(OBJEXT)
|
|
test_snprintf_LDADD = $(LDADD)
|
|
test_snprintf_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sockets_SOURCES = test-sockets.c
|
|
test_sockets_OBJECTS = test-sockets.$(OBJEXT)
|
|
test_sockets_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_stat_SOURCES = test-stat.c
|
|
test_stat_OBJECTS = test-stat.$(OBJEXT)
|
|
test_stat_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
|
|
test_stat_time_SOURCES = test-stat-time.c
|
|
test_stat_time_OBJECTS = test-stat-time.$(OBJEXT)
|
|
test_stat_time_DEPENDENCIES = $(am__DEPENDENCIES_2) \
|
|
$(am__DEPENDENCIES_1)
|
|
test_stdalign_SOURCES = test-stdalign.c
|
|
test_stdalign_OBJECTS = test-stdalign.$(OBJEXT)
|
|
test_stdalign_LDADD = $(LDADD)
|
|
test_stdalign_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_stdbool_SOURCES = test-stdbool.c
|
|
test_stdbool_OBJECTS = test-stdbool.$(OBJEXT)
|
|
test_stdbool_LDADD = $(LDADD)
|
|
test_stdbool_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_stddef_SOURCES = test-stddef.c
|
|
test_stddef_OBJECTS = test-stddef.$(OBJEXT)
|
|
test_stddef_LDADD = $(LDADD)
|
|
test_stddef_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_stdint_SOURCES = test-stdint.c
|
|
test_stdint_OBJECTS = test-stdint.$(OBJEXT)
|
|
test_stdint_LDADD = $(LDADD)
|
|
test_stdint_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_stdio_SOURCES = test-stdio.c
|
|
test_stdio_OBJECTS = test-stdio.$(OBJEXT)
|
|
test_stdio_LDADD = $(LDADD)
|
|
test_stdio_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_stdlib_SOURCES = test-stdlib.c
|
|
test_stdlib_OBJECTS = test-stdlib.$(OBJEXT)
|
|
test_stdlib_LDADD = $(LDADD)
|
|
test_stdlib_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_strerror_SOURCES = test-strerror.c
|
|
test_strerror_OBJECTS = test-strerror.$(OBJEXT)
|
|
test_strerror_LDADD = $(LDADD)
|
|
test_strerror_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_strerror_r_SOURCES = test-strerror_r.c
|
|
test_strerror_r_OBJECTS = test-strerror_r.$(OBJEXT)
|
|
test_strerror_r_LDADD = $(LDADD)
|
|
test_strerror_r_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_strftime_SOURCES = test-strftime.c
|
|
test_strftime_OBJECTS = test-strftime.$(OBJEXT)
|
|
test_strftime_LDADD = $(LDADD)
|
|
test_strftime_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_striconv_SOURCES = test-striconv.c
|
|
test_striconv_OBJECTS = test-striconv.$(OBJEXT)
|
|
test_striconv_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_string_SOURCES = test-string.c
|
|
test_string_OBJECTS = test-string.$(OBJEXT)
|
|
test_string_LDADD = $(LDADD)
|
|
test_string_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_strings_SOURCES = test-strings.c
|
|
test_strings_OBJECTS = test-strings.$(OBJEXT)
|
|
test_strings_LDADD = $(LDADD)
|
|
test_strings_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_strnlen_SOURCES = test-strnlen.c
|
|
test_strnlen_OBJECTS = test-strnlen.$(OBJEXT)
|
|
test_strnlen_LDADD = $(LDADD)
|
|
test_strnlen_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_strtoull_SOURCES = test-strtoull.c
|
|
test_strtoull_OBJECTS = test-strtoull.$(OBJEXT)
|
|
test_strtoull_LDADD = $(LDADD)
|
|
test_strtoull_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_strtoumax_SOURCES = test-strtoumax.c
|
|
test_strtoumax_OBJECTS = test-strtoumax.$(OBJEXT)
|
|
test_strtoumax_LDADD = $(LDADD)
|
|
test_strtoumax_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_symlink_SOURCES = test-symlink.c
|
|
test_symlink_OBJECTS = test-symlink.$(OBJEXT)
|
|
test_symlink_LDADD = $(LDADD)
|
|
test_symlink_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sys_ioctl_SOURCES = test-sys_ioctl.c
|
|
test_sys_ioctl_OBJECTS = test-sys_ioctl.$(OBJEXT)
|
|
test_sys_ioctl_LDADD = $(LDADD)
|
|
test_sys_ioctl_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sys_select_SOURCES = test-sys_select.c
|
|
test_sys_select_OBJECTS = test-sys_select.$(OBJEXT)
|
|
test_sys_select_LDADD = $(LDADD)
|
|
test_sys_select_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sys_socket_SOURCES = test-sys_socket.c
|
|
test_sys_socket_OBJECTS = test-sys_socket.$(OBJEXT)
|
|
test_sys_socket_LDADD = $(LDADD)
|
|
test_sys_socket_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sys_stat_SOURCES = test-sys_stat.c
|
|
test_sys_stat_OBJECTS = test-sys_stat.$(OBJEXT)
|
|
test_sys_stat_LDADD = $(LDADD)
|
|
test_sys_stat_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sys_time_SOURCES = test-sys_time.c
|
|
test_sys_time_OBJECTS = test-sys_time.$(OBJEXT)
|
|
test_sys_time_LDADD = $(LDADD)
|
|
test_sys_time_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sys_types_SOURCES = test-sys_types.c
|
|
test_sys_types_OBJECTS = test-sys_types.$(OBJEXT)
|
|
test_sys_types_LDADD = $(LDADD)
|
|
test_sys_types_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sys_uio_SOURCES = test-sys_uio.c
|
|
test_sys_uio_OBJECTS = test-sys_uio.$(OBJEXT)
|
|
test_sys_uio_LDADD = $(LDADD)
|
|
test_sys_uio_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_sys_wait_SOURCES = test-sys_wait.c
|
|
test_sys_wait_OBJECTS = test-sys_wait.$(OBJEXT)
|
|
test_sys_wait_LDADD = $(LDADD)
|
|
test_sys_wait_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_time_SOURCES = test-time.c
|
|
test_time_OBJECTS = test-time.$(OBJEXT)
|
|
test_time_LDADD = $(LDADD)
|
|
test_time_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_timespec_SOURCES = test-timespec.c
|
|
test_timespec_OBJECTS = test-timespec.$(OBJEXT)
|
|
test_timespec_LDADD = $(LDADD)
|
|
test_timespec_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
am__dirstamp = $(am__leading_dot)dirstamp
|
|
am_test_u8_mbtoucr_OBJECTS = unistr/test-u8-mbtoucr.$(OBJEXT)
|
|
test_u8_mbtoucr_OBJECTS = $(am_test_u8_mbtoucr_OBJECTS)
|
|
test_u8_mbtoucr_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
am_test_u8_uctomb_OBJECTS = unistr/test-u8-uctomb.$(OBJEXT)
|
|
test_u8_uctomb_OBJECTS = $(am_test_u8_uctomb_OBJECTS)
|
|
test_u8_uctomb_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
am_test_uc_width_OBJECTS = uniwidth/test-uc_width.$(OBJEXT)
|
|
test_uc_width_OBJECTS = $(am_test_uc_width_OBJECTS)
|
|
test_uc_width_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
am_test_uc_width2_OBJECTS = uniwidth/test-uc_width2.$(OBJEXT)
|
|
test_uc_width2_OBJECTS = $(am_test_uc_width2_OBJECTS)
|
|
test_uc_width2_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_unistd_SOURCES = test-unistd.c
|
|
test_unistd_OBJECTS = test-unistd.$(OBJEXT)
|
|
test_unistd_LDADD = $(LDADD)
|
|
test_unistd_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_unsetenv_SOURCES = test-unsetenv.c
|
|
test_unsetenv_OBJECTS = test-unsetenv.$(OBJEXT)
|
|
test_unsetenv_LDADD = $(LDADD)
|
|
test_unsetenv_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_vasnprintf_SOURCES = test-vasnprintf.c
|
|
test_vasnprintf_OBJECTS = test-vasnprintf.$(OBJEXT)
|
|
test_vasnprintf_LDADD = $(LDADD)
|
|
test_vasnprintf_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_vasprintf_SOURCES = test-vasprintf.c
|
|
test_vasprintf_OBJECTS = test-vasprintf.$(OBJEXT)
|
|
test_vasprintf_LDADD = $(LDADD)
|
|
test_vasprintf_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_verify_SOURCES = test-verify.c
|
|
test_verify_OBJECTS = test-verify.$(OBJEXT)
|
|
test_verify_LDADD = $(LDADD)
|
|
test_verify_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_verify_try_SOURCES = test-verify-try.c
|
|
test_verify_try_OBJECTS = test-verify-try.$(OBJEXT)
|
|
test_verify_try_LDADD = $(LDADD)
|
|
test_verify_try_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_version_etc_SOURCES = test-version-etc.c
|
|
test_version_etc_OBJECTS = test-version-etc.$(OBJEXT)
|
|
test_version_etc_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_wchar_SOURCES = test-wchar.c
|
|
test_wchar_OBJECTS = test-wchar.$(OBJEXT)
|
|
test_wchar_LDADD = $(LDADD)
|
|
test_wchar_DEPENDENCIES = libtests.a ../lib/libdiffutils.a libtests.a \
|
|
$(am__DEPENDENCIES_1)
|
|
test_wcrtomb_SOURCES = test-wcrtomb.c
|
|
test_wcrtomb_OBJECTS = test-wcrtomb.$(OBJEXT)
|
|
test_wcrtomb_LDADD = $(LDADD)
|
|
test_wcrtomb_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_wcrtomb_w32_SOURCES = test-wcrtomb-w32.c
|
|
test_wcrtomb_w32_OBJECTS = test-wcrtomb-w32.$(OBJEXT)
|
|
test_wcrtomb_w32_LDADD = $(LDADD)
|
|
test_wcrtomb_w32_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_wctype_h_SOURCES = test-wctype-h.c
|
|
test_wctype_h_OBJECTS = test-wctype-h.$(OBJEXT)
|
|
test_wctype_h_LDADD = $(LDADD)
|
|
test_wctype_h_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_wcwidth_SOURCES = test-wcwidth.c
|
|
test_wcwidth_OBJECTS = test-wcwidth.$(OBJEXT)
|
|
test_wcwidth_LDADD = $(LDADD)
|
|
test_wcwidth_DEPENDENCIES = libtests.a ../lib/libdiffutils.a \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
test_xalloc_die_SOURCES = test-xalloc-die.c
|
|
test_xalloc_die_OBJECTS = test-xalloc-die.$(OBJEXT)
|
|
test_xalloc_die_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_xstrtol_SOURCES = test-xstrtol.c
|
|
test_xstrtol_OBJECTS = test-xstrtol.$(OBJEXT)
|
|
test_xstrtol_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_xstrtoul_SOURCES = test-xstrtoul.c
|
|
test_xstrtoul_OBJECTS = test-xstrtoul.$(OBJEXT)
|
|
test_xstrtoul_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_xstrtoumax_SOURCES = test-xstrtoumax.c
|
|
test_xstrtoumax_OBJECTS = test-xstrtoumax.$(OBJEXT)
|
|
test_xstrtoumax_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_xvasprintf_SOURCES = test-xvasprintf.c
|
|
test_xvasprintf_OBJECTS = test-xvasprintf.$(OBJEXT)
|
|
test_xvasprintf_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
am__v_P_0 = false
|
|
am__v_P_1 = :
|
|
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
am__v_GEN_1 =
|
|
AM_V_at = $(am__v_at_@AM_V@)
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
am__v_at_0 = @
|
|
am__v_at_1 =
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib
|
|
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
|
|
am__maybe_remake_depfiles = depfiles
|
|
am__depfiles_remade = ./$(DEPDIR)/accept.Po ./$(DEPDIR)/bind.Po \
|
|
./$(DEPDIR)/connect.Po ./$(DEPDIR)/dtotimespec.Po \
|
|
./$(DEPDIR)/fdopen.Po ./$(DEPDIR)/ftruncate.Po \
|
|
./$(DEPDIR)/getcwd-lgpl.Po ./$(DEPDIR)/getpagesize.Po \
|
|
./$(DEPDIR)/hash-pjw.Po ./$(DEPDIR)/inet_pton.Po \
|
|
./$(DEPDIR)/ioctl.Po ./$(DEPDIR)/listen.Po \
|
|
./$(DEPDIR)/nanosleep.Po ./$(DEPDIR)/perror.Po \
|
|
./$(DEPDIR)/pipe.Po ./$(DEPDIR)/putenv.Po \
|
|
./$(DEPDIR)/select.Po ./$(DEPDIR)/setlocale.Po \
|
|
./$(DEPDIR)/setsockopt.Po ./$(DEPDIR)/sleep.Po \
|
|
./$(DEPDIR)/snprintf.Po ./$(DEPDIR)/socket.Po \
|
|
./$(DEPDIR)/sockets.Po ./$(DEPDIR)/strerror_r.Po \
|
|
./$(DEPDIR)/symlink.Po ./$(DEPDIR)/sys_socket.Po \
|
|
./$(DEPDIR)/test-accept.Po ./$(DEPDIR)/test-alloca-opt.Po \
|
|
./$(DEPDIR)/test-areadlink.Po ./$(DEPDIR)/test-argmatch.Po \
|
|
./$(DEPDIR)/test-arpa_inet.Po ./$(DEPDIR)/test-binary-io.Po \
|
|
./$(DEPDIR)/test-bind.Po ./$(DEPDIR)/test-bitrotate.Po \
|
|
./$(DEPDIR)/test-btowc.Po ./$(DEPDIR)/test-c-ctype.Po \
|
|
./$(DEPDIR)/test-c-stack.Po ./$(DEPDIR)/test-c-strcasecmp.Po \
|
|
./$(DEPDIR)/test-c-strncasecmp.Po ./$(DEPDIR)/test-close.Po \
|
|
./$(DEPDIR)/test-connect.Po ./$(DEPDIR)/test-ctype.Po \
|
|
./$(DEPDIR)/test-dirname.Po ./$(DEPDIR)/test-dup2.Po \
|
|
./$(DEPDIR)/test-environ.Po ./$(DEPDIR)/test-errno.Po \
|
|
./$(DEPDIR)/test-exclude.Po ./$(DEPDIR)/test-fcntl-h.Po \
|
|
./$(DEPDIR)/test-fcntl.Po ./$(DEPDIR)/test-fdopen.Po \
|
|
./$(DEPDIR)/test-fgetc.Po ./$(DEPDIR)/test-filenamecat.Po \
|
|
./$(DEPDIR)/test-float.Po ./$(DEPDIR)/test-fnmatch.Po \
|
|
./$(DEPDIR)/test-fputc.Po ./$(DEPDIR)/test-fread.Po \
|
|
./$(DEPDIR)/test-freopen-safer.Po ./$(DEPDIR)/test-freopen.Po \
|
|
./$(DEPDIR)/test-fstat.Po ./$(DEPDIR)/test-ftruncate.Po \
|
|
./$(DEPDIR)/test-fwrite.Po ./$(DEPDIR)/test-getcwd-lgpl.Po \
|
|
./$(DEPDIR)/test-getdtablesize.Po \
|
|
./$(DEPDIR)/test-getopt-gnu.Po \
|
|
./$(DEPDIR)/test-getopt-posix.Po \
|
|
./$(DEPDIR)/test-getprogname.Po \
|
|
./$(DEPDIR)/test-gettimeofday.Po ./$(DEPDIR)/test-hash.Po \
|
|
./$(DEPDIR)/test-iconv-h.Po ./$(DEPDIR)/test-iconv.Po \
|
|
./$(DEPDIR)/test-ignore-value.Po ./$(DEPDIR)/test-inet_pton.Po \
|
|
./$(DEPDIR)/test-intprops.Po ./$(DEPDIR)/test-inttostr.Po \
|
|
./$(DEPDIR)/test-inttypes.Po ./$(DEPDIR)/test-ioctl.Po \
|
|
./$(DEPDIR)/test-isblank.Po ./$(DEPDIR)/test-iswblank.Po \
|
|
./$(DEPDIR)/test-langinfo.Po ./$(DEPDIR)/test-limits-h.Po \
|
|
./$(DEPDIR)/test-listen.Po ./$(DEPDIR)/test-locale.Po \
|
|
./$(DEPDIR)/test-localeconv.Po ./$(DEPDIR)/test-lstat.Po \
|
|
./$(DEPDIR)/test-malloca.Po ./$(DEPDIR)/test-mbrtowc-w32.Po \
|
|
./$(DEPDIR)/test-mbrtowc.Po ./$(DEPDIR)/test-mbscasecmp.Po \
|
|
./$(DEPDIR)/test-mbsinit.Po ./$(DEPDIR)/test-mbsrtowcs.Po \
|
|
./$(DEPDIR)/test-mbsstr1.Po ./$(DEPDIR)/test-mbsstr2.Po \
|
|
./$(DEPDIR)/test-mbsstr3.Po ./$(DEPDIR)/test-memchr.Po \
|
|
./$(DEPDIR)/test-nanosleep.Po ./$(DEPDIR)/test-netinet_in.Po \
|
|
./$(DEPDIR)/test-nl_langinfo.Po ./$(DEPDIR)/test-open.Po \
|
|
./$(DEPDIR)/test-pathmax.Po ./$(DEPDIR)/test-perror.Po \
|
|
./$(DEPDIR)/test-perror2.Po ./$(DEPDIR)/test-pipe.Po \
|
|
./$(DEPDIR)/test-quotearg-simple.Po ./$(DEPDIR)/test-raise.Po \
|
|
./$(DEPDIR)/test-rawmemchr.Po ./$(DEPDIR)/test-readlink.Po \
|
|
./$(DEPDIR)/test-regex.Po ./$(DEPDIR)/test-select-fd.Po \
|
|
./$(DEPDIR)/test-select-stdin.Po ./$(DEPDIR)/test-select.Po \
|
|
./$(DEPDIR)/test-setenv.Po ./$(DEPDIR)/test-setlocale1.Po \
|
|
./$(DEPDIR)/test-setlocale2.Po ./$(DEPDIR)/test-setsockopt.Po \
|
|
./$(DEPDIR)/test-sh-quote.Po ./$(DEPDIR)/test-sigaction.Po \
|
|
./$(DEPDIR)/test-signal-h.Po ./$(DEPDIR)/test-sigprocmask.Po \
|
|
./$(DEPDIR)/test-sleep.Po ./$(DEPDIR)/test-snprintf.Po \
|
|
./$(DEPDIR)/test-sockets.Po ./$(DEPDIR)/test-stat-time.Po \
|
|
./$(DEPDIR)/test-stat.Po ./$(DEPDIR)/test-stdalign.Po \
|
|
./$(DEPDIR)/test-stdbool.Po ./$(DEPDIR)/test-stddef.Po \
|
|
./$(DEPDIR)/test-stdint.Po ./$(DEPDIR)/test-stdio.Po \
|
|
./$(DEPDIR)/test-stdlib.Po ./$(DEPDIR)/test-strerror.Po \
|
|
./$(DEPDIR)/test-strerror_r.Po ./$(DEPDIR)/test-strftime.Po \
|
|
./$(DEPDIR)/test-striconv.Po ./$(DEPDIR)/test-string.Po \
|
|
./$(DEPDIR)/test-strings.Po ./$(DEPDIR)/test-strnlen.Po \
|
|
./$(DEPDIR)/test-strtoull.Po ./$(DEPDIR)/test-strtoumax.Po \
|
|
./$(DEPDIR)/test-symlink.Po ./$(DEPDIR)/test-sys_ioctl.Po \
|
|
./$(DEPDIR)/test-sys_select.Po ./$(DEPDIR)/test-sys_socket.Po \
|
|
./$(DEPDIR)/test-sys_stat.Po ./$(DEPDIR)/test-sys_time.Po \
|
|
./$(DEPDIR)/test-sys_types.Po ./$(DEPDIR)/test-sys_uio.Po \
|
|
./$(DEPDIR)/test-sys_wait.Po ./$(DEPDIR)/test-time.Po \
|
|
./$(DEPDIR)/test-timespec.Po ./$(DEPDIR)/test-unistd.Po \
|
|
./$(DEPDIR)/test-unsetenv.Po ./$(DEPDIR)/test-vasnprintf.Po \
|
|
./$(DEPDIR)/test-vasprintf.Po ./$(DEPDIR)/test-verify-try.Po \
|
|
./$(DEPDIR)/test-verify.Po ./$(DEPDIR)/test-version-etc.Po \
|
|
./$(DEPDIR)/test-wchar.Po ./$(DEPDIR)/test-wcrtomb-w32.Po \
|
|
./$(DEPDIR)/test-wcrtomb.Po ./$(DEPDIR)/test-wctype-h.Po \
|
|
./$(DEPDIR)/test-wcwidth.Po ./$(DEPDIR)/test-xalloc-die.Po \
|
|
./$(DEPDIR)/test-xstrtol.Po ./$(DEPDIR)/test-xstrtoul.Po \
|
|
./$(DEPDIR)/test-xstrtoumax.Po ./$(DEPDIR)/test-xvasprintf.Po \
|
|
./$(DEPDIR)/timespec-add.Po ./$(DEPDIR)/timespec-sub.Po \
|
|
./$(DEPDIR)/wctob.Po ./$(DEPDIR)/wctomb.Po \
|
|
unistr/$(DEPDIR)/test-u8-mbtoucr.Po \
|
|
unistr/$(DEPDIR)/test-u8-uctomb.Po \
|
|
uniwidth/$(DEPDIR)/test-uc_width.Po \
|
|
uniwidth/$(DEPDIR)/test-uc_width2.Po
|
|
am__mv = mv -f
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
AM_V_CC = $(am__v_CC_@AM_V@)
|
|
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
|
am__v_CC_0 = @echo " CC " $@;
|
|
am__v_CC_1 =
|
|
CCLD = $(CC)
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
|
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
|
am__v_CCLD_0 = @echo " CCLD " $@;
|
|
am__v_CCLD_1 =
|
|
SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \
|
|
test-accept.c test-alloca-opt.c test-areadlink.c \
|
|
test-argmatch.c test-arpa_inet.c test-binary-io.c test-bind.c \
|
|
test-bitrotate.c test-btowc.c test-c-ctype.c test-c-stack.c \
|
|
test-c-strcasecmp.c test-c-strncasecmp.c test-close.c \
|
|
test-connect.c test-ctype.c test-dirname.c test-dup2.c \
|
|
test-environ.c test-errno.c test-exclude.c test-fcntl.c \
|
|
test-fcntl-h.c test-fdopen.c test-fgetc.c test-filenamecat.c \
|
|
test-float.c test-fnmatch.c test-fputc.c test-fread.c \
|
|
test-freopen.c test-freopen-safer.c test-fstat.c \
|
|
test-ftruncate.c test-fwrite.c test-getcwd-lgpl.c \
|
|
test-getdtablesize.c test-getopt-gnu.c test-getopt-posix.c \
|
|
test-getprogname.c test-gettimeofday.c test-hash.c \
|
|
test-iconv.c test-iconv-h.c test-ignore-value.c \
|
|
test-inet_pton.c test-intprops.c test-inttostr.c \
|
|
test-inttypes.c test-ioctl.c test-isblank.c test-iswblank.c \
|
|
test-langinfo.c test-limits-h.c test-listen.c test-locale.c \
|
|
test-localeconv.c test-lstat.c test-malloca.c test-mbrtowc.c \
|
|
test-mbrtowc-w32.c test-mbscasecmp.c test-mbsinit.c \
|
|
test-mbsrtowcs.c test-mbsstr1.c test-mbsstr2.c test-mbsstr3.c \
|
|
test-memchr.c test-nanosleep.c test-netinet_in.c \
|
|
test-nl_langinfo.c test-open.c test-pathmax.c test-perror.c \
|
|
test-perror2.c test-pipe.c test-quotearg-simple.c test-raise.c \
|
|
test-rawmemchr.c test-readlink.c test-regex.c test-select.c \
|
|
test-select-fd.c test-select-stdin.c test-setenv.c \
|
|
test-setlocale1.c test-setlocale2.c test-setsockopt.c \
|
|
test-sh-quote.c test-sigaction.c test-signal-h.c \
|
|
test-sigprocmask.c test-sleep.c test-snprintf.c test-sockets.c \
|
|
test-stat.c test-stat-time.c test-stdalign.c test-stdbool.c \
|
|
test-stddef.c test-stdint.c test-stdio.c test-stdlib.c \
|
|
test-strerror.c test-strerror_r.c test-strftime.c \
|
|
test-striconv.c test-string.c test-strings.c test-strnlen.c \
|
|
test-strtoull.c test-strtoumax.c test-symlink.c \
|
|
test-sys_ioctl.c test-sys_select.c test-sys_socket.c \
|
|
test-sys_stat.c test-sys_time.c test-sys_types.c \
|
|
test-sys_uio.c test-sys_wait.c test-time.c test-timespec.c \
|
|
$(test_u8_mbtoucr_SOURCES) $(test_u8_uctomb_SOURCES) \
|
|
$(test_uc_width_SOURCES) $(test_uc_width2_SOURCES) \
|
|
test-unistd.c test-unsetenv.c test-vasnprintf.c \
|
|
test-vasprintf.c test-verify.c test-verify-try.c \
|
|
test-version-etc.c test-wchar.c test-wcrtomb.c \
|
|
test-wcrtomb-w32.c test-wctype-h.c test-wcwidth.c \
|
|
test-xalloc-die.c test-xstrtol.c test-xstrtoul.c \
|
|
test-xstrtoumax.c test-xvasprintf.c
|
|
DIST_SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \
|
|
test-accept.c test-alloca-opt.c test-areadlink.c \
|
|
test-argmatch.c test-arpa_inet.c test-binary-io.c test-bind.c \
|
|
test-bitrotate.c test-btowc.c test-c-ctype.c test-c-stack.c \
|
|
test-c-strcasecmp.c test-c-strncasecmp.c test-close.c \
|
|
test-connect.c test-ctype.c test-dirname.c test-dup2.c \
|
|
test-environ.c test-errno.c test-exclude.c test-fcntl.c \
|
|
test-fcntl-h.c test-fdopen.c test-fgetc.c test-filenamecat.c \
|
|
test-float.c test-fnmatch.c test-fputc.c test-fread.c \
|
|
test-freopen.c test-freopen-safer.c test-fstat.c \
|
|
test-ftruncate.c test-fwrite.c test-getcwd-lgpl.c \
|
|
test-getdtablesize.c test-getopt-gnu.c test-getopt-posix.c \
|
|
test-getprogname.c test-gettimeofday.c test-hash.c \
|
|
test-iconv.c test-iconv-h.c test-ignore-value.c \
|
|
test-inet_pton.c test-intprops.c test-inttostr.c \
|
|
test-inttypes.c test-ioctl.c test-isblank.c test-iswblank.c \
|
|
test-langinfo.c test-limits-h.c test-listen.c test-locale.c \
|
|
test-localeconv.c test-lstat.c test-malloca.c test-mbrtowc.c \
|
|
test-mbrtowc-w32.c test-mbscasecmp.c test-mbsinit.c \
|
|
test-mbsrtowcs.c test-mbsstr1.c test-mbsstr2.c test-mbsstr3.c \
|
|
test-memchr.c test-nanosleep.c test-netinet_in.c \
|
|
test-nl_langinfo.c test-open.c test-pathmax.c test-perror.c \
|
|
test-perror2.c test-pipe.c test-quotearg-simple.c test-raise.c \
|
|
test-rawmemchr.c test-readlink.c test-regex.c test-select.c \
|
|
test-select-fd.c test-select-stdin.c test-setenv.c \
|
|
test-setlocale1.c test-setlocale2.c test-setsockopt.c \
|
|
test-sh-quote.c test-sigaction.c test-signal-h.c \
|
|
test-sigprocmask.c test-sleep.c test-snprintf.c test-sockets.c \
|
|
test-stat.c test-stat-time.c test-stdalign.c test-stdbool.c \
|
|
test-stddef.c test-stdint.c test-stdio.c test-stdlib.c \
|
|
test-strerror.c test-strerror_r.c test-strftime.c \
|
|
test-striconv.c test-string.c test-strings.c test-strnlen.c \
|
|
test-strtoull.c test-strtoumax.c test-symlink.c \
|
|
test-sys_ioctl.c test-sys_select.c test-sys_socket.c \
|
|
test-sys_stat.c test-sys_time.c test-sys_types.c \
|
|
test-sys_uio.c test-sys_wait.c test-time.c test-timespec.c \
|
|
$(test_u8_mbtoucr_SOURCES) $(test_u8_uctomb_SOURCES) \
|
|
$(test_uc_width_SOURCES) $(test_uc_width2_SOURCES) \
|
|
test-unistd.c test-unsetenv.c test-vasnprintf.c \
|
|
test-vasprintf.c test-verify.c test-verify-try.c \
|
|
test-version-etc.c test-wchar.c test-wcrtomb.c \
|
|
test-wcrtomb-w32.c test-wctype-h.c test-wcwidth.c \
|
|
test-xalloc-die.c test-xstrtol.c test-xstrtoul.c \
|
|
test-xstrtoumax.c test-xvasprintf.c
|
|
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
|
ctags-recursive dvi-recursive html-recursive info-recursive \
|
|
install-data-recursive install-dvi-recursive \
|
|
install-exec-recursive install-html-recursive \
|
|
install-info-recursive install-pdf-recursive \
|
|
install-ps-recursive install-recursive installcheck-recursive \
|
|
installdirs-recursive pdf-recursive ps-recursive \
|
|
tags-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
|
|
HEADERS = $(noinst_HEADERS)
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
distclean-recursive maintainer-clean-recursive
|
|
am__recursive_targets = \
|
|
$(RECURSIVE_TARGETS) \
|
|
$(RECURSIVE_CLEAN_TARGETS) \
|
|
$(am__extra_recursive_targets)
|
|
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
|
check recheck distdir distdir-am
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
# Read a list of newline-separated strings from the standard input,
|
|
# and print each of them once, without duplicates. Input order is
|
|
# *not* preserved.
|
|
am__uniquify_input = $(AWK) '\
|
|
BEGIN { nonempty = 0; } \
|
|
{ items[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in items) print i; }; } \
|
|
'
|
|
# Make sure the list of sources is unique. This is necessary because,
|
|
# e.g., the same source file might be shared among _SOURCES variables
|
|
# for different programs/libraries.
|
|
am__define_uniq_tagged_files = \
|
|
list='$(am__tagged_files)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | $(am__uniquify_input)`
|
|
am__tty_colors_dummy = \
|
|
mgn= red= grn= lgn= blu= brg= std=; \
|
|
am__color_tests=no
|
|
am__tty_colors = { \
|
|
$(am__tty_colors_dummy); \
|
|
if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
|
am__color_tests=no; \
|
|
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
|
am__color_tests=yes; \
|
|
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
|
am__color_tests=yes; \
|
|
fi; \
|
|
if test $$am__color_tests = yes; then \
|
|
red='[0;31m'; \
|
|
grn='[0;32m'; \
|
|
lgn='[1;32m'; \
|
|
blu='[1;34m'; \
|
|
mgn='[0;35m'; \
|
|
brg='[1m'; \
|
|
std='[m'; \
|
|
fi; \
|
|
}
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
am__vpath_adj = case $$p in \
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
*) f=$$p;; \
|
|
esac;
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
am__install_max = 40
|
|
am__nobase_strip_setup = \
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
am__nobase_strip = \
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
if (++n[$$2] == $(am__install_max)) \
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
END { for (dir in files) print dir, files[dir] }'
|
|
am__base_list = \
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
am__uninstall_files_from_dir = { \
|
|
{ test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
$(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
|
|
}
|
|
am__recheck_rx = ^[ ]*:recheck:[ ]*
|
|
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
|
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
|
# A command that, given a newline-separated list of test names on the
|
|
# standard input, print the name of the tests that are to be re-run
|
|
# upon "make recheck".
|
|
am__list_recheck_tests = $(AWK) '{ \
|
|
recheck = 1; \
|
|
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
|
{ \
|
|
if (rc < 0) \
|
|
{ \
|
|
if ((getline line2 < ($$0 ".log")) < 0) \
|
|
recheck = 0; \
|
|
break; \
|
|
} \
|
|
else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
|
{ \
|
|
recheck = 0; \
|
|
break; \
|
|
} \
|
|
else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
|
{ \
|
|
break; \
|
|
} \
|
|
}; \
|
|
if (recheck) \
|
|
print $$0; \
|
|
close ($$0 ".trs"); \
|
|
close ($$0 ".log"); \
|
|
}'
|
|
# A command that, given a newline-separated list of test names on the
|
|
# standard input, create the global log from their .trs and .log files.
|
|
am__create_global_log = $(AWK) ' \
|
|
function fatal(msg) \
|
|
{ \
|
|
print "fatal: making $@: " msg | "cat >&2"; \
|
|
exit 1; \
|
|
} \
|
|
function rst_section(header) \
|
|
{ \
|
|
print header; \
|
|
len = length(header); \
|
|
for (i = 1; i <= len; i = i + 1) \
|
|
printf "="; \
|
|
printf "\n\n"; \
|
|
} \
|
|
{ \
|
|
copy_in_global_log = 1; \
|
|
global_test_result = "RUN"; \
|
|
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
|
{ \
|
|
if (rc < 0) \
|
|
fatal("failed to read from " $$0 ".trs"); \
|
|
if (line ~ /$(am__global_test_result_rx)/) \
|
|
{ \
|
|
sub("$(am__global_test_result_rx)", "", line); \
|
|
sub("[ ]*$$", "", line); \
|
|
global_test_result = line; \
|
|
} \
|
|
else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
|
copy_in_global_log = 0; \
|
|
}; \
|
|
if (copy_in_global_log) \
|
|
{ \
|
|
rst_section(global_test_result ": " $$0); \
|
|
while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
|
{ \
|
|
if (rc < 0) \
|
|
fatal("failed to read from " $$0 ".log"); \
|
|
print line; \
|
|
}; \
|
|
printf "\n"; \
|
|
}; \
|
|
close ($$0 ".trs"); \
|
|
close ($$0 ".log"); \
|
|
}'
|
|
# Restructured Text title.
|
|
am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
|
# Solaris 10 'make', and several other traditional 'make' implementations,
|
|
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
|
# by disabling -e (using the XSI extension "set +e") if it's set.
|
|
am__sh_e_setup = case $$- in *e*) set +e;; esac
|
|
# Default flags passed to test drivers.
|
|
am__common_driver_flags = \
|
|
--color-tests "$$am__color_tests" \
|
|
$$am__collect_skipped_logs \
|
|
--enable-hard-errors "$$am__enable_hard_errors" \
|
|
--expect-failure "$$am__expect_failure"
|
|
# To be inserted before the command running the test. Creates the
|
|
# directory for the log if needed. Stores in $dir the directory
|
|
# containing $f, in $tst the test, in $log the log. Executes the
|
|
# developer-defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
|
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
|
# will run the test scripts (or their associated LOG_COMPILER, if
|
|
# thy have one).
|
|
am__check_pre = \
|
|
$(am__sh_e_setup); \
|
|
$(am__vpath_adj_setup) $(am__vpath_adj) \
|
|
$(am__tty_colors); \
|
|
srcdir=$(srcdir); export srcdir; \
|
|
case "$@" in \
|
|
*/*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
|
*) am__odir=.;; \
|
|
esac; \
|
|
test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
|
|| $(MKDIR_P) "$$am__odir" || exit $$?; \
|
|
if test -f "./$$f"; then dir=./; \
|
|
elif test -f "$$f"; then dir=; \
|
|
else dir="$(srcdir)/"; fi; \
|
|
tst=$$dir$$f; log='$@'; \
|
|
if test -n '$(IGNORE_SKIPPED_LOGS)'; then \
|
|
am__collect_skipped_logs='--collect-skipped-logs no'; \
|
|
else \
|
|
am__collect_skipped_logs=''; \
|
|
fi; \
|
|
if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
|
am__enable_hard_errors=no; \
|
|
else \
|
|
am__enable_hard_errors=yes; \
|
|
fi; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
|
am__expect_failure=yes;; \
|
|
*) \
|
|
am__expect_failure=no;; \
|
|
esac; \
|
|
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
|
# A shell command to get the names of the tests scripts with any registered
|
|
# extension removed (i.e., equivalently, the names of the test logs, with
|
|
# the '.log' extension removed). The result is saved in the shell variable
|
|
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
|
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
|
# since that might cause problem with VPATH rewrites for suffix-less tests.
|
|
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
|
am__set_TESTS_bases = \
|
|
bases='$(TEST_LOGS)'; \
|
|
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
|
bases=`echo $$bases`
|
|
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
|
|
RECHECK_LOGS = $(TEST_LOGS)
|
|
TEST_SUITE_LOG = test-suite.log
|
|
TEST_EXTENSIONS = @EXEEXT@ .test
|
|
LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
|
|
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
|
|
am__set_b = \
|
|
case '$@' in \
|
|
*/*) \
|
|
case '$*' in \
|
|
*/*) b='$*';; \
|
|
*) b=`echo '$@' | sed 's/\.log$$//'`; \
|
|
esac;; \
|
|
*) \
|
|
b='$*';; \
|
|
esac
|
|
am__test_logs1 = $(TESTS:=.log)
|
|
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
|
|
TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
|
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
|
|
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
|
$(TEST_LOG_FLAGS)
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gnulib.mk \
|
|
$(top_srcdir)/build-aux/depcomp \
|
|
$(top_srcdir)/build-aux/test-driver
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
am__relativize = \
|
|
dir0=`pwd`; \
|
|
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
|
sed_rest='s,^[^/]*/*,,'; \
|
|
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
|
sed_butlast='s,/*[^/]*$$,,'; \
|
|
while test -n "$$dir1"; do \
|
|
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
|
if test "$$first" != "."; then \
|
|
if test "$$first" = ".."; then \
|
|
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
|
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
|
else \
|
|
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
|
if test "$$first2" = "$$first"; then \
|
|
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
|
else \
|
|
dir2="../$$dir2"; \
|
|
fi; \
|
|
dir0="$$dir0"/"$$first"; \
|
|
fi; \
|
|
fi; \
|
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
|
done; \
|
|
reldir="$$dir2"
|
|
pkglibexecdir = @pkglibexecdir@
|
|
ACLOCAL = @ACLOCAL@
|
|
ALLOCA = @ALLOCA@
|
|
ALLOCA_H = @ALLOCA_H@
|
|
AMTAR = @AMTAR@
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
|
|
AR = @AR@
|
|
ARFLAGS = @ARFLAGS@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
|
|
BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
|
|
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
|
|
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
|
|
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CONFIG_INCLUDE = @CONFIG_INCLUDE@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CSCOPE = @CSCOPE@
|
|
CTAGS = @CTAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DEFS = @DEFS@ -DEXEEXT=\"@EXEEXT@\"
|
|
DEPDIR = @DEPDIR@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
|
|
EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
|
|
ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
|
|
ENOLINK_VALUE = @ENOLINK_VALUE@
|
|
EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
|
|
EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
|
|
ERRNO_H = @ERRNO_H@
|
|
ETAGS = @ETAGS@
|
|
EXEEXT = @EXEEXT@
|
|
FLOAT_H = @FLOAT_H@
|
|
FNMATCH_H = @FNMATCH_H@
|
|
GETOPT_CDEFS_H = @GETOPT_CDEFS_H@
|
|
GETOPT_H = @GETOPT_H@
|
|
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
|
|
GLIBC21 = @GLIBC21@
|
|
GMSGFMT = @GMSGFMT@
|
|
GMSGFMT_015 = @GMSGFMT_015@
|
|
GNULIB_ACCEPT = @GNULIB_ACCEPT@
|
|
GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@
|
|
GNULIB_ATOLL = @GNULIB_ATOLL@
|
|
GNULIB_BIND = @GNULIB_BIND@
|
|
GNULIB_BTOWC = @GNULIB_BTOWC@
|
|
GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
|
|
GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
|
|
GNULIB_CHDIR = @GNULIB_CHDIR@
|
|
GNULIB_CHOWN = @GNULIB_CHOWN@
|
|
GNULIB_CLOSE = @GNULIB_CLOSE@
|
|
GNULIB_CONNECT = @GNULIB_CONNECT@
|
|
GNULIB_CTIME = @GNULIB_CTIME@
|
|
GNULIB_DPRINTF = @GNULIB_DPRINTF@
|
|
GNULIB_DUP = @GNULIB_DUP@
|
|
GNULIB_DUP2 = @GNULIB_DUP2@
|
|
GNULIB_DUP3 = @GNULIB_DUP3@
|
|
GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@
|
|
GNULIB_ENVIRON = @GNULIB_ENVIRON@
|
|
GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
|
|
GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
|
|
GNULIB_FCHDIR = @GNULIB_FCHDIR@
|
|
GNULIB_FCHMODAT = @GNULIB_FCHMODAT@
|
|
GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
|
|
GNULIB_FCLOSE = @GNULIB_FCLOSE@
|
|
GNULIB_FCNTL = @GNULIB_FCNTL@
|
|
GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
|
|
GNULIB_FDOPEN = @GNULIB_FDOPEN@
|
|
GNULIB_FFLUSH = @GNULIB_FFLUSH@
|
|
GNULIB_FFS = @GNULIB_FFS@
|
|
GNULIB_FFSL = @GNULIB_FFSL@
|
|
GNULIB_FFSLL = @GNULIB_FFSLL@
|
|
GNULIB_FGETC = @GNULIB_FGETC@
|
|
GNULIB_FGETS = @GNULIB_FGETS@
|
|
GNULIB_FOPEN = @GNULIB_FOPEN@
|
|
GNULIB_FPRINTF = @GNULIB_FPRINTF@
|
|
GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
|
|
GNULIB_FPURGE = @GNULIB_FPURGE@
|
|
GNULIB_FPUTC = @GNULIB_FPUTC@
|
|
GNULIB_FPUTS = @GNULIB_FPUTS@
|
|
GNULIB_FREAD = @GNULIB_FREAD@
|
|
GNULIB_FREOPEN = @GNULIB_FREOPEN@
|
|
GNULIB_FSCANF = @GNULIB_FSCANF@
|
|
GNULIB_FSEEK = @GNULIB_FSEEK@
|
|
GNULIB_FSEEKO = @GNULIB_FSEEKO@
|
|
GNULIB_FSTAT = @GNULIB_FSTAT@
|
|
GNULIB_FSTATAT = @GNULIB_FSTATAT@
|
|
GNULIB_FSYNC = @GNULIB_FSYNC@
|
|
GNULIB_FTELL = @GNULIB_FTELL@
|
|
GNULIB_FTELLO = @GNULIB_FTELLO@
|
|
GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
|
|
GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
|
|
GNULIB_FWRITE = @GNULIB_FWRITE@
|
|
GNULIB_GETC = @GNULIB_GETC@
|
|
GNULIB_GETCHAR = @GNULIB_GETCHAR@
|
|
GNULIB_GETCWD = @GNULIB_GETCWD@
|
|
GNULIB_GETDELIM = @GNULIB_GETDELIM@
|
|
GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
|
|
GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
|
|
GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
|
|
GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
|
|
GNULIB_GETLINE = @GNULIB_GETLINE@
|
|
GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
|
|
GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
|
|
GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
|
|
GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
|
|
GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@
|
|
GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@
|
|
GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@
|
|
GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
|
|
GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
|
|
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
|
|
GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@
|
|
GNULIB_GRANTPT = @GNULIB_GRANTPT@
|
|
GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
|
|
GNULIB_ICONV = @GNULIB_ICONV@
|
|
GNULIB_IMAXABS = @GNULIB_IMAXABS@
|
|
GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
|
|
GNULIB_INET_NTOP = @GNULIB_INET_NTOP@
|
|
GNULIB_INET_PTON = @GNULIB_INET_PTON@
|
|
GNULIB_IOCTL = @GNULIB_IOCTL@
|
|
GNULIB_ISATTY = @GNULIB_ISATTY@
|
|
GNULIB_ISBLANK = @GNULIB_ISBLANK@
|
|
GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
|
|
GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
|
|
GNULIB_LCHMOD = @GNULIB_LCHMOD@
|
|
GNULIB_LCHOWN = @GNULIB_LCHOWN@
|
|
GNULIB_LINK = @GNULIB_LINK@
|
|
GNULIB_LINKAT = @GNULIB_LINKAT@
|
|
GNULIB_LISTEN = @GNULIB_LISTEN@
|
|
GNULIB_LOCALECONV = @GNULIB_LOCALECONV@
|
|
GNULIB_LOCALTIME = @GNULIB_LOCALTIME@
|
|
GNULIB_LSEEK = @GNULIB_LSEEK@
|
|
GNULIB_LSTAT = @GNULIB_LSTAT@
|
|
GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
|
|
GNULIB_MBRLEN = @GNULIB_MBRLEN@
|
|
GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
|
|
GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
|
|
GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
|
|
GNULIB_MBSCHR = @GNULIB_MBSCHR@
|
|
GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
|
|
GNULIB_MBSINIT = @GNULIB_MBSINIT@
|
|
GNULIB_MBSLEN = @GNULIB_MBSLEN@
|
|
GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
|
|
GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
|
|
GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
|
|
GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
|
|
GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
|
|
GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
|
|
GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
|
|
GNULIB_MBSSEP = @GNULIB_MBSSEP@
|
|
GNULIB_MBSSPN = @GNULIB_MBSSPN@
|
|
GNULIB_MBSSTR = @GNULIB_MBSSTR@
|
|
GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
|
|
GNULIB_MBTOWC = @GNULIB_MBTOWC@
|
|
GNULIB_MEMCHR = @GNULIB_MEMCHR@
|
|
GNULIB_MEMMEM = @GNULIB_MEMMEM@
|
|
GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
|
|
GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
|
|
GNULIB_MKDIRAT = @GNULIB_MKDIRAT@
|
|
GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
|
|
GNULIB_MKFIFO = @GNULIB_MKFIFO@
|
|
GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@
|
|
GNULIB_MKNOD = @GNULIB_MKNOD@
|
|
GNULIB_MKNODAT = @GNULIB_MKNODAT@
|
|
GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
|
|
GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
|
|
GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
|
|
GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
|
|
GNULIB_MKTIME = @GNULIB_MKTIME@
|
|
GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
|
|
GNULIB_NL_LANGINFO = @GNULIB_NL_LANGINFO@
|
|
GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@
|
|
GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
|
|
GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
|
|
GNULIB_OPEN = @GNULIB_OPEN@
|
|
GNULIB_OPENAT = @GNULIB_OPENAT@
|
|
GNULIB_OVERRIDES_STRUCT_STAT = @GNULIB_OVERRIDES_STRUCT_STAT@
|
|
GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
|
|
GNULIB_PCLOSE = @GNULIB_PCLOSE@
|
|
GNULIB_PERROR = @GNULIB_PERROR@
|
|
GNULIB_PIPE = @GNULIB_PIPE@
|
|
GNULIB_PIPE2 = @GNULIB_PIPE2@
|
|
GNULIB_POPEN = @GNULIB_POPEN@
|
|
GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
|
|
GNULIB_PREAD = @GNULIB_PREAD@
|
|
GNULIB_PRINTF = @GNULIB_PRINTF@
|
|
GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
|
|
GNULIB_PSELECT = @GNULIB_PSELECT@
|
|
GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@
|
|
GNULIB_PTSNAME = @GNULIB_PTSNAME@
|
|
GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
|
|
GNULIB_PUTC = @GNULIB_PUTC@
|
|
GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
|
|
GNULIB_PUTENV = @GNULIB_PUTENV@
|
|
GNULIB_PUTS = @GNULIB_PUTS@
|
|
GNULIB_PWRITE = @GNULIB_PWRITE@
|
|
GNULIB_QSORT_R = @GNULIB_QSORT_R@
|
|
GNULIB_RAISE = @GNULIB_RAISE@
|
|
GNULIB_RANDOM = @GNULIB_RANDOM@
|
|
GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
|
|
GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
|
|
GNULIB_READ = @GNULIB_READ@
|
|
GNULIB_READLINK = @GNULIB_READLINK@
|
|
GNULIB_READLINKAT = @GNULIB_READLINKAT@
|
|
GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
|
|
GNULIB_REALPATH = @GNULIB_REALPATH@
|
|
GNULIB_RECV = @GNULIB_RECV@
|
|
GNULIB_RECVFROM = @GNULIB_RECVFROM@
|
|
GNULIB_REMOVE = @GNULIB_REMOVE@
|
|
GNULIB_RENAME = @GNULIB_RENAME@
|
|
GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
|
|
GNULIB_RMDIR = @GNULIB_RMDIR@
|
|
GNULIB_RPMATCH = @GNULIB_RPMATCH@
|
|
GNULIB_SCANF = @GNULIB_SCANF@
|
|
GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
|
|
GNULIB_SELECT = @GNULIB_SELECT@
|
|
GNULIB_SEND = @GNULIB_SEND@
|
|
GNULIB_SENDTO = @GNULIB_SENDTO@
|
|
GNULIB_SETENV = @GNULIB_SETENV@
|
|
GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
|
|
GNULIB_SETLOCALE = @GNULIB_SETLOCALE@
|
|
GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@
|
|
GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@
|
|
GNULIB_SIGACTION = @GNULIB_SIGACTION@
|
|
GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@
|
|
GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@
|
|
GNULIB_SLEEP = @GNULIB_SLEEP@
|
|
GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
|
|
GNULIB_SOCKET = @GNULIB_SOCKET@
|
|
GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
|
|
GNULIB_STAT = @GNULIB_STAT@
|
|
GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
|
|
GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
|
|
GNULIB_STPCPY = @GNULIB_STPCPY@
|
|
GNULIB_STPNCPY = @GNULIB_STPNCPY@
|
|
GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
|
|
GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
|
|
GNULIB_STRDUP = @GNULIB_STRDUP@
|
|
GNULIB_STRERROR = @GNULIB_STRERROR@
|
|
GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
|
|
GNULIB_STRFTIME = @GNULIB_STRFTIME@
|
|
GNULIB_STRNCAT = @GNULIB_STRNCAT@
|
|
GNULIB_STRNDUP = @GNULIB_STRNDUP@
|
|
GNULIB_STRNLEN = @GNULIB_STRNLEN@
|
|
GNULIB_STRPBRK = @GNULIB_STRPBRK@
|
|
GNULIB_STRPTIME = @GNULIB_STRPTIME@
|
|
GNULIB_STRSEP = @GNULIB_STRSEP@
|
|
GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
|
|
GNULIB_STRSTR = @GNULIB_STRSTR@
|
|
GNULIB_STRTOD = @GNULIB_STRTOD@
|
|
GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
|
|
GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
|
|
GNULIB_STRTOLL = @GNULIB_STRTOLL@
|
|
GNULIB_STRTOULL = @GNULIB_STRTOULL@
|
|
GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
|
|
GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
|
|
GNULIB_SYMLINK = @GNULIB_SYMLINK@
|
|
GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
|
|
GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
|
|
GNULIB_TIMEGM = @GNULIB_TIMEGM@
|
|
GNULIB_TIME_R = @GNULIB_TIME_R@
|
|
GNULIB_TIME_RZ = @GNULIB_TIME_RZ@
|
|
GNULIB_TMPFILE = @GNULIB_TMPFILE@
|
|
GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@
|
|
GNULIB_TRUNCATE = @GNULIB_TRUNCATE@
|
|
GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
|
|
GNULIB_TZSET = @GNULIB_TZSET@
|
|
GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
|
|
GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
|
|
GNULIB_UNLINK = @GNULIB_UNLINK@
|
|
GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
|
|
GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
|
|
GNULIB_UNSETENV = @GNULIB_UNSETENV@
|
|
GNULIB_USLEEP = @GNULIB_USLEEP@
|
|
GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@
|
|
GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
|
|
GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
|
|
GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
|
|
GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
|
|
GNULIB_VFSCANF = @GNULIB_VFSCANF@
|
|
GNULIB_VPRINTF = @GNULIB_VPRINTF@
|
|
GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
|
|
GNULIB_VSCANF = @GNULIB_VSCANF@
|
|
GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
|
|
GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
|
|
GNULIB_WAITPID = @GNULIB_WAITPID@
|
|
GNULIB_WARN_CFLAGS = @GNULIB_WARN_CFLAGS@
|
|
GNULIB_WCPCPY = @GNULIB_WCPCPY@
|
|
GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
|
|
GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
|
|
GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
|
|
GNULIB_WCSCAT = @GNULIB_WCSCAT@
|
|
GNULIB_WCSCHR = @GNULIB_WCSCHR@
|
|
GNULIB_WCSCMP = @GNULIB_WCSCMP@
|
|
GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
|
|
GNULIB_WCSCPY = @GNULIB_WCSCPY@
|
|
GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
|
|
GNULIB_WCSDUP = @GNULIB_WCSDUP@
|
|
GNULIB_WCSFTIME = @GNULIB_WCSFTIME@
|
|
GNULIB_WCSLEN = @GNULIB_WCSLEN@
|
|
GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
|
|
GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
|
|
GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
|
|
GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
|
|
GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
|
|
GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
|
|
GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
|
|
GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
|
|
GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
|
|
GNULIB_WCSSPN = @GNULIB_WCSSPN@
|
|
GNULIB_WCSSTR = @GNULIB_WCSSTR@
|
|
GNULIB_WCSTOK = @GNULIB_WCSTOK@
|
|
GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
|
|
GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
|
|
GNULIB_WCTOB = @GNULIB_WCTOB@
|
|
GNULIB_WCTOMB = @GNULIB_WCTOMB@
|
|
GNULIB_WCTRANS = @GNULIB_WCTRANS@
|
|
GNULIB_WCTYPE = @GNULIB_WCTYPE@
|
|
GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
|
|
GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
|
|
GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
|
|
GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
|
|
GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
|
|
GNULIB_WMEMSET = @GNULIB_WMEMSET@
|
|
GNULIB_WRITE = @GNULIB_WRITE@
|
|
GNULIB__EXIT = @GNULIB__EXIT@
|
|
HAVE_ACCEPT4 = @HAVE_ACCEPT4@
|
|
HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@
|
|
HAVE_ATOLL = @HAVE_ATOLL@
|
|
HAVE_BTOWC = @HAVE_BTOWC@
|
|
HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@
|
|
HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
|
|
HAVE_CHOWN = @HAVE_CHOWN@
|
|
HAVE_CRTDEFS_H = @HAVE_CRTDEFS_H@
|
|
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
|
|
HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
|
|
HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
|
|
HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
|
|
HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
|
|
HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
|
|
HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
|
|
HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
|
|
HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
|
|
HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
|
|
HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
|
|
HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
|
|
HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
|
|
HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
|
|
HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
|
|
HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
|
|
HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@
|
|
HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@
|
|
HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
|
|
HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
|
|
HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
|
|
HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
|
|
HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
|
|
HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
|
|
HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
|
|
HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
|
|
HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
|
|
HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
|
|
HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
|
|
HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
|
|
HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
|
|
HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
|
|
HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
|
|
HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
|
|
HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
|
|
HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
|
|
HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
|
|
HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
|
|
HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
|
|
HAVE_DPRINTF = @HAVE_DPRINTF@
|
|
HAVE_DUP2 = @HAVE_DUP2@
|
|
HAVE_DUP3 = @HAVE_DUP3@
|
|
HAVE_DUPLOCALE = @HAVE_DUPLOCALE@
|
|
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
|
|
HAVE_FACCESSAT = @HAVE_FACCESSAT@
|
|
HAVE_FCHDIR = @HAVE_FCHDIR@
|
|
HAVE_FCHMODAT = @HAVE_FCHMODAT@
|
|
HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
|
|
HAVE_FCNTL = @HAVE_FCNTL@
|
|
HAVE_FDATASYNC = @HAVE_FDATASYNC@
|
|
HAVE_FEATURES_H = @HAVE_FEATURES_H@
|
|
HAVE_FFS = @HAVE_FFS@
|
|
HAVE_FFSL = @HAVE_FFSL@
|
|
HAVE_FFSLL = @HAVE_FFSLL@
|
|
HAVE_FSEEKO = @HAVE_FSEEKO@
|
|
HAVE_FSTATAT = @HAVE_FSTATAT@
|
|
HAVE_FSYNC = @HAVE_FSYNC@
|
|
HAVE_FTELLO = @HAVE_FTELLO@
|
|
HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
|
|
HAVE_FUTIMENS = @HAVE_FUTIMENS@
|
|
HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
|
|
HAVE_GETGROUPS = @HAVE_GETGROUPS@
|
|
HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
|
|
HAVE_GETLOGIN = @HAVE_GETLOGIN@
|
|
HAVE_GETOPT_H = @HAVE_GETOPT_H@
|
|
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
|
|
HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
|
|
HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
|
|
HAVE_GRANTPT = @HAVE_GRANTPT@
|
|
HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
|
|
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
|
|
HAVE_ISBLANK = @HAVE_ISBLANK@
|
|
HAVE_ISWBLANK = @HAVE_ISWBLANK@
|
|
HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
|
|
HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@
|
|
HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@
|
|
HAVE_LANGINFO_H = @HAVE_LANGINFO_H@
|
|
HAVE_LANGINFO_T_FMT_AMPM = @HAVE_LANGINFO_T_FMT_AMPM@
|
|
HAVE_LANGINFO_YESEXPR = @HAVE_LANGINFO_YESEXPR@
|
|
HAVE_LCHMOD = @HAVE_LCHMOD@
|
|
HAVE_LCHOWN = @HAVE_LCHOWN@
|
|
HAVE_LIBSIGSEGV = @HAVE_LIBSIGSEGV@
|
|
HAVE_LINK = @HAVE_LINK@
|
|
HAVE_LINKAT = @HAVE_LINKAT@
|
|
HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
|
|
HAVE_LSTAT = @HAVE_LSTAT@
|
|
HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
|
|
HAVE_MBRLEN = @HAVE_MBRLEN@
|
|
HAVE_MBRTOWC = @HAVE_MBRTOWC@
|
|
HAVE_MBSINIT = @HAVE_MBSINIT@
|
|
HAVE_MBSLEN = @HAVE_MBSLEN@
|
|
HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
|
|
HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
|
|
HAVE_MEMCHR = @HAVE_MEMCHR@
|
|
HAVE_MEMPCPY = @HAVE_MEMPCPY@
|
|
HAVE_MKDIRAT = @HAVE_MKDIRAT@
|
|
HAVE_MKDTEMP = @HAVE_MKDTEMP@
|
|
HAVE_MKFIFO = @HAVE_MKFIFO@
|
|
HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
|
|
HAVE_MKNOD = @HAVE_MKNOD@
|
|
HAVE_MKNODAT = @HAVE_MKNODAT@
|
|
HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
|
|
HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
|
|
HAVE_MKSTEMP = @HAVE_MKSTEMP@
|
|
HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
|
|
HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
|
|
HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
|
|
HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
|
|
HAVE_NL_LANGINFO = @HAVE_NL_LANGINFO@
|
|
HAVE_OPENAT = @HAVE_OPENAT@
|
|
HAVE_OS_H = @HAVE_OS_H@
|
|
HAVE_PCLOSE = @HAVE_PCLOSE@
|
|
HAVE_PIPE = @HAVE_PIPE@
|
|
HAVE_PIPE2 = @HAVE_PIPE2@
|
|
HAVE_POPEN = @HAVE_POPEN@
|
|
HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
|
|
HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@
|
|
HAVE_PREAD = @HAVE_PREAD@
|
|
HAVE_PSELECT = @HAVE_PSELECT@
|
|
HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@
|
|
HAVE_PTSNAME = @HAVE_PTSNAME@
|
|
HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
|
|
HAVE_PWRITE = @HAVE_PWRITE@
|
|
HAVE_QSORT_R = @HAVE_QSORT_R@
|
|
HAVE_RAISE = @HAVE_RAISE@
|
|
HAVE_RANDOM = @HAVE_RANDOM@
|
|
HAVE_RANDOM_H = @HAVE_RANDOM_H@
|
|
HAVE_RANDOM_R = @HAVE_RANDOM_R@
|
|
HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
|
|
HAVE_READLINK = @HAVE_READLINK@
|
|
HAVE_READLINKAT = @HAVE_READLINKAT@
|
|
HAVE_REALPATH = @HAVE_REALPATH@
|
|
HAVE_RENAMEAT = @HAVE_RENAMEAT@
|
|
HAVE_RPMATCH = @HAVE_RPMATCH@
|
|
HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@
|
|
HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
|
|
HAVE_SETENV = @HAVE_SETENV@
|
|
HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
|
|
HAVE_SIGACTION = @HAVE_SIGACTION@
|
|
HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@
|
|
HAVE_SIGINFO_T = @HAVE_SIGINFO_T@
|
|
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
|
|
HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
|
|
HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
|
|
HAVE_SIGSET_T = @HAVE_SIGSET_T@
|
|
HAVE_SLEEP = @HAVE_SLEEP@
|
|
HAVE_STDINT_H = @HAVE_STDINT_H@
|
|
HAVE_STPCPY = @HAVE_STPCPY@
|
|
HAVE_STPNCPY = @HAVE_STPNCPY@
|
|
HAVE_STRCASECMP = @HAVE_STRCASECMP@
|
|
HAVE_STRCASESTR = @HAVE_STRCASESTR@
|
|
HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
|
|
HAVE_STRINGS_H = @HAVE_STRINGS_H@
|
|
HAVE_STRPBRK = @HAVE_STRPBRK@
|
|
HAVE_STRPTIME = @HAVE_STRPTIME@
|
|
HAVE_STRSEP = @HAVE_STRSEP@
|
|
HAVE_STRTOD = @HAVE_STRTOD@
|
|
HAVE_STRTOLL = @HAVE_STRTOLL@
|
|
HAVE_STRTOULL = @HAVE_STRTOULL@
|
|
HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
|
|
HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@
|
|
HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@
|
|
HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@
|
|
HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
|
|
HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
|
|
HAVE_SYMLINK = @HAVE_SYMLINK@
|
|
HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
|
|
HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
|
|
HAVE_SYS_CDEFS_H = @HAVE_SYS_CDEFS_H@
|
|
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
|
|
HAVE_SYS_IOCTL_H = @HAVE_SYS_IOCTL_H@
|
|
HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
|
|
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
|
|
HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@
|
|
HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
|
|
HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
|
|
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
|
|
HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@
|
|
HAVE_TIMEGM = @HAVE_TIMEGM@
|
|
HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@
|
|
HAVE_TRUNCATE = @HAVE_TRUNCATE@
|
|
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
|
|
HAVE_TZSET = @HAVE_TZSET@
|
|
HAVE_UNISTD_H = @HAVE_UNISTD_H@
|
|
HAVE_UNLINKAT = @HAVE_UNLINKAT@
|
|
HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
|
|
HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
|
|
HAVE_USLEEP = @HAVE_USLEEP@
|
|
HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
|
|
HAVE_VASPRINTF = @HAVE_VASPRINTF@
|
|
HAVE_VDPRINTF = @HAVE_VDPRINTF@
|
|
HAVE_WCHAR_H = @HAVE_WCHAR_H@
|
|
HAVE_WCHAR_T = @HAVE_WCHAR_T@
|
|
HAVE_WCPCPY = @HAVE_WCPCPY@
|
|
HAVE_WCPNCPY = @HAVE_WCPNCPY@
|
|
HAVE_WCRTOMB = @HAVE_WCRTOMB@
|
|
HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
|
|
HAVE_WCSCAT = @HAVE_WCSCAT@
|
|
HAVE_WCSCHR = @HAVE_WCSCHR@
|
|
HAVE_WCSCMP = @HAVE_WCSCMP@
|
|
HAVE_WCSCOLL = @HAVE_WCSCOLL@
|
|
HAVE_WCSCPY = @HAVE_WCSCPY@
|
|
HAVE_WCSCSPN = @HAVE_WCSCSPN@
|
|
HAVE_WCSDUP = @HAVE_WCSDUP@
|
|
HAVE_WCSFTIME = @HAVE_WCSFTIME@
|
|
HAVE_WCSLEN = @HAVE_WCSLEN@
|
|
HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
|
|
HAVE_WCSNCAT = @HAVE_WCSNCAT@
|
|
HAVE_WCSNCMP = @HAVE_WCSNCMP@
|
|
HAVE_WCSNCPY = @HAVE_WCSNCPY@
|
|
HAVE_WCSNLEN = @HAVE_WCSNLEN@
|
|
HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
|
|
HAVE_WCSPBRK = @HAVE_WCSPBRK@
|
|
HAVE_WCSRCHR = @HAVE_WCSRCHR@
|
|
HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
|
|
HAVE_WCSSPN = @HAVE_WCSSPN@
|
|
HAVE_WCSSTR = @HAVE_WCSSTR@
|
|
HAVE_WCSTOK = @HAVE_WCSTOK@
|
|
HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
|
|
HAVE_WCSXFRM = @HAVE_WCSXFRM@
|
|
HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
|
|
HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
|
|
HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
|
|
HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
|
|
HAVE_WINT_T = @HAVE_WINT_T@
|
|
HAVE_WMEMCHR = @HAVE_WMEMCHR@
|
|
HAVE_WMEMCMP = @HAVE_WMEMCMP@
|
|
HAVE_WMEMCPY = @HAVE_WMEMCPY@
|
|
HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
|
|
HAVE_WMEMSET = @HAVE_WMEMSET@
|
|
HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
|
|
HAVE_XLOCALE_H = @HAVE_XLOCALE_H@
|
|
HAVE__BOOL = @HAVE__BOOL@
|
|
HAVE__EXIT = @HAVE__EXIT@
|
|
HELP2MAN = @HELP2MAN@
|
|
ICONV_CONST = @ICONV_CONST@
|
|
ICONV_H = @ICONV_H@
|
|
INCLUDE_NEXT = @INCLUDE_NEXT@
|
|
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
|
|
INET_PTON_LIB = @INET_PTON_LIB@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
|
|
INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
|
|
INTLLIBS = @INTLLIBS@
|
|
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBCSTACK = @LIBCSTACK@
|
|
LIBDIFFUTILS_LIBDEPS = @LIBDIFFUTILS_LIBDEPS@
|
|
LIBDIFFUTILS_LTLIBDEPS = @LIBDIFFUTILS_LTLIBDEPS@
|
|
LIBICONV = @LIBICONV@
|
|
LIBINTL = @LIBINTL@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBSIGSEGV = @LIBSIGSEGV@
|
|
LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@
|
|
LIBSOCKET = @LIBSOCKET@
|
|
LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@
|
|
LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@
|
|
LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@
|
|
LIBUNISTRING_UNIWIDTH_H = @LIBUNISTRING_UNIWIDTH_H@
|
|
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
|
|
LIB_NANOSLEEP = @LIB_NANOSLEEP@
|
|
LIB_SELECT = @LIB_SELECT@
|
|
LIMITS_H = @LIMITS_H@
|
|
LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
|
|
LOCALE_FR = @LOCALE_FR@
|
|
LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
|
|
LOCALE_JA = @LOCALE_JA@
|
|
LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@
|
|
LOCALE_ZH_CN = @LOCALE_ZH_CN@
|
|
LTLIBCSTACK = @LTLIBCSTACK@
|
|
LTLIBICONV = @LTLIBICONV@
|
|
LTLIBINTL = @LTLIBINTL@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
LTLIBSIGSEGV = @LTLIBSIGSEGV@
|
|
MAKEINFO = @MAKEINFO@
|
|
MKDIR_P = @MKDIR_P@
|
|
MSGFMT = @MSGFMT@
|
|
MSGFMT_015 = @MSGFMT_015@
|
|
MSGMERGE = @MSGMERGE@
|
|
NETINET_IN_H = @NETINET_IN_H@
|
|
NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_CTYPE_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = @NEXT_AS_FIRST_DIRECTIVE_STRINGS_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
|
|
NEXT_CTYPE_H = @NEXT_CTYPE_H@
|
|
NEXT_ERRNO_H = @NEXT_ERRNO_H@
|
|
NEXT_FCNTL_H = @NEXT_FCNTL_H@
|
|
NEXT_FLOAT_H = @NEXT_FLOAT_H@
|
|
NEXT_GETOPT_H = @NEXT_GETOPT_H@
|
|
NEXT_ICONV_H = @NEXT_ICONV_H@
|
|
NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
|
|
NEXT_LANGINFO_H = @NEXT_LANGINFO_H@
|
|
NEXT_LIMITS_H = @NEXT_LIMITS_H@
|
|
NEXT_LOCALE_H = @NEXT_LOCALE_H@
|
|
NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
|
|
NEXT_SIGNAL_H = @NEXT_SIGNAL_H@
|
|
NEXT_STDARG_H = @NEXT_STDARG_H@
|
|
NEXT_STDDEF_H = @NEXT_STDDEF_H@
|
|
NEXT_STDINT_H = @NEXT_STDINT_H@
|
|
NEXT_STDIO_H = @NEXT_STDIO_H@
|
|
NEXT_STDLIB_H = @NEXT_STDLIB_H@
|
|
NEXT_STRINGS_H = @NEXT_STRINGS_H@
|
|
NEXT_STRING_H = @NEXT_STRING_H@
|
|
NEXT_SYS_IOCTL_H = @NEXT_SYS_IOCTL_H@
|
|
NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@
|
|
NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
|
|
NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
|
|
NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
|
|
NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
|
|
NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@
|
|
NEXT_SYS_WAIT_H = @NEXT_SYS_WAIT_H@
|
|
NEXT_TIME_H = @NEXT_TIME_H@
|
|
NEXT_UNISTD_H = @NEXT_UNISTD_H@
|
|
NEXT_WCHAR_H = @NEXT_WCHAR_H@
|
|
NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
|
|
OBJEXT = @OBJEXT@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_URL = @PACKAGE_URL@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
POSUB = @POSUB@
|
|
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
|
|
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
|
|
PRIPTR_PREFIX = @PRIPTR_PREFIX@
|
|
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
|
|
PR_PROGRAM = @PR_PROGRAM@
|
|
PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
|
|
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
|
|
RANLIB = @RANLIB@
|
|
REPLACE_BTOWC = @REPLACE_BTOWC@
|
|
REPLACE_CALLOC = @REPLACE_CALLOC@
|
|
REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
|
|
REPLACE_CHOWN = @REPLACE_CHOWN@
|
|
REPLACE_CLOSE = @REPLACE_CLOSE@
|
|
REPLACE_CTIME = @REPLACE_CTIME@
|
|
REPLACE_DPRINTF = @REPLACE_DPRINTF@
|
|
REPLACE_DUP = @REPLACE_DUP@
|
|
REPLACE_DUP2 = @REPLACE_DUP2@
|
|
REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@
|
|
REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
|
|
REPLACE_FCLOSE = @REPLACE_FCLOSE@
|
|
REPLACE_FCNTL = @REPLACE_FCNTL@
|
|
REPLACE_FDOPEN = @REPLACE_FDOPEN@
|
|
REPLACE_FFLUSH = @REPLACE_FFLUSH@
|
|
REPLACE_FOPEN = @REPLACE_FOPEN@
|
|
REPLACE_FPRINTF = @REPLACE_FPRINTF@
|
|
REPLACE_FPURGE = @REPLACE_FPURGE@
|
|
REPLACE_FREOPEN = @REPLACE_FREOPEN@
|
|
REPLACE_FSEEK = @REPLACE_FSEEK@
|
|
REPLACE_FSEEKO = @REPLACE_FSEEKO@
|
|
REPLACE_FSTAT = @REPLACE_FSTAT@
|
|
REPLACE_FSTATAT = @REPLACE_FSTATAT@
|
|
REPLACE_FTELL = @REPLACE_FTELL@
|
|
REPLACE_FTELLO = @REPLACE_FTELLO@
|
|
REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
|
|
REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
|
|
REPLACE_GETCWD = @REPLACE_GETCWD@
|
|
REPLACE_GETDELIM = @REPLACE_GETDELIM@
|
|
REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
|
|
REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
|
|
REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
|
|
REPLACE_GETLINE = @REPLACE_GETLINE@
|
|
REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
|
|
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
|
|
REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
|
|
REPLACE_GMTIME = @REPLACE_GMTIME@
|
|
REPLACE_ICONV = @REPLACE_ICONV@
|
|
REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@
|
|
REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@
|
|
REPLACE_INET_NTOP = @REPLACE_INET_NTOP@
|
|
REPLACE_INET_PTON = @REPLACE_INET_PTON@
|
|
REPLACE_IOCTL = @REPLACE_IOCTL@
|
|
REPLACE_ISATTY = @REPLACE_ISATTY@
|
|
REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
|
|
REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
|
|
REPLACE_ITOLD = @REPLACE_ITOLD@
|
|
REPLACE_LCHOWN = @REPLACE_LCHOWN@
|
|
REPLACE_LINK = @REPLACE_LINK@
|
|
REPLACE_LINKAT = @REPLACE_LINKAT@
|
|
REPLACE_LOCALECONV = @REPLACE_LOCALECONV@
|
|
REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
|
|
REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
|
|
REPLACE_LSEEK = @REPLACE_LSEEK@
|
|
REPLACE_LSTAT = @REPLACE_LSTAT@
|
|
REPLACE_MALLOC = @REPLACE_MALLOC@
|
|
REPLACE_MBRLEN = @REPLACE_MBRLEN@
|
|
REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
|
|
REPLACE_MBSINIT = @REPLACE_MBSINIT@
|
|
REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
|
|
REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
|
|
REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
|
|
REPLACE_MBTOWC = @REPLACE_MBTOWC@
|
|
REPLACE_MEMCHR = @REPLACE_MEMCHR@
|
|
REPLACE_MEMMEM = @REPLACE_MEMMEM@
|
|
REPLACE_MKDIR = @REPLACE_MKDIR@
|
|
REPLACE_MKFIFO = @REPLACE_MKFIFO@
|
|
REPLACE_MKNOD = @REPLACE_MKNOD@
|
|
REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
|
|
REPLACE_MKTIME = @REPLACE_MKTIME@
|
|
REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
|
|
REPLACE_NL_LANGINFO = @REPLACE_NL_LANGINFO@
|
|
REPLACE_NULL = @REPLACE_NULL@
|
|
REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
|
|
REPLACE_OPEN = @REPLACE_OPEN@
|
|
REPLACE_OPENAT = @REPLACE_OPENAT@
|
|
REPLACE_PERROR = @REPLACE_PERROR@
|
|
REPLACE_POPEN = @REPLACE_POPEN@
|
|
REPLACE_PREAD = @REPLACE_PREAD@
|
|
REPLACE_PRINTF = @REPLACE_PRINTF@
|
|
REPLACE_PSELECT = @REPLACE_PSELECT@
|
|
REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@
|
|
REPLACE_PTSNAME = @REPLACE_PTSNAME@
|
|
REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
|
|
REPLACE_PUTENV = @REPLACE_PUTENV@
|
|
REPLACE_PWRITE = @REPLACE_PWRITE@
|
|
REPLACE_QSORT_R = @REPLACE_QSORT_R@
|
|
REPLACE_RAISE = @REPLACE_RAISE@
|
|
REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
|
|
REPLACE_READ = @REPLACE_READ@
|
|
REPLACE_READLINK = @REPLACE_READLINK@
|
|
REPLACE_READLINKAT = @REPLACE_READLINKAT@
|
|
REPLACE_REALLOC = @REPLACE_REALLOC@
|
|
REPLACE_REALPATH = @REPLACE_REALPATH@
|
|
REPLACE_REMOVE = @REPLACE_REMOVE@
|
|
REPLACE_RENAME = @REPLACE_RENAME@
|
|
REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
|
|
REPLACE_RMDIR = @REPLACE_RMDIR@
|
|
REPLACE_SELECT = @REPLACE_SELECT@
|
|
REPLACE_SETENV = @REPLACE_SETENV@
|
|
REPLACE_SETLOCALE = @REPLACE_SETLOCALE@
|
|
REPLACE_SLEEP = @REPLACE_SLEEP@
|
|
REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
|
|
REPLACE_SPRINTF = @REPLACE_SPRINTF@
|
|
REPLACE_STAT = @REPLACE_STAT@
|
|
REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
|
|
REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
|
|
REPLACE_STPNCPY = @REPLACE_STPNCPY@
|
|
REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
|
|
REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
|
|
REPLACE_STRDUP = @REPLACE_STRDUP@
|
|
REPLACE_STRERROR = @REPLACE_STRERROR@
|
|
REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
|
|
REPLACE_STRFTIME = @REPLACE_STRFTIME@
|
|
REPLACE_STRNCAT = @REPLACE_STRNCAT@
|
|
REPLACE_STRNDUP = @REPLACE_STRNDUP@
|
|
REPLACE_STRNLEN = @REPLACE_STRNLEN@
|
|
REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
|
|
REPLACE_STRSTR = @REPLACE_STRSTR@
|
|
REPLACE_STRTOD = @REPLACE_STRTOD@
|
|
REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
|
|
REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
|
|
REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
|
|
REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@
|
|
REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
|
|
REPLACE_SYMLINK = @REPLACE_SYMLINK@
|
|
REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
|
|
REPLACE_TIMEGM = @REPLACE_TIMEGM@
|
|
REPLACE_TMPFILE = @REPLACE_TMPFILE@
|
|
REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
|
|
REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
|
|
REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
|
|
REPLACE_TZSET = @REPLACE_TZSET@
|
|
REPLACE_UNLINK = @REPLACE_UNLINK@
|
|
REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
|
|
REPLACE_UNSETENV = @REPLACE_UNSETENV@
|
|
REPLACE_USLEEP = @REPLACE_USLEEP@
|
|
REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
|
|
REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
|
|
REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
|
|
REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
|
|
REPLACE_VPRINTF = @REPLACE_VPRINTF@
|
|
REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
|
|
REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
|
|
REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
|
|
REPLACE_WCSFTIME = @REPLACE_WCSFTIME@
|
|
REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
|
|
REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
|
|
REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
|
|
REPLACE_WCTOB = @REPLACE_WCTOB@
|
|
REPLACE_WCTOMB = @REPLACE_WCTOMB@
|
|
REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
|
|
REPLACE_WRITE = @REPLACE_WRITE@
|
|
SED = @SED@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
|
|
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
|
|
SRC_VERSION_C = @SRC_VERSION_C@
|
|
STDALIGN_H = @STDALIGN_H@
|
|
STDARG_H = @STDARG_H@
|
|
STDBOOL_H = @STDBOOL_H@
|
|
STDDEF_H = @STDDEF_H@
|
|
STDINT_H = @STDINT_H@
|
|
STRIP = @STRIP@
|
|
SYS_IOCTL_H_HAVE_WINSOCK2_H = @SYS_IOCTL_H_HAVE_WINSOCK2_H@
|
|
SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
|
|
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
|
|
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
|
|
UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
|
|
UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
|
|
UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
|
|
UNISTD_H_DEFINES_STRUCT_TIMESPEC = @UNISTD_H_DEFINES_STRUCT_TIMESPEC@
|
|
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
|
|
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
|
|
USE_NLS = @USE_NLS@
|
|
VERSION = @VERSION@
|
|
WARN_CFLAGS = @WARN_CFLAGS@
|
|
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
|
|
WERROR_CFLAGS = @WERROR_CFLAGS@
|
|
WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
|
|
WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
|
|
WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
|
|
WINDOWS_STAT_TIMESPEC = @WINDOWS_STAT_TIMESPEC@
|
|
WINT_T_SUFFIX = @WINT_T_SUFFIX@
|
|
XGETTEXT = @XGETTEXT@
|
|
XGETTEXT_015 = @XGETTEXT_015@
|
|
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
|
|
abs_aux_dir = @abs_aux_dir@
|
|
abs_builddir = @abs_builddir@
|
|
abs_srcdir = @abs_srcdir@
|
|
abs_top_builddir = @abs_top_builddir@
|
|
abs_top_srcdir = @abs_top_srcdir@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__rm_f_notfound = @am__rm_f_notfound@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
am__xargs_n = @am__xargs_n@
|
|
bindir = @bindir@
|
|
build = @build@
|
|
build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
builddir = @builddir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
docdir = @docdir@
|
|
dvidir = @dvidir@
|
|
exec_prefix = @exec_prefix@
|
|
gl_LIBOBJS = @gl_LIBOBJS@
|
|
gl_LTLIBOBJS = @gl_LTLIBOBJS@
|
|
gltests_LIBOBJS = @gltests_LIBOBJS@
|
|
gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
|
|
gltests_WITNESS = @gltests_WITNESS@
|
|
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@
|
|
lispdir = @lispdir@
|
|
localedir = @localedir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
oldincludedir = @oldincludedir@
|
|
pdfdir = @pdfdir@
|
|
prefix = @prefix@
|
|
program_transform_name = @program_transform_name@
|
|
psdir = @psdir@
|
|
runstatedir = @runstatedir@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
srcdir = @srcdir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
AUTOMAKE_OPTIONS = 1.9.6 foreign subdir-objects
|
|
SUBDIRS = .
|
|
TESTS_ENVIRONMENT = EXEEXT='@EXEEXT@' srcdir='$(srcdir)' \
|
|
LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
|
|
LIBSIGSEGV='@LIBSIGSEGV@' LOCALE_FR='@LOCALE_FR@' \
|
|
LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' LOCALE_FR='@LOCALE_FR@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \
|
|
LOCALE_ZH_CN='@LOCALE_ZH_CN@' \
|
|
LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_FR='@LOCALE_FR@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \
|
|
LOCALE_ZH_CN='@LOCALE_ZH_CN@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
|
|
LOCALE_ZH_CN='@LOCALE_ZH_CN@' LOCALE_FR='@LOCALE_FR@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_FR='@LOCALE_FR@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \
|
|
LOCALE_ZH_CN='@LOCALE_ZH_CN@' abs_aux_dir='$(abs_aux_dir)' \
|
|
abs_aux_dir='$(abs_aux_dir)' MAKE='$(MAKE)' \
|
|
LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
|
|
LOCALE_JA='@LOCALE_JA@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
|
|
noinst_HEADERS =
|
|
noinst_LIBRARIES =
|
|
check_LIBRARIES = libtests.a
|
|
EXTRA_DIST = accept.c w32sock.h test-accept.c signature.h macros.h \
|
|
test-alloca-opt.c test-areadlink.h test-areadlink.c macros.h \
|
|
test-argmatch.c macros.h arpa_inet.in.h test-arpa_inet.c \
|
|
test-binary-io.sh test-binary-io.c macros.h bind.c w32sock.h \
|
|
test-bind.c signature.h macros.h test-bitrotate.c macros.h \
|
|
test-btowc1.sh test-btowc2.sh test-btowc.c signature.h \
|
|
macros.h test-c-ctype.c macros.h test-c-stack.c \
|
|
test-c-stack.sh test-c-stack2.sh macros.h test-c-strcase.sh \
|
|
test-c-strcasecmp.c test-c-strncasecmp.c macros.h test-close.c \
|
|
signature.h macros.h connect.c w32sock.h test-connect.c \
|
|
signature.h macros.h test-ctype.c test-dirname.c test-dup2.c \
|
|
signature.h macros.h test-environ.c test-errno.c \
|
|
test-exclude.c test-exclude1.sh test-exclude2.sh \
|
|
test-exclude3.sh test-exclude4.sh test-exclude5.sh \
|
|
test-exclude6.sh test-exclude7.sh test-exclude8.sh \
|
|
test-fcntl-h.c test-fcntl.c signature.h macros.h fdopen.c \
|
|
test-fdopen.c signature.h macros.h test-fgetc.c signature.h \
|
|
macros.h test-filenamecat.c test-float.c macros.h \
|
|
test-fnmatch.c signature.h macros.h fpucw.h test-fputc.c \
|
|
signature.h macros.h test-fread.c signature.h macros.h \
|
|
test-freopen-safer.c macros.h test-freopen.c signature.h \
|
|
macros.h test-fstat.c signature.h macros.h ftruncate.c \
|
|
test-ftruncate.c test-ftruncate.sh signature.h macros.h \
|
|
test-fwrite.c signature.h macros.h getcwd-lgpl.c \
|
|
test-getcwd-lgpl.c signature.h macros.h test-getdtablesize.c \
|
|
signature.h macros.h macros.h signature.h test-getopt-gnu.c \
|
|
test-getopt-main.h test-getopt.h test-getopt_long.h macros.h \
|
|
signature.h test-getopt-posix.c test-getopt-main.h \
|
|
test-getopt.h getpagesize.c test-getprogname.c signature.h \
|
|
test-gettimeofday.c test-hash.c macros.h test-iconv-h.c \
|
|
test-iconv.c signature.h macros.h test-ignore-value.c \
|
|
inet_pton.c test-inet_pton.c signature.h macros.h \
|
|
test-intprops.c macros.h macros.h test-inttostr.c \
|
|
test-inttypes.c ioctl.c w32sock.h test-ioctl.c signature.h \
|
|
macros.h test-isblank.c signature.h macros.h test-iswblank.c \
|
|
macros.h test-langinfo.c test-limits-h.c listen.c w32sock.h \
|
|
test-listen.c signature.h macros.h test-locale.c \
|
|
test-localeconv.c signature.h macros.h test-lstat.h \
|
|
test-lstat.c signature.h macros.h test-malloca.c \
|
|
test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh \
|
|
test-mbrtowc4.sh test-mbrtowc5.sh test-mbrtowc.c \
|
|
test-mbrtowc-w32-1.sh test-mbrtowc-w32-2.sh \
|
|
test-mbrtowc-w32-3.sh test-mbrtowc-w32-4.sh \
|
|
test-mbrtowc-w32-5.sh test-mbrtowc-w32.c signature.h macros.h \
|
|
test-mbscasecmp.sh test-mbscasecmp.c macros.h test-mbsinit.sh \
|
|
test-mbsinit.c signature.h macros.h test-mbsrtowcs1.sh \
|
|
test-mbsrtowcs2.sh test-mbsrtowcs3.sh test-mbsrtowcs4.sh \
|
|
test-mbsrtowcs.c signature.h macros.h test-mbsstr1.c \
|
|
test-mbsstr2.sh test-mbsstr2.c test-mbsstr3.sh test-mbsstr3.c \
|
|
macros.h test-memchr.c zerosize-ptr.h signature.h macros.h \
|
|
nanosleep.c test-nanosleep.c signature.h macros.h \
|
|
netinet_in.in.h test-netinet_in.c test-nl_langinfo.sh \
|
|
test-nl_langinfo.c signature.h macros.h test-open.h \
|
|
test-open.c signature.h macros.h test-pathmax.c perror.c \
|
|
macros.h signature.h test-perror.c test-perror2.c \
|
|
test-perror.sh pipe.c test-pipe.c signature.h macros.h \
|
|
putenv.c test-quotearg-simple.c test-quotearg.h macros.h \
|
|
zerosize-ptr.h test-raise.c signature.h macros.h \
|
|
test-rawmemchr.c zerosize-ptr.h signature.h macros.h \
|
|
test-readlink.h test-readlink.c signature.h macros.h \
|
|
test-regex.c macros.h same-inode.h select.c macros.h \
|
|
signature.h test-select.c test-select.h test-select-fd.c \
|
|
test-select-in.sh test-select-out.sh test-select-stdin.c \
|
|
test-setenv.c signature.h macros.h setlocale.c \
|
|
test-setlocale1.sh test-setlocale1.c test-setlocale2.sh \
|
|
test-setlocale2.c signature.h macros.h setsockopt.c w32sock.h \
|
|
test-setsockopt.c signature.h macros.h test-sh-quote.c \
|
|
test-sigaction.c signature.h macros.h test-signal-h.c \
|
|
test-sigprocmask.c signature.h macros.h sleep.c test-sleep.c \
|
|
signature.h macros.h _Noreturn.h arg-nonnull.h c++defs.h \
|
|
unused-parameter.h warn-on-use.h snprintf.c test-snprintf.c \
|
|
signature.h macros.h socket.c w32sock.h w32sock.h \
|
|
test-sockets.c test-stat.h test-stat.c signature.h macros.h \
|
|
test-stat-time.c macros.h nap.h stdalign.in.h test-stdalign.c \
|
|
macros.h test-stdbool.c test-stddef.c test-stdint.c \
|
|
test-stdio.c test-stdlib.c test-sys_wait.h test-strerror.c \
|
|
signature.h macros.h strerror_r.c test-strerror_r.c \
|
|
signature.h macros.h test-strftime.c macros.h test-striconv.c \
|
|
macros.h test-string.c test-strings.c test-strnlen.c \
|
|
zerosize-ptr.h signature.h macros.h test-strtoull.c \
|
|
signature.h macros.h test-strtoumax.c signature.h macros.h \
|
|
symlink.c test-symlink.h test-symlink.c signature.h macros.h \
|
|
sys_ioctl.in.h test-sys_ioctl.c sys_select.in.h \
|
|
test-sys_select.c signature.h sys_socket.in.h \
|
|
test-sys_socket.c test-sys_stat.c test-sys_time.c \
|
|
test-sys_types.c sys_uio.in.h test-sys_uio.c test-sys_wait.c \
|
|
test-sys_wait.h init.sh test-init.sh test-time.c \
|
|
test-timespec.c macros.h test-unistd.c \
|
|
unistr/test-u8-mbtoucr.c macros.h unistr/test-u8-uctomb.c \
|
|
macros.h uniwidth/test-uc_width.c uniwidth/test-uc_width2.c \
|
|
uniwidth/test-uc_width2.sh macros.h test-unsetenv.c \
|
|
signature.h macros.h test-update-copyright.sh \
|
|
test-vasnprintf.c macros.h test-vasprintf.c signature.h \
|
|
macros.h test-vc-list-files-git.sh test-vc-list-files-cvs.sh \
|
|
test-verify.c test-verify-try.c test-verify.sh \
|
|
test-version-etc.c test-version-etc.sh test-wchar.c \
|
|
test-wcrtomb.sh test-wcrtomb.c test-wcrtomb-w32-1.sh \
|
|
test-wcrtomb-w32-2.sh test-wcrtomb-w32-3.sh \
|
|
test-wcrtomb-w32-4.sh test-wcrtomb-w32-5.sh test-wcrtomb-w32.c \
|
|
signature.h macros.h wctob.c wctomb-impl.h wctomb.c \
|
|
test-wctype-h.c macros.h test-wcwidth.c signature.h macros.h \
|
|
test-xalloc-die.c test-xalloc-die.sh test-xstrtol.c \
|
|
test-xstrtoul.c test-xstrtol.sh test-xstrtoumax.c \
|
|
test-xstrtoumax.sh test-xvasprintf.c macros.h
|
|
BUILT_SOURCES = arpa/inet.h $(NETINET_IN_H) $(STDALIGN_H) sys/ioctl.h \
|
|
sys/select.h sys/socket.h sys/uio.h
|
|
SUFFIXES =
|
|
|
|
# This test expects compilation of test-verify-try.c to fail, and
|
|
# each time it fails, the makefile rule does not perform the usual
|
|
# "mv -f $name.Tpo $name.po, so tell make clean to remove that file.
|
|
MOSTLYCLEANFILES = core *.stackdump arpa/inet.h arpa/inet.h-t \
|
|
t-c-stack.tmp t-c-stack2.tmp netinet/in.h netinet/in.h-t \
|
|
stdalign.h stdalign.h-t sys/ioctl.h sys/ioctl.h-t sys/select.h \
|
|
sys/select.h-t sys/socket.h sys/socket.h-t sys/uio.h \
|
|
sys/uio.h-t .deps/test-verify-try.Tpo
|
|
MOSTLYCLEANDIRS = arpa netinet sys sys sys sys
|
|
CLEANFILES =
|
|
DISTCLEANFILES =
|
|
MAINTAINERCLEANFILES =
|
|
AM_CPPFLAGS = \
|
|
-D@gltests_WITNESS@=1 \
|
|
-I. -I$(srcdir) \
|
|
-I.. -I$(srcdir)/.. \
|
|
-I../lib -I$(srcdir)/../lib
|
|
|
|
LDADD = libtests.a ../lib/libdiffutils.a libtests.a $(LIBTESTS_LIBDEPS)
|
|
libtests_a_SOURCES = dtotimespec.c hash-pjw.h hash-pjw.c sockets.h \
|
|
sockets.c sys_socket.c timespec-add.c timespec-sub.c
|
|
libtests_a_LIBADD = $(gltests_LIBOBJS)
|
|
libtests_a_DEPENDENCIES = $(gltests_LIBOBJS)
|
|
EXTRA_libtests_a_SOURCES = accept.c bind.c connect.c fdopen.c \
|
|
ftruncate.c getcwd-lgpl.c getpagesize.c inet_pton.c ioctl.c \
|
|
listen.c nanosleep.c perror.c pipe.c putenv.c select.c \
|
|
setlocale.c setsockopt.c sleep.c snprintf.c socket.c \
|
|
strerror_r.c symlink.c wctob.c wctomb.c
|
|
AM_LIBTOOLFLAGS = --preserve-dup-deps
|
|
test_accept_LDADD = $(LDADD) @LIBSOCKET@
|
|
test_argmatch_LDADD = $(LDADD) @LIBINTL@
|
|
test_bind_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
|
|
test_c_stack_LDADD = $(LDADD) $(LIBCSTACK) @LIBINTL@
|
|
test_connect_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
|
|
test_dirname_LDADD = $(LDADD) @LIBINTL@
|
|
test_exclude_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
|
|
test_filenamecat_LDADD = $(LDADD) @LIBINTL@
|
|
test_getcwd_lgpl_LDADD = $(LDADD) $(LIBINTL)
|
|
test_getopt_gnu_LDADD = $(LDADD) $(LIBINTL)
|
|
test_getopt_posix_LDADD = $(LDADD) $(LIBINTL)
|
|
test_getprogname_LDADD = $(LDADD)
|
|
test_iconv_LDADD = $(LDADD) @LIBICONV@
|
|
test_inet_pton_LDADD = $(LDADD) @INET_PTON_LIB@
|
|
test_listen_LDADD = $(LDADD) @LIBSOCKET@
|
|
test_nanosleep_LDADD = $(LDADD) $(LIB_NANOSLEEP)
|
|
test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@
|
|
test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(LIB_PTHREAD)
|
|
test_select_LDADD = $(LDADD) @LIB_SELECT@ @LIBSOCKET@ $(INET_PTON_LIB)
|
|
test_select_fd_LDADD = $(LDADD) @LIB_SELECT@
|
|
test_select_stdin_LDADD = $(LDADD) @LIB_SELECT@
|
|
test_setsockopt_LDADD = $(LDADD) @LIBSOCKET@
|
|
test_sh_quote_LDADD = $(LDADD) @LIBINTL@
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
_NORETURN_H = $(srcdir)/_Noreturn.h
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
ARG_NONNULL_H = $(srcdir)/arg-nonnull.h
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
CXXDEFS_H = $(srcdir)/c++defs.h
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
UNUSED_PARAMETER_H = $(srcdir)/unused-parameter.h
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
WARN_ON_USE_H = $(srcdir)/warn-on-use.h
|
|
test_sockets_LDADD = $(LDADD) @LIBSOCKET@
|
|
test_stat_LDADD = $(LDADD) $(LIBINTL)
|
|
test_stat_time_LDADD = $(LDADD) $(LIB_NANOSLEEP)
|
|
test_striconv_LDADD = $(LDADD) @LIBICONV@
|
|
test_u8_mbtoucr_SOURCES = unistr/test-u8-mbtoucr.c
|
|
test_u8_mbtoucr_LDADD = $(LDADD) $(LIBUNISTRING)
|
|
test_u8_uctomb_SOURCES = unistr/test-u8-uctomb.c
|
|
test_u8_uctomb_LDADD = $(LDADD) $(LIBUNISTRING)
|
|
test_uc_width_SOURCES = uniwidth/test-uc_width.c
|
|
test_uc_width_LDADD = $(LDADD) $(LIBUNISTRING)
|
|
test_uc_width2_SOURCES = uniwidth/test-uc_width2.c
|
|
test_uc_width2_LDADD = $(LDADD) $(LIBUNISTRING)
|
|
test_version_etc_LDADD = $(LDADD) @LIBINTL@
|
|
test_xalloc_die_LDADD = $(LDADD) @LIBINTL@
|
|
test_xstrtol_LDADD = $(LDADD) @LIBINTL@
|
|
test_xstrtoul_LDADD = $(LDADD) @LIBINTL@
|
|
test_xstrtoumax_LDADD = $(LDADD) @LIBINTL@
|
|
test_xvasprintf_LDADD = $(LDADD) @LIBINTL@
|
|
all: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/gnulib.mk $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gnulib-tests/Makefile'; \
|
|
$(am__cd) $(top_srcdir) && \
|
|
$(AUTOMAKE) --foreign gnulib-tests/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__maybe_remake_depfiles)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
|
esac;
|
|
$(srcdir)/gnulib.mk $(am__empty):
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
$(am__aclocal_m4_deps):
|
|
|
|
clean-checkPROGRAMS:
|
|
-$(am__rm_f) $(check_PROGRAMS)
|
|
|
|
clean-noinstPROGRAMS:
|
|
-$(am__rm_f) $(noinst_PROGRAMS)
|
|
|
|
clean-checkLIBRARIES:
|
|
-$(am__rm_f) $(check_LIBRARIES)
|
|
|
|
clean-noinstLIBRARIES:
|
|
-$(am__rm_f) $(noinst_LIBRARIES)
|
|
|
|
libtests.a: $(libtests_a_OBJECTS) $(libtests_a_DEPENDENCIES) $(EXTRA_libtests_a_DEPENDENCIES)
|
|
$(AM_V_at)-rm -f libtests.a
|
|
$(AM_V_AR)$(libtests_a_AR) libtests.a $(libtests_a_OBJECTS) $(libtests_a_LIBADD)
|
|
$(AM_V_at)$(libtests_a_RANLIB) libtests.a
|
|
|
|
test-accept$(EXEEXT): $(test_accept_OBJECTS) $(test_accept_DEPENDENCIES) $(EXTRA_test_accept_DEPENDENCIES)
|
|
@rm -f test-accept$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_accept_OBJECTS) $(test_accept_LDADD) $(LIBS)
|
|
|
|
test-alloca-opt$(EXEEXT): $(test_alloca_opt_OBJECTS) $(test_alloca_opt_DEPENDENCIES) $(EXTRA_test_alloca_opt_DEPENDENCIES)
|
|
@rm -f test-alloca-opt$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_alloca_opt_OBJECTS) $(test_alloca_opt_LDADD) $(LIBS)
|
|
|
|
test-areadlink$(EXEEXT): $(test_areadlink_OBJECTS) $(test_areadlink_DEPENDENCIES) $(EXTRA_test_areadlink_DEPENDENCIES)
|
|
@rm -f test-areadlink$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_areadlink_OBJECTS) $(test_areadlink_LDADD) $(LIBS)
|
|
|
|
test-argmatch$(EXEEXT): $(test_argmatch_OBJECTS) $(test_argmatch_DEPENDENCIES) $(EXTRA_test_argmatch_DEPENDENCIES)
|
|
@rm -f test-argmatch$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_argmatch_OBJECTS) $(test_argmatch_LDADD) $(LIBS)
|
|
|
|
test-arpa_inet$(EXEEXT): $(test_arpa_inet_OBJECTS) $(test_arpa_inet_DEPENDENCIES) $(EXTRA_test_arpa_inet_DEPENDENCIES)
|
|
@rm -f test-arpa_inet$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_arpa_inet_OBJECTS) $(test_arpa_inet_LDADD) $(LIBS)
|
|
|
|
test-binary-io$(EXEEXT): $(test_binary_io_OBJECTS) $(test_binary_io_DEPENDENCIES) $(EXTRA_test_binary_io_DEPENDENCIES)
|
|
@rm -f test-binary-io$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_binary_io_OBJECTS) $(test_binary_io_LDADD) $(LIBS)
|
|
|
|
test-bind$(EXEEXT): $(test_bind_OBJECTS) $(test_bind_DEPENDENCIES) $(EXTRA_test_bind_DEPENDENCIES)
|
|
@rm -f test-bind$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_bind_OBJECTS) $(test_bind_LDADD) $(LIBS)
|
|
|
|
test-bitrotate$(EXEEXT): $(test_bitrotate_OBJECTS) $(test_bitrotate_DEPENDENCIES) $(EXTRA_test_bitrotate_DEPENDENCIES)
|
|
@rm -f test-bitrotate$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_bitrotate_OBJECTS) $(test_bitrotate_LDADD) $(LIBS)
|
|
|
|
test-btowc$(EXEEXT): $(test_btowc_OBJECTS) $(test_btowc_DEPENDENCIES) $(EXTRA_test_btowc_DEPENDENCIES)
|
|
@rm -f test-btowc$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_btowc_OBJECTS) $(test_btowc_LDADD) $(LIBS)
|
|
|
|
test-c-ctype$(EXEEXT): $(test_c_ctype_OBJECTS) $(test_c_ctype_DEPENDENCIES) $(EXTRA_test_c_ctype_DEPENDENCIES)
|
|
@rm -f test-c-ctype$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_c_ctype_OBJECTS) $(test_c_ctype_LDADD) $(LIBS)
|
|
|
|
test-c-stack$(EXEEXT): $(test_c_stack_OBJECTS) $(test_c_stack_DEPENDENCIES) $(EXTRA_test_c_stack_DEPENDENCIES)
|
|
@rm -f test-c-stack$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_c_stack_OBJECTS) $(test_c_stack_LDADD) $(LIBS)
|
|
|
|
test-c-strcasecmp$(EXEEXT): $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_DEPENDENCIES) $(EXTRA_test_c_strcasecmp_DEPENDENCIES)
|
|
@rm -f test-c-strcasecmp$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_LDADD) $(LIBS)
|
|
|
|
test-c-strncasecmp$(EXEEXT): $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_DEPENDENCIES) $(EXTRA_test_c_strncasecmp_DEPENDENCIES)
|
|
@rm -f test-c-strncasecmp$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_LDADD) $(LIBS)
|
|
|
|
test-close$(EXEEXT): $(test_close_OBJECTS) $(test_close_DEPENDENCIES) $(EXTRA_test_close_DEPENDENCIES)
|
|
@rm -f test-close$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_close_OBJECTS) $(test_close_LDADD) $(LIBS)
|
|
|
|
test-connect$(EXEEXT): $(test_connect_OBJECTS) $(test_connect_DEPENDENCIES) $(EXTRA_test_connect_DEPENDENCIES)
|
|
@rm -f test-connect$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_connect_OBJECTS) $(test_connect_LDADD) $(LIBS)
|
|
|
|
test-ctype$(EXEEXT): $(test_ctype_OBJECTS) $(test_ctype_DEPENDENCIES) $(EXTRA_test_ctype_DEPENDENCIES)
|
|
@rm -f test-ctype$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_ctype_OBJECTS) $(test_ctype_LDADD) $(LIBS)
|
|
|
|
test-dirname$(EXEEXT): $(test_dirname_OBJECTS) $(test_dirname_DEPENDENCIES) $(EXTRA_test_dirname_DEPENDENCIES)
|
|
@rm -f test-dirname$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_dirname_OBJECTS) $(test_dirname_LDADD) $(LIBS)
|
|
|
|
test-dup2$(EXEEXT): $(test_dup2_OBJECTS) $(test_dup2_DEPENDENCIES) $(EXTRA_test_dup2_DEPENDENCIES)
|
|
@rm -f test-dup2$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_dup2_OBJECTS) $(test_dup2_LDADD) $(LIBS)
|
|
|
|
test-environ$(EXEEXT): $(test_environ_OBJECTS) $(test_environ_DEPENDENCIES) $(EXTRA_test_environ_DEPENDENCIES)
|
|
@rm -f test-environ$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_environ_OBJECTS) $(test_environ_LDADD) $(LIBS)
|
|
|
|
test-errno$(EXEEXT): $(test_errno_OBJECTS) $(test_errno_DEPENDENCIES) $(EXTRA_test_errno_DEPENDENCIES)
|
|
@rm -f test-errno$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_errno_OBJECTS) $(test_errno_LDADD) $(LIBS)
|
|
|
|
test-exclude$(EXEEXT): $(test_exclude_OBJECTS) $(test_exclude_DEPENDENCIES) $(EXTRA_test_exclude_DEPENDENCIES)
|
|
@rm -f test-exclude$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_exclude_OBJECTS) $(test_exclude_LDADD) $(LIBS)
|
|
|
|
test-fcntl$(EXEEXT): $(test_fcntl_OBJECTS) $(test_fcntl_DEPENDENCIES) $(EXTRA_test_fcntl_DEPENDENCIES)
|
|
@rm -f test-fcntl$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fcntl_OBJECTS) $(test_fcntl_LDADD) $(LIBS)
|
|
|
|
test-fcntl-h$(EXEEXT): $(test_fcntl_h_OBJECTS) $(test_fcntl_h_DEPENDENCIES) $(EXTRA_test_fcntl_h_DEPENDENCIES)
|
|
@rm -f test-fcntl-h$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fcntl_h_OBJECTS) $(test_fcntl_h_LDADD) $(LIBS)
|
|
|
|
test-fdopen$(EXEEXT): $(test_fdopen_OBJECTS) $(test_fdopen_DEPENDENCIES) $(EXTRA_test_fdopen_DEPENDENCIES)
|
|
@rm -f test-fdopen$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fdopen_OBJECTS) $(test_fdopen_LDADD) $(LIBS)
|
|
|
|
test-fgetc$(EXEEXT): $(test_fgetc_OBJECTS) $(test_fgetc_DEPENDENCIES) $(EXTRA_test_fgetc_DEPENDENCIES)
|
|
@rm -f test-fgetc$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fgetc_OBJECTS) $(test_fgetc_LDADD) $(LIBS)
|
|
|
|
test-filenamecat$(EXEEXT): $(test_filenamecat_OBJECTS) $(test_filenamecat_DEPENDENCIES) $(EXTRA_test_filenamecat_DEPENDENCIES)
|
|
@rm -f test-filenamecat$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_filenamecat_OBJECTS) $(test_filenamecat_LDADD) $(LIBS)
|
|
|
|
test-float$(EXEEXT): $(test_float_OBJECTS) $(test_float_DEPENDENCIES) $(EXTRA_test_float_DEPENDENCIES)
|
|
@rm -f test-float$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_float_OBJECTS) $(test_float_LDADD) $(LIBS)
|
|
|
|
test-fnmatch$(EXEEXT): $(test_fnmatch_OBJECTS) $(test_fnmatch_DEPENDENCIES) $(EXTRA_test_fnmatch_DEPENDENCIES)
|
|
@rm -f test-fnmatch$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fnmatch_OBJECTS) $(test_fnmatch_LDADD) $(LIBS)
|
|
|
|
test-fputc$(EXEEXT): $(test_fputc_OBJECTS) $(test_fputc_DEPENDENCIES) $(EXTRA_test_fputc_DEPENDENCIES)
|
|
@rm -f test-fputc$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fputc_OBJECTS) $(test_fputc_LDADD) $(LIBS)
|
|
|
|
test-fread$(EXEEXT): $(test_fread_OBJECTS) $(test_fread_DEPENDENCIES) $(EXTRA_test_fread_DEPENDENCIES)
|
|
@rm -f test-fread$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fread_OBJECTS) $(test_fread_LDADD) $(LIBS)
|
|
|
|
test-freopen$(EXEEXT): $(test_freopen_OBJECTS) $(test_freopen_DEPENDENCIES) $(EXTRA_test_freopen_DEPENDENCIES)
|
|
@rm -f test-freopen$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_freopen_OBJECTS) $(test_freopen_LDADD) $(LIBS)
|
|
|
|
test-freopen-safer$(EXEEXT): $(test_freopen_safer_OBJECTS) $(test_freopen_safer_DEPENDENCIES) $(EXTRA_test_freopen_safer_DEPENDENCIES)
|
|
@rm -f test-freopen-safer$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_freopen_safer_OBJECTS) $(test_freopen_safer_LDADD) $(LIBS)
|
|
|
|
test-fstat$(EXEEXT): $(test_fstat_OBJECTS) $(test_fstat_DEPENDENCIES) $(EXTRA_test_fstat_DEPENDENCIES)
|
|
@rm -f test-fstat$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fstat_OBJECTS) $(test_fstat_LDADD) $(LIBS)
|
|
|
|
test-ftruncate$(EXEEXT): $(test_ftruncate_OBJECTS) $(test_ftruncate_DEPENDENCIES) $(EXTRA_test_ftruncate_DEPENDENCIES)
|
|
@rm -f test-ftruncate$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_ftruncate_OBJECTS) $(test_ftruncate_LDADD) $(LIBS)
|
|
|
|
test-fwrite$(EXEEXT): $(test_fwrite_OBJECTS) $(test_fwrite_DEPENDENCIES) $(EXTRA_test_fwrite_DEPENDENCIES)
|
|
@rm -f test-fwrite$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_fwrite_OBJECTS) $(test_fwrite_LDADD) $(LIBS)
|
|
|
|
test-getcwd-lgpl$(EXEEXT): $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_DEPENDENCIES) $(EXTRA_test_getcwd_lgpl_DEPENDENCIES)
|
|
@rm -f test-getcwd-lgpl$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_LDADD) $(LIBS)
|
|
|
|
test-getdtablesize$(EXEEXT): $(test_getdtablesize_OBJECTS) $(test_getdtablesize_DEPENDENCIES) $(EXTRA_test_getdtablesize_DEPENDENCIES)
|
|
@rm -f test-getdtablesize$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_getdtablesize_OBJECTS) $(test_getdtablesize_LDADD) $(LIBS)
|
|
|
|
test-getopt-gnu$(EXEEXT): $(test_getopt_gnu_OBJECTS) $(test_getopt_gnu_DEPENDENCIES) $(EXTRA_test_getopt_gnu_DEPENDENCIES)
|
|
@rm -f test-getopt-gnu$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_getopt_gnu_OBJECTS) $(test_getopt_gnu_LDADD) $(LIBS)
|
|
|
|
test-getopt-posix$(EXEEXT): $(test_getopt_posix_OBJECTS) $(test_getopt_posix_DEPENDENCIES) $(EXTRA_test_getopt_posix_DEPENDENCIES)
|
|
@rm -f test-getopt-posix$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_getopt_posix_OBJECTS) $(test_getopt_posix_LDADD) $(LIBS)
|
|
|
|
test-getprogname$(EXEEXT): $(test_getprogname_OBJECTS) $(test_getprogname_DEPENDENCIES) $(EXTRA_test_getprogname_DEPENDENCIES)
|
|
@rm -f test-getprogname$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_getprogname_OBJECTS) $(test_getprogname_LDADD) $(LIBS)
|
|
|
|
test-gettimeofday$(EXEEXT): $(test_gettimeofday_OBJECTS) $(test_gettimeofday_DEPENDENCIES) $(EXTRA_test_gettimeofday_DEPENDENCIES)
|
|
@rm -f test-gettimeofday$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_gettimeofday_OBJECTS) $(test_gettimeofday_LDADD) $(LIBS)
|
|
|
|
test-hash$(EXEEXT): $(test_hash_OBJECTS) $(test_hash_DEPENDENCIES) $(EXTRA_test_hash_DEPENDENCIES)
|
|
@rm -f test-hash$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_hash_OBJECTS) $(test_hash_LDADD) $(LIBS)
|
|
|
|
test-iconv$(EXEEXT): $(test_iconv_OBJECTS) $(test_iconv_DEPENDENCIES) $(EXTRA_test_iconv_DEPENDENCIES)
|
|
@rm -f test-iconv$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_iconv_OBJECTS) $(test_iconv_LDADD) $(LIBS)
|
|
|
|
test-iconv-h$(EXEEXT): $(test_iconv_h_OBJECTS) $(test_iconv_h_DEPENDENCIES) $(EXTRA_test_iconv_h_DEPENDENCIES)
|
|
@rm -f test-iconv-h$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_iconv_h_OBJECTS) $(test_iconv_h_LDADD) $(LIBS)
|
|
|
|
test-ignore-value$(EXEEXT): $(test_ignore_value_OBJECTS) $(test_ignore_value_DEPENDENCIES) $(EXTRA_test_ignore_value_DEPENDENCIES)
|
|
@rm -f test-ignore-value$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_ignore_value_OBJECTS) $(test_ignore_value_LDADD) $(LIBS)
|
|
|
|
test-inet_pton$(EXEEXT): $(test_inet_pton_OBJECTS) $(test_inet_pton_DEPENDENCIES) $(EXTRA_test_inet_pton_DEPENDENCIES)
|
|
@rm -f test-inet_pton$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_inet_pton_OBJECTS) $(test_inet_pton_LDADD) $(LIBS)
|
|
|
|
test-intprops$(EXEEXT): $(test_intprops_OBJECTS) $(test_intprops_DEPENDENCIES) $(EXTRA_test_intprops_DEPENDENCIES)
|
|
@rm -f test-intprops$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_intprops_OBJECTS) $(test_intprops_LDADD) $(LIBS)
|
|
|
|
test-inttostr$(EXEEXT): $(test_inttostr_OBJECTS) $(test_inttostr_DEPENDENCIES) $(EXTRA_test_inttostr_DEPENDENCIES)
|
|
@rm -f test-inttostr$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_inttostr_OBJECTS) $(test_inttostr_LDADD) $(LIBS)
|
|
|
|
test-inttypes$(EXEEXT): $(test_inttypes_OBJECTS) $(test_inttypes_DEPENDENCIES) $(EXTRA_test_inttypes_DEPENDENCIES)
|
|
@rm -f test-inttypes$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_inttypes_OBJECTS) $(test_inttypes_LDADD) $(LIBS)
|
|
|
|
test-ioctl$(EXEEXT): $(test_ioctl_OBJECTS) $(test_ioctl_DEPENDENCIES) $(EXTRA_test_ioctl_DEPENDENCIES)
|
|
@rm -f test-ioctl$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_ioctl_OBJECTS) $(test_ioctl_LDADD) $(LIBS)
|
|
|
|
test-isblank$(EXEEXT): $(test_isblank_OBJECTS) $(test_isblank_DEPENDENCIES) $(EXTRA_test_isblank_DEPENDENCIES)
|
|
@rm -f test-isblank$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_isblank_OBJECTS) $(test_isblank_LDADD) $(LIBS)
|
|
|
|
test-iswblank$(EXEEXT): $(test_iswblank_OBJECTS) $(test_iswblank_DEPENDENCIES) $(EXTRA_test_iswblank_DEPENDENCIES)
|
|
@rm -f test-iswblank$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_iswblank_OBJECTS) $(test_iswblank_LDADD) $(LIBS)
|
|
|
|
test-langinfo$(EXEEXT): $(test_langinfo_OBJECTS) $(test_langinfo_DEPENDENCIES) $(EXTRA_test_langinfo_DEPENDENCIES)
|
|
@rm -f test-langinfo$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_langinfo_OBJECTS) $(test_langinfo_LDADD) $(LIBS)
|
|
|
|
test-limits-h$(EXEEXT): $(test_limits_h_OBJECTS) $(test_limits_h_DEPENDENCIES) $(EXTRA_test_limits_h_DEPENDENCIES)
|
|
@rm -f test-limits-h$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_limits_h_OBJECTS) $(test_limits_h_LDADD) $(LIBS)
|
|
|
|
test-listen$(EXEEXT): $(test_listen_OBJECTS) $(test_listen_DEPENDENCIES) $(EXTRA_test_listen_DEPENDENCIES)
|
|
@rm -f test-listen$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_listen_OBJECTS) $(test_listen_LDADD) $(LIBS)
|
|
|
|
test-locale$(EXEEXT): $(test_locale_OBJECTS) $(test_locale_DEPENDENCIES) $(EXTRA_test_locale_DEPENDENCIES)
|
|
@rm -f test-locale$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_locale_OBJECTS) $(test_locale_LDADD) $(LIBS)
|
|
|
|
test-localeconv$(EXEEXT): $(test_localeconv_OBJECTS) $(test_localeconv_DEPENDENCIES) $(EXTRA_test_localeconv_DEPENDENCIES)
|
|
@rm -f test-localeconv$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_localeconv_OBJECTS) $(test_localeconv_LDADD) $(LIBS)
|
|
|
|
test-lstat$(EXEEXT): $(test_lstat_OBJECTS) $(test_lstat_DEPENDENCIES) $(EXTRA_test_lstat_DEPENDENCIES)
|
|
@rm -f test-lstat$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_lstat_OBJECTS) $(test_lstat_LDADD) $(LIBS)
|
|
|
|
test-malloca$(EXEEXT): $(test_malloca_OBJECTS) $(test_malloca_DEPENDENCIES) $(EXTRA_test_malloca_DEPENDENCIES)
|
|
@rm -f test-malloca$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_malloca_OBJECTS) $(test_malloca_LDADD) $(LIBS)
|
|
|
|
test-mbrtowc$(EXEEXT): $(test_mbrtowc_OBJECTS) $(test_mbrtowc_DEPENDENCIES) $(EXTRA_test_mbrtowc_DEPENDENCIES)
|
|
@rm -f test-mbrtowc$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_mbrtowc_OBJECTS) $(test_mbrtowc_LDADD) $(LIBS)
|
|
|
|
test-mbrtowc-w32$(EXEEXT): $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_DEPENDENCIES) $(EXTRA_test_mbrtowc_w32_DEPENDENCIES)
|
|
@rm -f test-mbrtowc-w32$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_LDADD) $(LIBS)
|
|
|
|
test-mbscasecmp$(EXEEXT): $(test_mbscasecmp_OBJECTS) $(test_mbscasecmp_DEPENDENCIES) $(EXTRA_test_mbscasecmp_DEPENDENCIES)
|
|
@rm -f test-mbscasecmp$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_mbscasecmp_OBJECTS) $(test_mbscasecmp_LDADD) $(LIBS)
|
|
|
|
test-mbsinit$(EXEEXT): $(test_mbsinit_OBJECTS) $(test_mbsinit_DEPENDENCIES) $(EXTRA_test_mbsinit_DEPENDENCIES)
|
|
@rm -f test-mbsinit$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_mbsinit_OBJECTS) $(test_mbsinit_LDADD) $(LIBS)
|
|
|
|
test-mbsrtowcs$(EXEEXT): $(test_mbsrtowcs_OBJECTS) $(test_mbsrtowcs_DEPENDENCIES) $(EXTRA_test_mbsrtowcs_DEPENDENCIES)
|
|
@rm -f test-mbsrtowcs$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_mbsrtowcs_OBJECTS) $(test_mbsrtowcs_LDADD) $(LIBS)
|
|
|
|
test-mbsstr1$(EXEEXT): $(test_mbsstr1_OBJECTS) $(test_mbsstr1_DEPENDENCIES) $(EXTRA_test_mbsstr1_DEPENDENCIES)
|
|
@rm -f test-mbsstr1$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_mbsstr1_OBJECTS) $(test_mbsstr1_LDADD) $(LIBS)
|
|
|
|
test-mbsstr2$(EXEEXT): $(test_mbsstr2_OBJECTS) $(test_mbsstr2_DEPENDENCIES) $(EXTRA_test_mbsstr2_DEPENDENCIES)
|
|
@rm -f test-mbsstr2$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_mbsstr2_OBJECTS) $(test_mbsstr2_LDADD) $(LIBS)
|
|
|
|
test-mbsstr3$(EXEEXT): $(test_mbsstr3_OBJECTS) $(test_mbsstr3_DEPENDENCIES) $(EXTRA_test_mbsstr3_DEPENDENCIES)
|
|
@rm -f test-mbsstr3$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_mbsstr3_OBJECTS) $(test_mbsstr3_LDADD) $(LIBS)
|
|
|
|
test-memchr$(EXEEXT): $(test_memchr_OBJECTS) $(test_memchr_DEPENDENCIES) $(EXTRA_test_memchr_DEPENDENCIES)
|
|
@rm -f test-memchr$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_memchr_OBJECTS) $(test_memchr_LDADD) $(LIBS)
|
|
|
|
test-nanosleep$(EXEEXT): $(test_nanosleep_OBJECTS) $(test_nanosleep_DEPENDENCIES) $(EXTRA_test_nanosleep_DEPENDENCIES)
|
|
@rm -f test-nanosleep$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_nanosleep_OBJECTS) $(test_nanosleep_LDADD) $(LIBS)
|
|
|
|
test-netinet_in$(EXEEXT): $(test_netinet_in_OBJECTS) $(test_netinet_in_DEPENDENCIES) $(EXTRA_test_netinet_in_DEPENDENCIES)
|
|
@rm -f test-netinet_in$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_netinet_in_OBJECTS) $(test_netinet_in_LDADD) $(LIBS)
|
|
|
|
test-nl_langinfo$(EXEEXT): $(test_nl_langinfo_OBJECTS) $(test_nl_langinfo_DEPENDENCIES) $(EXTRA_test_nl_langinfo_DEPENDENCIES)
|
|
@rm -f test-nl_langinfo$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_nl_langinfo_OBJECTS) $(test_nl_langinfo_LDADD) $(LIBS)
|
|
|
|
test-open$(EXEEXT): $(test_open_OBJECTS) $(test_open_DEPENDENCIES) $(EXTRA_test_open_DEPENDENCIES)
|
|
@rm -f test-open$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_open_OBJECTS) $(test_open_LDADD) $(LIBS)
|
|
|
|
test-pathmax$(EXEEXT): $(test_pathmax_OBJECTS) $(test_pathmax_DEPENDENCIES) $(EXTRA_test_pathmax_DEPENDENCIES)
|
|
@rm -f test-pathmax$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_pathmax_OBJECTS) $(test_pathmax_LDADD) $(LIBS)
|
|
|
|
test-perror$(EXEEXT): $(test_perror_OBJECTS) $(test_perror_DEPENDENCIES) $(EXTRA_test_perror_DEPENDENCIES)
|
|
@rm -f test-perror$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_perror_OBJECTS) $(test_perror_LDADD) $(LIBS)
|
|
|
|
test-perror2$(EXEEXT): $(test_perror2_OBJECTS) $(test_perror2_DEPENDENCIES) $(EXTRA_test_perror2_DEPENDENCIES)
|
|
@rm -f test-perror2$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_perror2_OBJECTS) $(test_perror2_LDADD) $(LIBS)
|
|
|
|
test-pipe$(EXEEXT): $(test_pipe_OBJECTS) $(test_pipe_DEPENDENCIES) $(EXTRA_test_pipe_DEPENDENCIES)
|
|
@rm -f test-pipe$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_pipe_OBJECTS) $(test_pipe_LDADD) $(LIBS)
|
|
|
|
test-quotearg-simple$(EXEEXT): $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_DEPENDENCIES) $(EXTRA_test_quotearg_simple_DEPENDENCIES)
|
|
@rm -f test-quotearg-simple$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_LDADD) $(LIBS)
|
|
|
|
test-raise$(EXEEXT): $(test_raise_OBJECTS) $(test_raise_DEPENDENCIES) $(EXTRA_test_raise_DEPENDENCIES)
|
|
@rm -f test-raise$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_raise_OBJECTS) $(test_raise_LDADD) $(LIBS)
|
|
|
|
test-rawmemchr$(EXEEXT): $(test_rawmemchr_OBJECTS) $(test_rawmemchr_DEPENDENCIES) $(EXTRA_test_rawmemchr_DEPENDENCIES)
|
|
@rm -f test-rawmemchr$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_rawmemchr_OBJECTS) $(test_rawmemchr_LDADD) $(LIBS)
|
|
|
|
test-readlink$(EXEEXT): $(test_readlink_OBJECTS) $(test_readlink_DEPENDENCIES) $(EXTRA_test_readlink_DEPENDENCIES)
|
|
@rm -f test-readlink$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_readlink_OBJECTS) $(test_readlink_LDADD) $(LIBS)
|
|
|
|
test-regex$(EXEEXT): $(test_regex_OBJECTS) $(test_regex_DEPENDENCIES) $(EXTRA_test_regex_DEPENDENCIES)
|
|
@rm -f test-regex$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_regex_OBJECTS) $(test_regex_LDADD) $(LIBS)
|
|
|
|
test-select$(EXEEXT): $(test_select_OBJECTS) $(test_select_DEPENDENCIES) $(EXTRA_test_select_DEPENDENCIES)
|
|
@rm -f test-select$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_select_OBJECTS) $(test_select_LDADD) $(LIBS)
|
|
|
|
test-select-fd$(EXEEXT): $(test_select_fd_OBJECTS) $(test_select_fd_DEPENDENCIES) $(EXTRA_test_select_fd_DEPENDENCIES)
|
|
@rm -f test-select-fd$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_select_fd_OBJECTS) $(test_select_fd_LDADD) $(LIBS)
|
|
|
|
test-select-stdin$(EXEEXT): $(test_select_stdin_OBJECTS) $(test_select_stdin_DEPENDENCIES) $(EXTRA_test_select_stdin_DEPENDENCIES)
|
|
@rm -f test-select-stdin$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_select_stdin_OBJECTS) $(test_select_stdin_LDADD) $(LIBS)
|
|
|
|
test-setenv$(EXEEXT): $(test_setenv_OBJECTS) $(test_setenv_DEPENDENCIES) $(EXTRA_test_setenv_DEPENDENCIES)
|
|
@rm -f test-setenv$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_setenv_OBJECTS) $(test_setenv_LDADD) $(LIBS)
|
|
|
|
test-setlocale1$(EXEEXT): $(test_setlocale1_OBJECTS) $(test_setlocale1_DEPENDENCIES) $(EXTRA_test_setlocale1_DEPENDENCIES)
|
|
@rm -f test-setlocale1$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_setlocale1_OBJECTS) $(test_setlocale1_LDADD) $(LIBS)
|
|
|
|
test-setlocale2$(EXEEXT): $(test_setlocale2_OBJECTS) $(test_setlocale2_DEPENDENCIES) $(EXTRA_test_setlocale2_DEPENDENCIES)
|
|
@rm -f test-setlocale2$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_setlocale2_OBJECTS) $(test_setlocale2_LDADD) $(LIBS)
|
|
|
|
test-setsockopt$(EXEEXT): $(test_setsockopt_OBJECTS) $(test_setsockopt_DEPENDENCIES) $(EXTRA_test_setsockopt_DEPENDENCIES)
|
|
@rm -f test-setsockopt$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_setsockopt_OBJECTS) $(test_setsockopt_LDADD) $(LIBS)
|
|
|
|
test-sh-quote$(EXEEXT): $(test_sh_quote_OBJECTS) $(test_sh_quote_DEPENDENCIES) $(EXTRA_test_sh_quote_DEPENDENCIES)
|
|
@rm -f test-sh-quote$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sh_quote_OBJECTS) $(test_sh_quote_LDADD) $(LIBS)
|
|
|
|
test-sigaction$(EXEEXT): $(test_sigaction_OBJECTS) $(test_sigaction_DEPENDENCIES) $(EXTRA_test_sigaction_DEPENDENCIES)
|
|
@rm -f test-sigaction$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sigaction_OBJECTS) $(test_sigaction_LDADD) $(LIBS)
|
|
|
|
test-signal-h$(EXEEXT): $(test_signal_h_OBJECTS) $(test_signal_h_DEPENDENCIES) $(EXTRA_test_signal_h_DEPENDENCIES)
|
|
@rm -f test-signal-h$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_signal_h_OBJECTS) $(test_signal_h_LDADD) $(LIBS)
|
|
|
|
test-sigprocmask$(EXEEXT): $(test_sigprocmask_OBJECTS) $(test_sigprocmask_DEPENDENCIES) $(EXTRA_test_sigprocmask_DEPENDENCIES)
|
|
@rm -f test-sigprocmask$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sigprocmask_OBJECTS) $(test_sigprocmask_LDADD) $(LIBS)
|
|
|
|
test-sleep$(EXEEXT): $(test_sleep_OBJECTS) $(test_sleep_DEPENDENCIES) $(EXTRA_test_sleep_DEPENDENCIES)
|
|
@rm -f test-sleep$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sleep_OBJECTS) $(test_sleep_LDADD) $(LIBS)
|
|
|
|
test-snprintf$(EXEEXT): $(test_snprintf_OBJECTS) $(test_snprintf_DEPENDENCIES) $(EXTRA_test_snprintf_DEPENDENCIES)
|
|
@rm -f test-snprintf$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_snprintf_OBJECTS) $(test_snprintf_LDADD) $(LIBS)
|
|
|
|
test-sockets$(EXEEXT): $(test_sockets_OBJECTS) $(test_sockets_DEPENDENCIES) $(EXTRA_test_sockets_DEPENDENCIES)
|
|
@rm -f test-sockets$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sockets_OBJECTS) $(test_sockets_LDADD) $(LIBS)
|
|
|
|
test-stat$(EXEEXT): $(test_stat_OBJECTS) $(test_stat_DEPENDENCIES) $(EXTRA_test_stat_DEPENDENCIES)
|
|
@rm -f test-stat$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_stat_OBJECTS) $(test_stat_LDADD) $(LIBS)
|
|
|
|
test-stat-time$(EXEEXT): $(test_stat_time_OBJECTS) $(test_stat_time_DEPENDENCIES) $(EXTRA_test_stat_time_DEPENDENCIES)
|
|
@rm -f test-stat-time$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_stat_time_OBJECTS) $(test_stat_time_LDADD) $(LIBS)
|
|
|
|
test-stdalign$(EXEEXT): $(test_stdalign_OBJECTS) $(test_stdalign_DEPENDENCIES) $(EXTRA_test_stdalign_DEPENDENCIES)
|
|
@rm -f test-stdalign$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_stdalign_OBJECTS) $(test_stdalign_LDADD) $(LIBS)
|
|
|
|
test-stdbool$(EXEEXT): $(test_stdbool_OBJECTS) $(test_stdbool_DEPENDENCIES) $(EXTRA_test_stdbool_DEPENDENCIES)
|
|
@rm -f test-stdbool$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_stdbool_OBJECTS) $(test_stdbool_LDADD) $(LIBS)
|
|
|
|
test-stddef$(EXEEXT): $(test_stddef_OBJECTS) $(test_stddef_DEPENDENCIES) $(EXTRA_test_stddef_DEPENDENCIES)
|
|
@rm -f test-stddef$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_stddef_OBJECTS) $(test_stddef_LDADD) $(LIBS)
|
|
|
|
test-stdint$(EXEEXT): $(test_stdint_OBJECTS) $(test_stdint_DEPENDENCIES) $(EXTRA_test_stdint_DEPENDENCIES)
|
|
@rm -f test-stdint$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_stdint_OBJECTS) $(test_stdint_LDADD) $(LIBS)
|
|
|
|
test-stdio$(EXEEXT): $(test_stdio_OBJECTS) $(test_stdio_DEPENDENCIES) $(EXTRA_test_stdio_DEPENDENCIES)
|
|
@rm -f test-stdio$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_stdio_OBJECTS) $(test_stdio_LDADD) $(LIBS)
|
|
|
|
test-stdlib$(EXEEXT): $(test_stdlib_OBJECTS) $(test_stdlib_DEPENDENCIES) $(EXTRA_test_stdlib_DEPENDENCIES)
|
|
@rm -f test-stdlib$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_stdlib_OBJECTS) $(test_stdlib_LDADD) $(LIBS)
|
|
|
|
test-strerror$(EXEEXT): $(test_strerror_OBJECTS) $(test_strerror_DEPENDENCIES) $(EXTRA_test_strerror_DEPENDENCIES)
|
|
@rm -f test-strerror$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_strerror_OBJECTS) $(test_strerror_LDADD) $(LIBS)
|
|
|
|
test-strerror_r$(EXEEXT): $(test_strerror_r_OBJECTS) $(test_strerror_r_DEPENDENCIES) $(EXTRA_test_strerror_r_DEPENDENCIES)
|
|
@rm -f test-strerror_r$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_strerror_r_OBJECTS) $(test_strerror_r_LDADD) $(LIBS)
|
|
|
|
test-strftime$(EXEEXT): $(test_strftime_OBJECTS) $(test_strftime_DEPENDENCIES) $(EXTRA_test_strftime_DEPENDENCIES)
|
|
@rm -f test-strftime$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_strftime_OBJECTS) $(test_strftime_LDADD) $(LIBS)
|
|
|
|
test-striconv$(EXEEXT): $(test_striconv_OBJECTS) $(test_striconv_DEPENDENCIES) $(EXTRA_test_striconv_DEPENDENCIES)
|
|
@rm -f test-striconv$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_striconv_OBJECTS) $(test_striconv_LDADD) $(LIBS)
|
|
|
|
test-string$(EXEEXT): $(test_string_OBJECTS) $(test_string_DEPENDENCIES) $(EXTRA_test_string_DEPENDENCIES)
|
|
@rm -f test-string$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_string_OBJECTS) $(test_string_LDADD) $(LIBS)
|
|
|
|
test-strings$(EXEEXT): $(test_strings_OBJECTS) $(test_strings_DEPENDENCIES) $(EXTRA_test_strings_DEPENDENCIES)
|
|
@rm -f test-strings$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_strings_OBJECTS) $(test_strings_LDADD) $(LIBS)
|
|
|
|
test-strnlen$(EXEEXT): $(test_strnlen_OBJECTS) $(test_strnlen_DEPENDENCIES) $(EXTRA_test_strnlen_DEPENDENCIES)
|
|
@rm -f test-strnlen$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_strnlen_OBJECTS) $(test_strnlen_LDADD) $(LIBS)
|
|
|
|
test-strtoull$(EXEEXT): $(test_strtoull_OBJECTS) $(test_strtoull_DEPENDENCIES) $(EXTRA_test_strtoull_DEPENDENCIES)
|
|
@rm -f test-strtoull$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_strtoull_OBJECTS) $(test_strtoull_LDADD) $(LIBS)
|
|
|
|
test-strtoumax$(EXEEXT): $(test_strtoumax_OBJECTS) $(test_strtoumax_DEPENDENCIES) $(EXTRA_test_strtoumax_DEPENDENCIES)
|
|
@rm -f test-strtoumax$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_strtoumax_OBJECTS) $(test_strtoumax_LDADD) $(LIBS)
|
|
|
|
test-symlink$(EXEEXT): $(test_symlink_OBJECTS) $(test_symlink_DEPENDENCIES) $(EXTRA_test_symlink_DEPENDENCIES)
|
|
@rm -f test-symlink$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_symlink_OBJECTS) $(test_symlink_LDADD) $(LIBS)
|
|
|
|
test-sys_ioctl$(EXEEXT): $(test_sys_ioctl_OBJECTS) $(test_sys_ioctl_DEPENDENCIES) $(EXTRA_test_sys_ioctl_DEPENDENCIES)
|
|
@rm -f test-sys_ioctl$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_ioctl_OBJECTS) $(test_sys_ioctl_LDADD) $(LIBS)
|
|
|
|
test-sys_select$(EXEEXT): $(test_sys_select_OBJECTS) $(test_sys_select_DEPENDENCIES) $(EXTRA_test_sys_select_DEPENDENCIES)
|
|
@rm -f test-sys_select$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_select_OBJECTS) $(test_sys_select_LDADD) $(LIBS)
|
|
|
|
test-sys_socket$(EXEEXT): $(test_sys_socket_OBJECTS) $(test_sys_socket_DEPENDENCIES) $(EXTRA_test_sys_socket_DEPENDENCIES)
|
|
@rm -f test-sys_socket$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_socket_OBJECTS) $(test_sys_socket_LDADD) $(LIBS)
|
|
|
|
test-sys_stat$(EXEEXT): $(test_sys_stat_OBJECTS) $(test_sys_stat_DEPENDENCIES) $(EXTRA_test_sys_stat_DEPENDENCIES)
|
|
@rm -f test-sys_stat$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_stat_OBJECTS) $(test_sys_stat_LDADD) $(LIBS)
|
|
|
|
test-sys_time$(EXEEXT): $(test_sys_time_OBJECTS) $(test_sys_time_DEPENDENCIES) $(EXTRA_test_sys_time_DEPENDENCIES)
|
|
@rm -f test-sys_time$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_time_OBJECTS) $(test_sys_time_LDADD) $(LIBS)
|
|
|
|
test-sys_types$(EXEEXT): $(test_sys_types_OBJECTS) $(test_sys_types_DEPENDENCIES) $(EXTRA_test_sys_types_DEPENDENCIES)
|
|
@rm -f test-sys_types$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_types_OBJECTS) $(test_sys_types_LDADD) $(LIBS)
|
|
|
|
test-sys_uio$(EXEEXT): $(test_sys_uio_OBJECTS) $(test_sys_uio_DEPENDENCIES) $(EXTRA_test_sys_uio_DEPENDENCIES)
|
|
@rm -f test-sys_uio$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_uio_OBJECTS) $(test_sys_uio_LDADD) $(LIBS)
|
|
|
|
test-sys_wait$(EXEEXT): $(test_sys_wait_OBJECTS) $(test_sys_wait_DEPENDENCIES) $(EXTRA_test_sys_wait_DEPENDENCIES)
|
|
@rm -f test-sys_wait$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_wait_OBJECTS) $(test_sys_wait_LDADD) $(LIBS)
|
|
|
|
test-time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) $(EXTRA_test_time_DEPENDENCIES)
|
|
@rm -f test-time$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_time_OBJECTS) $(test_time_LDADD) $(LIBS)
|
|
|
|
test-timespec$(EXEEXT): $(test_timespec_OBJECTS) $(test_timespec_DEPENDENCIES) $(EXTRA_test_timespec_DEPENDENCIES)
|
|
@rm -f test-timespec$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_timespec_OBJECTS) $(test_timespec_LDADD) $(LIBS)
|
|
unistr/$(am__dirstamp):
|
|
@$(MKDIR_P) unistr
|
|
@: >>unistr/$(am__dirstamp)
|
|
unistr/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) unistr/$(DEPDIR)
|
|
@: >>unistr/$(DEPDIR)/$(am__dirstamp)
|
|
unistr/test-u8-mbtoucr.$(OBJEXT): unistr/$(am__dirstamp) \
|
|
unistr/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
test-u8-mbtoucr$(EXEEXT): $(test_u8_mbtoucr_OBJECTS) $(test_u8_mbtoucr_DEPENDENCIES) $(EXTRA_test_u8_mbtoucr_DEPENDENCIES)
|
|
@rm -f test-u8-mbtoucr$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_u8_mbtoucr_OBJECTS) $(test_u8_mbtoucr_LDADD) $(LIBS)
|
|
unistr/test-u8-uctomb.$(OBJEXT): unistr/$(am__dirstamp) \
|
|
unistr/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
test-u8-uctomb$(EXEEXT): $(test_u8_uctomb_OBJECTS) $(test_u8_uctomb_DEPENDENCIES) $(EXTRA_test_u8_uctomb_DEPENDENCIES)
|
|
@rm -f test-u8-uctomb$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_u8_uctomb_OBJECTS) $(test_u8_uctomb_LDADD) $(LIBS)
|
|
uniwidth/$(am__dirstamp):
|
|
@$(MKDIR_P) uniwidth
|
|
@: >>uniwidth/$(am__dirstamp)
|
|
uniwidth/$(DEPDIR)/$(am__dirstamp):
|
|
@$(MKDIR_P) uniwidth/$(DEPDIR)
|
|
@: >>uniwidth/$(DEPDIR)/$(am__dirstamp)
|
|
uniwidth/test-uc_width.$(OBJEXT): uniwidth/$(am__dirstamp) \
|
|
uniwidth/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
test-uc_width$(EXEEXT): $(test_uc_width_OBJECTS) $(test_uc_width_DEPENDENCIES) $(EXTRA_test_uc_width_DEPENDENCIES)
|
|
@rm -f test-uc_width$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_uc_width_OBJECTS) $(test_uc_width_LDADD) $(LIBS)
|
|
uniwidth/test-uc_width2.$(OBJEXT): uniwidth/$(am__dirstamp) \
|
|
uniwidth/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
test-uc_width2$(EXEEXT): $(test_uc_width2_OBJECTS) $(test_uc_width2_DEPENDENCIES) $(EXTRA_test_uc_width2_DEPENDENCIES)
|
|
@rm -f test-uc_width2$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_uc_width2_OBJECTS) $(test_uc_width2_LDADD) $(LIBS)
|
|
|
|
test-unistd$(EXEEXT): $(test_unistd_OBJECTS) $(test_unistd_DEPENDENCIES) $(EXTRA_test_unistd_DEPENDENCIES)
|
|
@rm -f test-unistd$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_unistd_OBJECTS) $(test_unistd_LDADD) $(LIBS)
|
|
|
|
test-unsetenv$(EXEEXT): $(test_unsetenv_OBJECTS) $(test_unsetenv_DEPENDENCIES) $(EXTRA_test_unsetenv_DEPENDENCIES)
|
|
@rm -f test-unsetenv$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_unsetenv_OBJECTS) $(test_unsetenv_LDADD) $(LIBS)
|
|
|
|
test-vasnprintf$(EXEEXT): $(test_vasnprintf_OBJECTS) $(test_vasnprintf_DEPENDENCIES) $(EXTRA_test_vasnprintf_DEPENDENCIES)
|
|
@rm -f test-vasnprintf$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_vasnprintf_OBJECTS) $(test_vasnprintf_LDADD) $(LIBS)
|
|
|
|
test-vasprintf$(EXEEXT): $(test_vasprintf_OBJECTS) $(test_vasprintf_DEPENDENCIES) $(EXTRA_test_vasprintf_DEPENDENCIES)
|
|
@rm -f test-vasprintf$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_vasprintf_OBJECTS) $(test_vasprintf_LDADD) $(LIBS)
|
|
|
|
test-verify$(EXEEXT): $(test_verify_OBJECTS) $(test_verify_DEPENDENCIES) $(EXTRA_test_verify_DEPENDENCIES)
|
|
@rm -f test-verify$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_verify_OBJECTS) $(test_verify_LDADD) $(LIBS)
|
|
|
|
test-verify-try$(EXEEXT): $(test_verify_try_OBJECTS) $(test_verify_try_DEPENDENCIES) $(EXTRA_test_verify_try_DEPENDENCIES)
|
|
@rm -f test-verify-try$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_verify_try_OBJECTS) $(test_verify_try_LDADD) $(LIBS)
|
|
|
|
test-version-etc$(EXEEXT): $(test_version_etc_OBJECTS) $(test_version_etc_DEPENDENCIES) $(EXTRA_test_version_etc_DEPENDENCIES)
|
|
@rm -f test-version-etc$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_version_etc_OBJECTS) $(test_version_etc_LDADD) $(LIBS)
|
|
|
|
test-wchar$(EXEEXT): $(test_wchar_OBJECTS) $(test_wchar_DEPENDENCIES) $(EXTRA_test_wchar_DEPENDENCIES)
|
|
@rm -f test-wchar$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_wchar_OBJECTS) $(test_wchar_LDADD) $(LIBS)
|
|
|
|
test-wcrtomb$(EXEEXT): $(test_wcrtomb_OBJECTS) $(test_wcrtomb_DEPENDENCIES) $(EXTRA_test_wcrtomb_DEPENDENCIES)
|
|
@rm -f test-wcrtomb$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_wcrtomb_OBJECTS) $(test_wcrtomb_LDADD) $(LIBS)
|
|
|
|
test-wcrtomb-w32$(EXEEXT): $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_DEPENDENCIES) $(EXTRA_test_wcrtomb_w32_DEPENDENCIES)
|
|
@rm -f test-wcrtomb-w32$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_LDADD) $(LIBS)
|
|
|
|
test-wctype-h$(EXEEXT): $(test_wctype_h_OBJECTS) $(test_wctype_h_DEPENDENCIES) $(EXTRA_test_wctype_h_DEPENDENCIES)
|
|
@rm -f test-wctype-h$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_wctype_h_OBJECTS) $(test_wctype_h_LDADD) $(LIBS)
|
|
|
|
test-wcwidth$(EXEEXT): $(test_wcwidth_OBJECTS) $(test_wcwidth_DEPENDENCIES) $(EXTRA_test_wcwidth_DEPENDENCIES)
|
|
@rm -f test-wcwidth$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_wcwidth_OBJECTS) $(test_wcwidth_LDADD) $(LIBS)
|
|
|
|
test-xalloc-die$(EXEEXT): $(test_xalloc_die_OBJECTS) $(test_xalloc_die_DEPENDENCIES) $(EXTRA_test_xalloc_die_DEPENDENCIES)
|
|
@rm -f test-xalloc-die$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_xalloc_die_OBJECTS) $(test_xalloc_die_LDADD) $(LIBS)
|
|
|
|
test-xstrtol$(EXEEXT): $(test_xstrtol_OBJECTS) $(test_xstrtol_DEPENDENCIES) $(EXTRA_test_xstrtol_DEPENDENCIES)
|
|
@rm -f test-xstrtol$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_xstrtol_OBJECTS) $(test_xstrtol_LDADD) $(LIBS)
|
|
|
|
test-xstrtoul$(EXEEXT): $(test_xstrtoul_OBJECTS) $(test_xstrtoul_DEPENDENCIES) $(EXTRA_test_xstrtoul_DEPENDENCIES)
|
|
@rm -f test-xstrtoul$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_xstrtoul_OBJECTS) $(test_xstrtoul_LDADD) $(LIBS)
|
|
|
|
test-xstrtoumax$(EXEEXT): $(test_xstrtoumax_OBJECTS) $(test_xstrtoumax_DEPENDENCIES) $(EXTRA_test_xstrtoumax_DEPENDENCIES)
|
|
@rm -f test-xstrtoumax$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_xstrtoumax_OBJECTS) $(test_xstrtoumax_LDADD) $(LIBS)
|
|
|
|
test-xvasprintf$(EXEEXT): $(test_xvasprintf_OBJECTS) $(test_xvasprintf_DEPENDENCIES) $(EXTRA_test_xvasprintf_DEPENDENCIES)
|
|
@rm -f test-xvasprintf$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_xvasprintf_OBJECTS) $(test_xvasprintf_LDADD) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
-rm -f unistr/*.$(OBJEXT)
|
|
-rm -f uniwidth/*.$(OBJEXT)
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bind.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtotimespec.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdopen.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftruncate.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcwd-lgpl.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpagesize.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash-pjw.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioctl.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nanosleep.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perror.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/putenv.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setlocale.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setsockopt.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sleep.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockets.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_r.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlink.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sys_socket.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-accept.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-alloca-opt.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-areadlink.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-argmatch.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-arpa_inet.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-binary-io.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-bind.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-bitrotate.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-btowc.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-ctype.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-stack.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-strcasecmp.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-strncasecmp.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-close.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-connect.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ctype.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dirname.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dup2.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-environ.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-errno.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-exclude.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fcntl-h.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fcntl.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fdopen.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fgetc.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-filenamecat.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-float.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fnmatch.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fputc.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fread.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-freopen-safer.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-freopen.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fstat.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ftruncate.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fwrite.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getcwd-lgpl.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getdtablesize.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getopt-gnu.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getopt-posix.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getprogname.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gettimeofday.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-hash.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iconv-h.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iconv.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ignore-value.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inet_pton.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-intprops.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inttostr.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inttypes.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ioctl.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-isblank.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iswblank.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-langinfo.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-limits-h.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-listen.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-locale.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-localeconv.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lstat.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-malloca.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtowc-w32.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtowc.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbscasecmp.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsinit.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsrtowcs.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsstr1.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsstr2.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsstr3.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-memchr.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nanosleep.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-netinet_in.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-nl_langinfo.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-open.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pathmax.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-perror.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-perror2.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pipe.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-quotearg-simple.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-raise.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rawmemchr.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-readlink.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-regex.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select-fd.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select-stdin.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setenv.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setlocale1.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setlocale2.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setsockopt.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sh-quote.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sigaction.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-signal-h.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sigprocmask.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sleep.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-snprintf.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sockets.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stat-time.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stat.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdalign.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdbool.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stddef.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdint.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdio.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdlib.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strerror.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strerror_r.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strftime.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-striconv.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-string.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strings.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strnlen.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strtoull.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strtoumax.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-symlink.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_ioctl.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_select.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_socket.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_stat.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_time.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_types.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_uio.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_wait.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-time.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-timespec.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unistd.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unsetenv.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-vasnprintf.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-vasprintf.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-verify-try.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-verify.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-version-etc.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wchar.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wcrtomb-w32.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wcrtomb.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wctype-h.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wcwidth.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xalloc-die.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xstrtol.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xstrtoul.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xstrtoumax.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xvasprintf.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec-add.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec-sub.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctob.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctomb.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u8-mbtoucr.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u8-uctomb.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@uniwidth/$(DEPDIR)/test-uc_width.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@uniwidth/$(DEPDIR)/test-uc_width2.Po@am__quote@ # am--include-marker
|
|
|
|
$(am__depfiles_remade):
|
|
@$(MKDIR_P) $(@D)
|
|
@: >>$@
|
|
|
|
am--depfiles: $(am__depfiles_remade)
|
|
|
|
.c.o:
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
|
|
|
.c.obj:
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
# This directory's subdirectories are mostly independent; you can cd
|
|
# into them and run 'make' without going through this Makefile.
|
|
# To change the values of 'make' variables: instead of editing Makefiles,
|
|
# (1) if the variable is set in 'config.status', edit 'config.status'
|
|
# (which will cause the Makefiles to be regenerated when you run 'make');
|
|
# (2) otherwise, pass the desired values on the 'make' command line.
|
|
$(am__recursive_targets):
|
|
@fail=; \
|
|
if $(am__make_keepgoing); then \
|
|
failcom='fail=yes'; \
|
|
else \
|
|
failcom='exit 1'; \
|
|
fi; \
|
|
dot_seen=no; \
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
case "$@" in \
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
*) list='$(SUBDIRS)' ;; \
|
|
esac; \
|
|
for subdir in $$list; do \
|
|
echo "Making $$target in $$subdir"; \
|
|
if test "$$subdir" = "."; then \
|
|
dot_seen=yes; \
|
|
local_target="$$target-am"; \
|
|
else \
|
|
local_target="$$target"; \
|
|
fi; \
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|| eval $$failcom; \
|
|
done; \
|
|
if test "$$dot_seen" = "no"; then \
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
fi; test -z "$$fail"
|
|
|
|
ID: $(am__tagged_files)
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
tags: tags-recursive
|
|
TAGS: tags
|
|
|
|
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
set x; \
|
|
here=`pwd`; \
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|
include_option=--etags-include; \
|
|
empty_fix=.; \
|
|
else \
|
|
include_option=--include; \
|
|
empty_fix=; \
|
|
fi; \
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
if test "$$subdir" = .; then :; else \
|
|
test ! -f $$subdir/TAGS || \
|
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
|
fi; \
|
|
done; \
|
|
$(am__define_uniq_tagged_files); \
|
|
shift; \
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
if test $$# -gt 0; then \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
"$$@" $$unique; \
|
|
else \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$unique; \
|
|
fi; \
|
|
fi
|
|
ctags: ctags-recursive
|
|
|
|
CTAGS: ctags
|
|
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
$(am__define_uniq_tagged_files); \
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& $(am__cd) $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
cscopelist: cscopelist-recursive
|
|
|
|
cscopelist-am: $(am__tagged_files)
|
|
list='$(am__tagged_files)'; \
|
|
case "$(srcdir)" in \
|
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
*) sdir=$(subdir)/$(srcdir) ;; \
|
|
esac; \
|
|
for i in $$list; do \
|
|
if test -f "$$i"; then \
|
|
echo "$(subdir)/$$i"; \
|
|
else \
|
|
echo "$$sdir/$$i"; \
|
|
fi; \
|
|
done >> $(top_builddir)/cscope.files
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
# Recover from deleted '.trs' file; this should ensure that
|
|
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
|
|
# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
|
|
# to avoid problems with "make -n".
|
|
.log.trs:
|
|
rm -f $< $@
|
|
$(MAKE) $(AM_MAKEFLAGS) $<
|
|
|
|
# Leading 'am--fnord' is there to ensure the list of targets does not
|
|
# expand to empty, as could happen e.g. with make check TESTS=''.
|
|
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
|
am--force-recheck:
|
|
@:
|
|
$(TEST_SUITE_LOG): $(TEST_LOGS)
|
|
@$(am__set_TESTS_bases); \
|
|
am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
|
redo_bases=`for i in $$bases; do \
|
|
am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
|
|
done`; \
|
|
if test -n "$$redo_bases"; then \
|
|
redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
|
|
redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
|
|
if $(am__make_dryrun); then :; else \
|
|
rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
|
|
fi; \
|
|
fi; \
|
|
if test -n "$$am__remaking_logs"; then \
|
|
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
|
"recursion detected" >&2; \
|
|
elif test -n "$$redo_logs"; then \
|
|
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
|
fi; \
|
|
if $(am__make_dryrun); then :; else \
|
|
st=0; \
|
|
errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
|
|
for i in $$redo_bases; do \
|
|
test -f $$i.trs && test -r $$i.trs \
|
|
|| { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
|
test -f $$i.log && test -r $$i.log \
|
|
|| { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
|
done; \
|
|
test $$st -eq 0 || exit 1; \
|
|
fi
|
|
@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
|
|
ws='[ ]'; \
|
|
results=`for b in $$bases; do echo $$b.trs; done`; \
|
|
test -n "$$results" || results=/dev/null; \
|
|
all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
|
|
pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
|
|
fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
|
|
skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
|
|
xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
|
|
xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
|
error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
|
if test `expr $$fail + $$xpass + $$error` -eq 0; then \
|
|
success=true; \
|
|
else \
|
|
success=false; \
|
|
fi; \
|
|
br='==================='; br=$$br$$br$$br$$br; \
|
|
result_count () \
|
|
{ \
|
|
if test x"$$1" = x"--maybe-color"; then \
|
|
maybe_colorize=yes; \
|
|
elif test x"$$1" = x"--no-color"; then \
|
|
maybe_colorize=no; \
|
|
else \
|
|
echo "$@: invalid 'result_count' usage" >&2; exit 4; \
|
|
fi; \
|
|
shift; \
|
|
desc=$$1 count=$$2; \
|
|
if test $$maybe_colorize = yes && test $$count -gt 0; then \
|
|
color_start=$$3 color_end=$$std; \
|
|
else \
|
|
color_start= color_end=; \
|
|
fi; \
|
|
echo "$${color_start}# $$desc $$count$${color_end}"; \
|
|
}; \
|
|
create_testsuite_report () \
|
|
{ \
|
|
result_count $$1 "TOTAL:" $$all "$$brg"; \
|
|
result_count $$1 "PASS: " $$pass "$$grn"; \
|
|
result_count $$1 "SKIP: " $$skip "$$blu"; \
|
|
result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
|
|
result_count $$1 "FAIL: " $$fail "$$red"; \
|
|
result_count $$1 "XPASS:" $$xpass "$$red"; \
|
|
result_count $$1 "ERROR:" $$error "$$mgn"; \
|
|
}; \
|
|
output_system_information () \
|
|
{ \
|
|
echo; \
|
|
{ uname -a | $(AWK) '{ \
|
|
printf "System information (uname -a):"; \
|
|
for (i = 1; i < NF; ++i) \
|
|
{ \
|
|
if (i != 2) \
|
|
printf " %s", $$i; \
|
|
} \
|
|
printf "\n"; \
|
|
}'; } 2>&1; \
|
|
if test -r /etc/os-release; then \
|
|
echo "Distribution information (/etc/os-release):"; \
|
|
sed 8q /etc/os-release; \
|
|
elif test -r /etc/issue; then \
|
|
echo "Distribution information (/etc/issue):"; \
|
|
cat /etc/issue; \
|
|
fi; \
|
|
}; \
|
|
please_report () \
|
|
{ \
|
|
echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \
|
|
echo "together with the test-suite.log file (gzipped) and your system"; \
|
|
echo "information. Thanks."; \
|
|
}; \
|
|
{ \
|
|
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
|
$(am__rst_title); \
|
|
create_testsuite_report --no-color; \
|
|
output_system_information; \
|
|
echo; \
|
|
echo ".. contents:: :depth: 2"; \
|
|
echo; \
|
|
for b in $$bases; do echo $$b; done \
|
|
| $(am__create_global_log); \
|
|
} >$(TEST_SUITE_LOG).tmp || exit 1; \
|
|
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
|
if $$success; then \
|
|
col="$$grn"; \
|
|
else \
|
|
col="$$red"; \
|
|
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
|
|
fi; \
|
|
echo "$${col}$$br$${std}"; \
|
|
echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
|
|
echo "$${col}$$br$${std}"; \
|
|
create_testsuite_report --maybe-color; \
|
|
echo "$$col$$br$$std"; \
|
|
if $$success; then :; else \
|
|
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\
|
|
if test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \
|
|
fi; \
|
|
echo "$$col$$br$$std"; \
|
|
fi; \
|
|
$$success || exit 1
|
|
|
|
check-TESTS: $(check_PROGRAMS) $(check_LIBRARIES)
|
|
@$(am__rm_f) $(RECHECK_LOGS)
|
|
@$(am__rm_f) $(RECHECK_LOGS:.log=.trs)
|
|
@$(am__rm_f) $(TEST_SUITE_LOG)
|
|
@set +e; $(am__set_TESTS_bases); \
|
|
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
|
log_list=`echo $$log_list`; \
|
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
|
|
exit $$?;
|
|
recheck: all $(check_PROGRAMS) $(check_LIBRARIES)
|
|
@$(am__rm_f) $(TEST_SUITE_LOG)
|
|
@set +e; $(am__set_TESTS_bases); \
|
|
bases=`for i in $$bases; do echo $$i; done \
|
|
| $(am__list_recheck_tests)` || exit 1; \
|
|
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
|
log_list=`echo $$log_list`; \
|
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
|
|
am__force_recheck=am--force-recheck \
|
|
TEST_LOGS="$$log_list"; \
|
|
exit $$?
|
|
test-accept.log: test-accept$(EXEEXT)
|
|
@p='test-accept$(EXEEXT)'; \
|
|
b='test-accept'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-alloca-opt.log: test-alloca-opt$(EXEEXT)
|
|
@p='test-alloca-opt$(EXEEXT)'; \
|
|
b='test-alloca-opt'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-areadlink.log: test-areadlink$(EXEEXT)
|
|
@p='test-areadlink$(EXEEXT)'; \
|
|
b='test-areadlink'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-argmatch.log: test-argmatch$(EXEEXT)
|
|
@p='test-argmatch$(EXEEXT)'; \
|
|
b='test-argmatch'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-arpa_inet.log: test-arpa_inet$(EXEEXT)
|
|
@p='test-arpa_inet$(EXEEXT)'; \
|
|
b='test-arpa_inet'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-binary-io.sh.log: test-binary-io.sh
|
|
@p='test-binary-io.sh'; \
|
|
b='test-binary-io.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-bind.log: test-bind$(EXEEXT)
|
|
@p='test-bind$(EXEEXT)'; \
|
|
b='test-bind'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-bitrotate.log: test-bitrotate$(EXEEXT)
|
|
@p='test-bitrotate$(EXEEXT)'; \
|
|
b='test-bitrotate'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-btowc1.sh.log: test-btowc1.sh
|
|
@p='test-btowc1.sh'; \
|
|
b='test-btowc1.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-btowc2.sh.log: test-btowc2.sh
|
|
@p='test-btowc2.sh'; \
|
|
b='test-btowc2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-c-ctype.log: test-c-ctype$(EXEEXT)
|
|
@p='test-c-ctype$(EXEEXT)'; \
|
|
b='test-c-ctype'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-c-stack.sh.log: test-c-stack.sh
|
|
@p='test-c-stack.sh'; \
|
|
b='test-c-stack.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-c-stack2.sh.log: test-c-stack2.sh
|
|
@p='test-c-stack2.sh'; \
|
|
b='test-c-stack2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-c-strcase.sh.log: test-c-strcase.sh
|
|
@p='test-c-strcase.sh'; \
|
|
b='test-c-strcase.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-close.log: test-close$(EXEEXT)
|
|
@p='test-close$(EXEEXT)'; \
|
|
b='test-close'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-connect.log: test-connect$(EXEEXT)
|
|
@p='test-connect$(EXEEXT)'; \
|
|
b='test-connect'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-ctype.log: test-ctype$(EXEEXT)
|
|
@p='test-ctype$(EXEEXT)'; \
|
|
b='test-ctype'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-dirname.log: test-dirname$(EXEEXT)
|
|
@p='test-dirname$(EXEEXT)'; \
|
|
b='test-dirname'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-dup2.log: test-dup2$(EXEEXT)
|
|
@p='test-dup2$(EXEEXT)'; \
|
|
b='test-dup2'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-environ.log: test-environ$(EXEEXT)
|
|
@p='test-environ$(EXEEXT)'; \
|
|
b='test-environ'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-errno.log: test-errno$(EXEEXT)
|
|
@p='test-errno$(EXEEXT)'; \
|
|
b='test-errno'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-exclude1.sh.log: test-exclude1.sh
|
|
@p='test-exclude1.sh'; \
|
|
b='test-exclude1.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-exclude2.sh.log: test-exclude2.sh
|
|
@p='test-exclude2.sh'; \
|
|
b='test-exclude2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-exclude3.sh.log: test-exclude3.sh
|
|
@p='test-exclude3.sh'; \
|
|
b='test-exclude3.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-exclude4.sh.log: test-exclude4.sh
|
|
@p='test-exclude4.sh'; \
|
|
b='test-exclude4.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-exclude5.sh.log: test-exclude5.sh
|
|
@p='test-exclude5.sh'; \
|
|
b='test-exclude5.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-exclude6.sh.log: test-exclude6.sh
|
|
@p='test-exclude6.sh'; \
|
|
b='test-exclude6.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-exclude7.sh.log: test-exclude7.sh
|
|
@p='test-exclude7.sh'; \
|
|
b='test-exclude7.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-exclude8.sh.log: test-exclude8.sh
|
|
@p='test-exclude8.sh'; \
|
|
b='test-exclude8.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fcntl-h.log: test-fcntl-h$(EXEEXT)
|
|
@p='test-fcntl-h$(EXEEXT)'; \
|
|
b='test-fcntl-h'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fcntl.log: test-fcntl$(EXEEXT)
|
|
@p='test-fcntl$(EXEEXT)'; \
|
|
b='test-fcntl'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fdopen.log: test-fdopen$(EXEEXT)
|
|
@p='test-fdopen$(EXEEXT)'; \
|
|
b='test-fdopen'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fgetc.log: test-fgetc$(EXEEXT)
|
|
@p='test-fgetc$(EXEEXT)'; \
|
|
b='test-fgetc'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-filenamecat.log: test-filenamecat$(EXEEXT)
|
|
@p='test-filenamecat$(EXEEXT)'; \
|
|
b='test-filenamecat'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-float.log: test-float$(EXEEXT)
|
|
@p='test-float$(EXEEXT)'; \
|
|
b='test-float'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fnmatch.log: test-fnmatch$(EXEEXT)
|
|
@p='test-fnmatch$(EXEEXT)'; \
|
|
b='test-fnmatch'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fputc.log: test-fputc$(EXEEXT)
|
|
@p='test-fputc$(EXEEXT)'; \
|
|
b='test-fputc'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fread.log: test-fread$(EXEEXT)
|
|
@p='test-fread$(EXEEXT)'; \
|
|
b='test-fread'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-freopen-safer.log: test-freopen-safer$(EXEEXT)
|
|
@p='test-freopen-safer$(EXEEXT)'; \
|
|
b='test-freopen-safer'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-freopen.log: test-freopen$(EXEEXT)
|
|
@p='test-freopen$(EXEEXT)'; \
|
|
b='test-freopen'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fstat.log: test-fstat$(EXEEXT)
|
|
@p='test-fstat$(EXEEXT)'; \
|
|
b='test-fstat'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-ftruncate.sh.log: test-ftruncate.sh
|
|
@p='test-ftruncate.sh'; \
|
|
b='test-ftruncate.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-fwrite.log: test-fwrite$(EXEEXT)
|
|
@p='test-fwrite$(EXEEXT)'; \
|
|
b='test-fwrite'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-getcwd-lgpl.log: test-getcwd-lgpl$(EXEEXT)
|
|
@p='test-getcwd-lgpl$(EXEEXT)'; \
|
|
b='test-getcwd-lgpl'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-getdtablesize.log: test-getdtablesize$(EXEEXT)
|
|
@p='test-getdtablesize$(EXEEXT)'; \
|
|
b='test-getdtablesize'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-getopt-gnu.log: test-getopt-gnu$(EXEEXT)
|
|
@p='test-getopt-gnu$(EXEEXT)'; \
|
|
b='test-getopt-gnu'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-getopt-posix.log: test-getopt-posix$(EXEEXT)
|
|
@p='test-getopt-posix$(EXEEXT)'; \
|
|
b='test-getopt-posix'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-getprogname.log: test-getprogname$(EXEEXT)
|
|
@p='test-getprogname$(EXEEXT)'; \
|
|
b='test-getprogname'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-gettimeofday.log: test-gettimeofday$(EXEEXT)
|
|
@p='test-gettimeofday$(EXEEXT)'; \
|
|
b='test-gettimeofday'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-hash.log: test-hash$(EXEEXT)
|
|
@p='test-hash$(EXEEXT)'; \
|
|
b='test-hash'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-iconv-h.log: test-iconv-h$(EXEEXT)
|
|
@p='test-iconv-h$(EXEEXT)'; \
|
|
b='test-iconv-h'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-iconv.log: test-iconv$(EXEEXT)
|
|
@p='test-iconv$(EXEEXT)'; \
|
|
b='test-iconv'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-ignore-value.log: test-ignore-value$(EXEEXT)
|
|
@p='test-ignore-value$(EXEEXT)'; \
|
|
b='test-ignore-value'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-inet_pton.log: test-inet_pton$(EXEEXT)
|
|
@p='test-inet_pton$(EXEEXT)'; \
|
|
b='test-inet_pton'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-intprops.log: test-intprops$(EXEEXT)
|
|
@p='test-intprops$(EXEEXT)'; \
|
|
b='test-intprops'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-inttostr.log: test-inttostr$(EXEEXT)
|
|
@p='test-inttostr$(EXEEXT)'; \
|
|
b='test-inttostr'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-inttypes.log: test-inttypes$(EXEEXT)
|
|
@p='test-inttypes$(EXEEXT)'; \
|
|
b='test-inttypes'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-ioctl.log: test-ioctl$(EXEEXT)
|
|
@p='test-ioctl$(EXEEXT)'; \
|
|
b='test-ioctl'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-isblank.log: test-isblank$(EXEEXT)
|
|
@p='test-isblank$(EXEEXT)'; \
|
|
b='test-isblank'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-iswblank.log: test-iswblank$(EXEEXT)
|
|
@p='test-iswblank$(EXEEXT)'; \
|
|
b='test-iswblank'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-langinfo.log: test-langinfo$(EXEEXT)
|
|
@p='test-langinfo$(EXEEXT)'; \
|
|
b='test-langinfo'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-limits-h.log: test-limits-h$(EXEEXT)
|
|
@p='test-limits-h$(EXEEXT)'; \
|
|
b='test-limits-h'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-listen.log: test-listen$(EXEEXT)
|
|
@p='test-listen$(EXEEXT)'; \
|
|
b='test-listen'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-locale.log: test-locale$(EXEEXT)
|
|
@p='test-locale$(EXEEXT)'; \
|
|
b='test-locale'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-localeconv.log: test-localeconv$(EXEEXT)
|
|
@p='test-localeconv$(EXEEXT)'; \
|
|
b='test-localeconv'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-lstat.log: test-lstat$(EXEEXT)
|
|
@p='test-lstat$(EXEEXT)'; \
|
|
b='test-lstat'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-malloca.log: test-malloca$(EXEEXT)
|
|
@p='test-malloca$(EXEEXT)'; \
|
|
b='test-malloca'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc1.sh.log: test-mbrtowc1.sh
|
|
@p='test-mbrtowc1.sh'; \
|
|
b='test-mbrtowc1.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc2.sh.log: test-mbrtowc2.sh
|
|
@p='test-mbrtowc2.sh'; \
|
|
b='test-mbrtowc2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc3.sh.log: test-mbrtowc3.sh
|
|
@p='test-mbrtowc3.sh'; \
|
|
b='test-mbrtowc3.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc4.sh.log: test-mbrtowc4.sh
|
|
@p='test-mbrtowc4.sh'; \
|
|
b='test-mbrtowc4.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc5.sh.log: test-mbrtowc5.sh
|
|
@p='test-mbrtowc5.sh'; \
|
|
b='test-mbrtowc5.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc-w32-1.sh.log: test-mbrtowc-w32-1.sh
|
|
@p='test-mbrtowc-w32-1.sh'; \
|
|
b='test-mbrtowc-w32-1.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc-w32-2.sh.log: test-mbrtowc-w32-2.sh
|
|
@p='test-mbrtowc-w32-2.sh'; \
|
|
b='test-mbrtowc-w32-2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc-w32-3.sh.log: test-mbrtowc-w32-3.sh
|
|
@p='test-mbrtowc-w32-3.sh'; \
|
|
b='test-mbrtowc-w32-3.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc-w32-4.sh.log: test-mbrtowc-w32-4.sh
|
|
@p='test-mbrtowc-w32-4.sh'; \
|
|
b='test-mbrtowc-w32-4.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbrtowc-w32-5.sh.log: test-mbrtowc-w32-5.sh
|
|
@p='test-mbrtowc-w32-5.sh'; \
|
|
b='test-mbrtowc-w32-5.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbscasecmp.sh.log: test-mbscasecmp.sh
|
|
@p='test-mbscasecmp.sh'; \
|
|
b='test-mbscasecmp.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbsinit.sh.log: test-mbsinit.sh
|
|
@p='test-mbsinit.sh'; \
|
|
b='test-mbsinit.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbsrtowcs1.sh.log: test-mbsrtowcs1.sh
|
|
@p='test-mbsrtowcs1.sh'; \
|
|
b='test-mbsrtowcs1.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbsrtowcs2.sh.log: test-mbsrtowcs2.sh
|
|
@p='test-mbsrtowcs2.sh'; \
|
|
b='test-mbsrtowcs2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbsrtowcs3.sh.log: test-mbsrtowcs3.sh
|
|
@p='test-mbsrtowcs3.sh'; \
|
|
b='test-mbsrtowcs3.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbsrtowcs4.sh.log: test-mbsrtowcs4.sh
|
|
@p='test-mbsrtowcs4.sh'; \
|
|
b='test-mbsrtowcs4.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbsstr1.log: test-mbsstr1$(EXEEXT)
|
|
@p='test-mbsstr1$(EXEEXT)'; \
|
|
b='test-mbsstr1'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbsstr2.sh.log: test-mbsstr2.sh
|
|
@p='test-mbsstr2.sh'; \
|
|
b='test-mbsstr2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-mbsstr3.sh.log: test-mbsstr3.sh
|
|
@p='test-mbsstr3.sh'; \
|
|
b='test-mbsstr3.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-memchr.log: test-memchr$(EXEEXT)
|
|
@p='test-memchr$(EXEEXT)'; \
|
|
b='test-memchr'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-nanosleep.log: test-nanosleep$(EXEEXT)
|
|
@p='test-nanosleep$(EXEEXT)'; \
|
|
b='test-nanosleep'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-netinet_in.log: test-netinet_in$(EXEEXT)
|
|
@p='test-netinet_in$(EXEEXT)'; \
|
|
b='test-netinet_in'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-nl_langinfo.sh.log: test-nl_langinfo.sh
|
|
@p='test-nl_langinfo.sh'; \
|
|
b='test-nl_langinfo.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-open.log: test-open$(EXEEXT)
|
|
@p='test-open$(EXEEXT)'; \
|
|
b='test-open'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-pathmax.log: test-pathmax$(EXEEXT)
|
|
@p='test-pathmax$(EXEEXT)'; \
|
|
b='test-pathmax'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-perror.sh.log: test-perror.sh
|
|
@p='test-perror.sh'; \
|
|
b='test-perror.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-perror2.log: test-perror2$(EXEEXT)
|
|
@p='test-perror2$(EXEEXT)'; \
|
|
b='test-perror2'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-pipe.log: test-pipe$(EXEEXT)
|
|
@p='test-pipe$(EXEEXT)'; \
|
|
b='test-pipe'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-quotearg-simple.log: test-quotearg-simple$(EXEEXT)
|
|
@p='test-quotearg-simple$(EXEEXT)'; \
|
|
b='test-quotearg-simple'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-raise.log: test-raise$(EXEEXT)
|
|
@p='test-raise$(EXEEXT)'; \
|
|
b='test-raise'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-rawmemchr.log: test-rawmemchr$(EXEEXT)
|
|
@p='test-rawmemchr$(EXEEXT)'; \
|
|
b='test-rawmemchr'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-readlink.log: test-readlink$(EXEEXT)
|
|
@p='test-readlink$(EXEEXT)'; \
|
|
b='test-readlink'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-regex.log: test-regex$(EXEEXT)
|
|
@p='test-regex$(EXEEXT)'; \
|
|
b='test-regex'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-select.log: test-select$(EXEEXT)
|
|
@p='test-select$(EXEEXT)'; \
|
|
b='test-select'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-select-in.sh.log: test-select-in.sh
|
|
@p='test-select-in.sh'; \
|
|
b='test-select-in.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-select-out.sh.log: test-select-out.sh
|
|
@p='test-select-out.sh'; \
|
|
b='test-select-out.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-setenv.log: test-setenv$(EXEEXT)
|
|
@p='test-setenv$(EXEEXT)'; \
|
|
b='test-setenv'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-setlocale1.sh.log: test-setlocale1.sh
|
|
@p='test-setlocale1.sh'; \
|
|
b='test-setlocale1.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-setlocale2.sh.log: test-setlocale2.sh
|
|
@p='test-setlocale2.sh'; \
|
|
b='test-setlocale2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-setsockopt.log: test-setsockopt$(EXEEXT)
|
|
@p='test-setsockopt$(EXEEXT)'; \
|
|
b='test-setsockopt'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sh-quote.log: test-sh-quote$(EXEEXT)
|
|
@p='test-sh-quote$(EXEEXT)'; \
|
|
b='test-sh-quote'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sigaction.log: test-sigaction$(EXEEXT)
|
|
@p='test-sigaction$(EXEEXT)'; \
|
|
b='test-sigaction'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-signal-h.log: test-signal-h$(EXEEXT)
|
|
@p='test-signal-h$(EXEEXT)'; \
|
|
b='test-signal-h'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sigprocmask.log: test-sigprocmask$(EXEEXT)
|
|
@p='test-sigprocmask$(EXEEXT)'; \
|
|
b='test-sigprocmask'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sleep.log: test-sleep$(EXEEXT)
|
|
@p='test-sleep$(EXEEXT)'; \
|
|
b='test-sleep'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-snprintf.log: test-snprintf$(EXEEXT)
|
|
@p='test-snprintf$(EXEEXT)'; \
|
|
b='test-snprintf'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sockets.log: test-sockets$(EXEEXT)
|
|
@p='test-sockets$(EXEEXT)'; \
|
|
b='test-sockets'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-stat.log: test-stat$(EXEEXT)
|
|
@p='test-stat$(EXEEXT)'; \
|
|
b='test-stat'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-stat-time.log: test-stat-time$(EXEEXT)
|
|
@p='test-stat-time$(EXEEXT)'; \
|
|
b='test-stat-time'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-stdalign.log: test-stdalign$(EXEEXT)
|
|
@p='test-stdalign$(EXEEXT)'; \
|
|
b='test-stdalign'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-stdbool.log: test-stdbool$(EXEEXT)
|
|
@p='test-stdbool$(EXEEXT)'; \
|
|
b='test-stdbool'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-stddef.log: test-stddef$(EXEEXT)
|
|
@p='test-stddef$(EXEEXT)'; \
|
|
b='test-stddef'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-stdint.log: test-stdint$(EXEEXT)
|
|
@p='test-stdint$(EXEEXT)'; \
|
|
b='test-stdint'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-stdio.log: test-stdio$(EXEEXT)
|
|
@p='test-stdio$(EXEEXT)'; \
|
|
b='test-stdio'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-stdlib.log: test-stdlib$(EXEEXT)
|
|
@p='test-stdlib$(EXEEXT)'; \
|
|
b='test-stdlib'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-strerror.log: test-strerror$(EXEEXT)
|
|
@p='test-strerror$(EXEEXT)'; \
|
|
b='test-strerror'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-strerror_r.log: test-strerror_r$(EXEEXT)
|
|
@p='test-strerror_r$(EXEEXT)'; \
|
|
b='test-strerror_r'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-strftime.log: test-strftime$(EXEEXT)
|
|
@p='test-strftime$(EXEEXT)'; \
|
|
b='test-strftime'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-striconv.log: test-striconv$(EXEEXT)
|
|
@p='test-striconv$(EXEEXT)'; \
|
|
b='test-striconv'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-string.log: test-string$(EXEEXT)
|
|
@p='test-string$(EXEEXT)'; \
|
|
b='test-string'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-strings.log: test-strings$(EXEEXT)
|
|
@p='test-strings$(EXEEXT)'; \
|
|
b='test-strings'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-strnlen.log: test-strnlen$(EXEEXT)
|
|
@p='test-strnlen$(EXEEXT)'; \
|
|
b='test-strnlen'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-strtoull.log: test-strtoull$(EXEEXT)
|
|
@p='test-strtoull$(EXEEXT)'; \
|
|
b='test-strtoull'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-strtoumax.log: test-strtoumax$(EXEEXT)
|
|
@p='test-strtoumax$(EXEEXT)'; \
|
|
b='test-strtoumax'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-symlink.log: test-symlink$(EXEEXT)
|
|
@p='test-symlink$(EXEEXT)'; \
|
|
b='test-symlink'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sys_ioctl.log: test-sys_ioctl$(EXEEXT)
|
|
@p='test-sys_ioctl$(EXEEXT)'; \
|
|
b='test-sys_ioctl'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sys_select.log: test-sys_select$(EXEEXT)
|
|
@p='test-sys_select$(EXEEXT)'; \
|
|
b='test-sys_select'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sys_socket.log: test-sys_socket$(EXEEXT)
|
|
@p='test-sys_socket$(EXEEXT)'; \
|
|
b='test-sys_socket'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sys_stat.log: test-sys_stat$(EXEEXT)
|
|
@p='test-sys_stat$(EXEEXT)'; \
|
|
b='test-sys_stat'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sys_time.log: test-sys_time$(EXEEXT)
|
|
@p='test-sys_time$(EXEEXT)'; \
|
|
b='test-sys_time'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sys_types.log: test-sys_types$(EXEEXT)
|
|
@p='test-sys_types$(EXEEXT)'; \
|
|
b='test-sys_types'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sys_uio.log: test-sys_uio$(EXEEXT)
|
|
@p='test-sys_uio$(EXEEXT)'; \
|
|
b='test-sys_uio'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-sys_wait.log: test-sys_wait$(EXEEXT)
|
|
@p='test-sys_wait$(EXEEXT)'; \
|
|
b='test-sys_wait'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-init.sh.log: test-init.sh
|
|
@p='test-init.sh'; \
|
|
b='test-init.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-time.log: test-time$(EXEEXT)
|
|
@p='test-time$(EXEEXT)'; \
|
|
b='test-time'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-timespec.log: test-timespec$(EXEEXT)
|
|
@p='test-timespec$(EXEEXT)'; \
|
|
b='test-timespec'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-unistd.log: test-unistd$(EXEEXT)
|
|
@p='test-unistd$(EXEEXT)'; \
|
|
b='test-unistd'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-u8-mbtoucr.log: test-u8-mbtoucr$(EXEEXT)
|
|
@p='test-u8-mbtoucr$(EXEEXT)'; \
|
|
b='test-u8-mbtoucr'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-u8-uctomb.log: test-u8-uctomb$(EXEEXT)
|
|
@p='test-u8-uctomb$(EXEEXT)'; \
|
|
b='test-u8-uctomb'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-uc_width.log: test-uc_width$(EXEEXT)
|
|
@p='test-uc_width$(EXEEXT)'; \
|
|
b='test-uc_width'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
uniwidth/test-uc_width2.sh.log: uniwidth/test-uc_width2.sh
|
|
@p='uniwidth/test-uc_width2.sh'; \
|
|
b='uniwidth/test-uc_width2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-unsetenv.log: test-unsetenv$(EXEEXT)
|
|
@p='test-unsetenv$(EXEEXT)'; \
|
|
b='test-unsetenv'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-update-copyright.sh.log: test-update-copyright.sh
|
|
@p='test-update-copyright.sh'; \
|
|
b='test-update-copyright.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-vasnprintf.log: test-vasnprintf$(EXEEXT)
|
|
@p='test-vasnprintf$(EXEEXT)'; \
|
|
b='test-vasnprintf'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-vasprintf.log: test-vasprintf$(EXEEXT)
|
|
@p='test-vasprintf$(EXEEXT)'; \
|
|
b='test-vasprintf'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-vc-list-files-git.sh.log: test-vc-list-files-git.sh
|
|
@p='test-vc-list-files-git.sh'; \
|
|
b='test-vc-list-files-git.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-vc-list-files-cvs.sh.log: test-vc-list-files-cvs.sh
|
|
@p='test-vc-list-files-cvs.sh'; \
|
|
b='test-vc-list-files-cvs.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-verify.log: test-verify$(EXEEXT)
|
|
@p='test-verify$(EXEEXT)'; \
|
|
b='test-verify'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-verify.sh.log: test-verify.sh
|
|
@p='test-verify.sh'; \
|
|
b='test-verify.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-version-etc.sh.log: test-version-etc.sh
|
|
@p='test-version-etc.sh'; \
|
|
b='test-version-etc.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wchar.log: test-wchar$(EXEEXT)
|
|
@p='test-wchar$(EXEEXT)'; \
|
|
b='test-wchar'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wcrtomb.sh.log: test-wcrtomb.sh
|
|
@p='test-wcrtomb.sh'; \
|
|
b='test-wcrtomb.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wcrtomb-w32-1.sh.log: test-wcrtomb-w32-1.sh
|
|
@p='test-wcrtomb-w32-1.sh'; \
|
|
b='test-wcrtomb-w32-1.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wcrtomb-w32-2.sh.log: test-wcrtomb-w32-2.sh
|
|
@p='test-wcrtomb-w32-2.sh'; \
|
|
b='test-wcrtomb-w32-2.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wcrtomb-w32-3.sh.log: test-wcrtomb-w32-3.sh
|
|
@p='test-wcrtomb-w32-3.sh'; \
|
|
b='test-wcrtomb-w32-3.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wcrtomb-w32-4.sh.log: test-wcrtomb-w32-4.sh
|
|
@p='test-wcrtomb-w32-4.sh'; \
|
|
b='test-wcrtomb-w32-4.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wcrtomb-w32-5.sh.log: test-wcrtomb-w32-5.sh
|
|
@p='test-wcrtomb-w32-5.sh'; \
|
|
b='test-wcrtomb-w32-5.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wctype-h.log: test-wctype-h$(EXEEXT)
|
|
@p='test-wctype-h$(EXEEXT)'; \
|
|
b='test-wctype-h'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-wcwidth.log: test-wcwidth$(EXEEXT)
|
|
@p='test-wcwidth$(EXEEXT)'; \
|
|
b='test-wcwidth'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-xalloc-die.sh.log: test-xalloc-die.sh
|
|
@p='test-xalloc-die.sh'; \
|
|
b='test-xalloc-die.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-xstrtol.sh.log: test-xstrtol.sh
|
|
@p='test-xstrtol.sh'; \
|
|
b='test-xstrtol.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-xstrtoumax.sh.log: test-xstrtoumax.sh
|
|
@p='test-xstrtoumax.sh'; \
|
|
b='test-xstrtoumax.sh'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-xvasprintf.log: test-xvasprintf$(EXEEXT)
|
|
@p='test-xvasprintf$(EXEEXT)'; \
|
|
b='test-xvasprintf'; \
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
.test.log:
|
|
@p='$<'; \
|
|
$(am__set_b); \
|
|
$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
|
|
@am__EXEEXT_TRUE@ @p='$<'; \
|
|
@am__EXEEXT_TRUE@ $(am__set_b); \
|
|
@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
|
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
|
|
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
|
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
|
|
distdir: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
|
|
|
distdir-am: $(DISTFILES)
|
|
@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 \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
if test -d $$d/$$file; then \
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test -d "$(distdir)/$$file"; then \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
else \
|
|
test -f "$(distdir)/$$file" \
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
if test "$$subdir" = .; then :; else \
|
|
$(am__make_dryrun) \
|
|
|| test -d "$(distdir)/$$subdir" \
|
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
|
|| exit 1; \
|
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
|
$(am__relativize); \
|
|
new_distdir=$$reldir; \
|
|
dir1=$$subdir; dir2="$(top_distdir)"; \
|
|
$(am__relativize); \
|
|
new_top_distdir=$$reldir; \
|
|
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
|
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
|
($(am__cd) $$subdir && \
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
top_distdir="$$new_top_distdir" \
|
|
distdir="$$new_distdir" \
|
|
am__remove_distdir=: \
|
|
am__skip_length_check=: \
|
|
am__skip_mode_fix=: \
|
|
distdir) \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
check-am: all-am
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_LIBRARIES)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
|
check: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-recursive
|
|
all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(HEADERS)
|
|
installdirs: installdirs-recursive
|
|
installdirs-am:
|
|
install: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-recursive
|
|
install-exec: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
|
|
install-data: install-data-recursive
|
|
uninstall: uninstall-recursive
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-recursive
|
|
install-strip:
|
|
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
|
|
mostlyclean-generic:
|
|
-$(am__rm_f) $(MOSTLYCLEANFILES)
|
|
-$(am__rm_f) $(TEST_LOGS)
|
|
-$(am__rm_f) $(TEST_LOGS:.log=.trs)
|
|
-$(am__rm_f) $(TEST_SUITE_LOG)
|
|
|
|
clean-generic:
|
|
-$(am__rm_f) $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-$(am__rm_f) $(CONFIG_CLEAN_FILES)
|
|
-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
|
|
-$(am__rm_f) $(DISTCLEANFILES)
|
|
-$(am__rm_f) unistr/$(DEPDIR)/$(am__dirstamp)
|
|
-$(am__rm_f) unistr/$(am__dirstamp)
|
|
-$(am__rm_f) uniwidth/$(DEPDIR)/$(am__dirstamp)
|
|
-$(am__rm_f) uniwidth/$(am__dirstamp)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
-$(am__rm_f) $(BUILT_SOURCES)
|
|
-$(am__rm_f) $(MAINTAINERCLEANFILES)
|
|
clean: clean-recursive
|
|
|
|
clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
|
|
clean-local clean-noinstLIBRARIES clean-noinstPROGRAMS \
|
|
mostlyclean-am
|
|
|
|
distclean: distclean-recursive
|
|
-rm -f ./$(DEPDIR)/accept.Po
|
|
-rm -f ./$(DEPDIR)/bind.Po
|
|
-rm -f ./$(DEPDIR)/connect.Po
|
|
-rm -f ./$(DEPDIR)/dtotimespec.Po
|
|
-rm -f ./$(DEPDIR)/fdopen.Po
|
|
-rm -f ./$(DEPDIR)/ftruncate.Po
|
|
-rm -f ./$(DEPDIR)/getcwd-lgpl.Po
|
|
-rm -f ./$(DEPDIR)/getpagesize.Po
|
|
-rm -f ./$(DEPDIR)/hash-pjw.Po
|
|
-rm -f ./$(DEPDIR)/inet_pton.Po
|
|
-rm -f ./$(DEPDIR)/ioctl.Po
|
|
-rm -f ./$(DEPDIR)/listen.Po
|
|
-rm -f ./$(DEPDIR)/nanosleep.Po
|
|
-rm -f ./$(DEPDIR)/perror.Po
|
|
-rm -f ./$(DEPDIR)/pipe.Po
|
|
-rm -f ./$(DEPDIR)/putenv.Po
|
|
-rm -f ./$(DEPDIR)/select.Po
|
|
-rm -f ./$(DEPDIR)/setlocale.Po
|
|
-rm -f ./$(DEPDIR)/setsockopt.Po
|
|
-rm -f ./$(DEPDIR)/sleep.Po
|
|
-rm -f ./$(DEPDIR)/snprintf.Po
|
|
-rm -f ./$(DEPDIR)/socket.Po
|
|
-rm -f ./$(DEPDIR)/sockets.Po
|
|
-rm -f ./$(DEPDIR)/strerror_r.Po
|
|
-rm -f ./$(DEPDIR)/symlink.Po
|
|
-rm -f ./$(DEPDIR)/sys_socket.Po
|
|
-rm -f ./$(DEPDIR)/test-accept.Po
|
|
-rm -f ./$(DEPDIR)/test-alloca-opt.Po
|
|
-rm -f ./$(DEPDIR)/test-areadlink.Po
|
|
-rm -f ./$(DEPDIR)/test-argmatch.Po
|
|
-rm -f ./$(DEPDIR)/test-arpa_inet.Po
|
|
-rm -f ./$(DEPDIR)/test-binary-io.Po
|
|
-rm -f ./$(DEPDIR)/test-bind.Po
|
|
-rm -f ./$(DEPDIR)/test-bitrotate.Po
|
|
-rm -f ./$(DEPDIR)/test-btowc.Po
|
|
-rm -f ./$(DEPDIR)/test-c-ctype.Po
|
|
-rm -f ./$(DEPDIR)/test-c-stack.Po
|
|
-rm -f ./$(DEPDIR)/test-c-strcasecmp.Po
|
|
-rm -f ./$(DEPDIR)/test-c-strncasecmp.Po
|
|
-rm -f ./$(DEPDIR)/test-close.Po
|
|
-rm -f ./$(DEPDIR)/test-connect.Po
|
|
-rm -f ./$(DEPDIR)/test-ctype.Po
|
|
-rm -f ./$(DEPDIR)/test-dirname.Po
|
|
-rm -f ./$(DEPDIR)/test-dup2.Po
|
|
-rm -f ./$(DEPDIR)/test-environ.Po
|
|
-rm -f ./$(DEPDIR)/test-errno.Po
|
|
-rm -f ./$(DEPDIR)/test-exclude.Po
|
|
-rm -f ./$(DEPDIR)/test-fcntl-h.Po
|
|
-rm -f ./$(DEPDIR)/test-fcntl.Po
|
|
-rm -f ./$(DEPDIR)/test-fdopen.Po
|
|
-rm -f ./$(DEPDIR)/test-fgetc.Po
|
|
-rm -f ./$(DEPDIR)/test-filenamecat.Po
|
|
-rm -f ./$(DEPDIR)/test-float.Po
|
|
-rm -f ./$(DEPDIR)/test-fnmatch.Po
|
|
-rm -f ./$(DEPDIR)/test-fputc.Po
|
|
-rm -f ./$(DEPDIR)/test-fread.Po
|
|
-rm -f ./$(DEPDIR)/test-freopen-safer.Po
|
|
-rm -f ./$(DEPDIR)/test-freopen.Po
|
|
-rm -f ./$(DEPDIR)/test-fstat.Po
|
|
-rm -f ./$(DEPDIR)/test-ftruncate.Po
|
|
-rm -f ./$(DEPDIR)/test-fwrite.Po
|
|
-rm -f ./$(DEPDIR)/test-getcwd-lgpl.Po
|
|
-rm -f ./$(DEPDIR)/test-getdtablesize.Po
|
|
-rm -f ./$(DEPDIR)/test-getopt-gnu.Po
|
|
-rm -f ./$(DEPDIR)/test-getopt-posix.Po
|
|
-rm -f ./$(DEPDIR)/test-getprogname.Po
|
|
-rm -f ./$(DEPDIR)/test-gettimeofday.Po
|
|
-rm -f ./$(DEPDIR)/test-hash.Po
|
|
-rm -f ./$(DEPDIR)/test-iconv-h.Po
|
|
-rm -f ./$(DEPDIR)/test-iconv.Po
|
|
-rm -f ./$(DEPDIR)/test-ignore-value.Po
|
|
-rm -f ./$(DEPDIR)/test-inet_pton.Po
|
|
-rm -f ./$(DEPDIR)/test-intprops.Po
|
|
-rm -f ./$(DEPDIR)/test-inttostr.Po
|
|
-rm -f ./$(DEPDIR)/test-inttypes.Po
|
|
-rm -f ./$(DEPDIR)/test-ioctl.Po
|
|
-rm -f ./$(DEPDIR)/test-isblank.Po
|
|
-rm -f ./$(DEPDIR)/test-iswblank.Po
|
|
-rm -f ./$(DEPDIR)/test-langinfo.Po
|
|
-rm -f ./$(DEPDIR)/test-limits-h.Po
|
|
-rm -f ./$(DEPDIR)/test-listen.Po
|
|
-rm -f ./$(DEPDIR)/test-locale.Po
|
|
-rm -f ./$(DEPDIR)/test-localeconv.Po
|
|
-rm -f ./$(DEPDIR)/test-lstat.Po
|
|
-rm -f ./$(DEPDIR)/test-malloca.Po
|
|
-rm -f ./$(DEPDIR)/test-mbrtowc-w32.Po
|
|
-rm -f ./$(DEPDIR)/test-mbrtowc.Po
|
|
-rm -f ./$(DEPDIR)/test-mbscasecmp.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsinit.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsrtowcs.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsstr1.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsstr2.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsstr3.Po
|
|
-rm -f ./$(DEPDIR)/test-memchr.Po
|
|
-rm -f ./$(DEPDIR)/test-nanosleep.Po
|
|
-rm -f ./$(DEPDIR)/test-netinet_in.Po
|
|
-rm -f ./$(DEPDIR)/test-nl_langinfo.Po
|
|
-rm -f ./$(DEPDIR)/test-open.Po
|
|
-rm -f ./$(DEPDIR)/test-pathmax.Po
|
|
-rm -f ./$(DEPDIR)/test-perror.Po
|
|
-rm -f ./$(DEPDIR)/test-perror2.Po
|
|
-rm -f ./$(DEPDIR)/test-pipe.Po
|
|
-rm -f ./$(DEPDIR)/test-quotearg-simple.Po
|
|
-rm -f ./$(DEPDIR)/test-raise.Po
|
|
-rm -f ./$(DEPDIR)/test-rawmemchr.Po
|
|
-rm -f ./$(DEPDIR)/test-readlink.Po
|
|
-rm -f ./$(DEPDIR)/test-regex.Po
|
|
-rm -f ./$(DEPDIR)/test-select-fd.Po
|
|
-rm -f ./$(DEPDIR)/test-select-stdin.Po
|
|
-rm -f ./$(DEPDIR)/test-select.Po
|
|
-rm -f ./$(DEPDIR)/test-setenv.Po
|
|
-rm -f ./$(DEPDIR)/test-setlocale1.Po
|
|
-rm -f ./$(DEPDIR)/test-setlocale2.Po
|
|
-rm -f ./$(DEPDIR)/test-setsockopt.Po
|
|
-rm -f ./$(DEPDIR)/test-sh-quote.Po
|
|
-rm -f ./$(DEPDIR)/test-sigaction.Po
|
|
-rm -f ./$(DEPDIR)/test-signal-h.Po
|
|
-rm -f ./$(DEPDIR)/test-sigprocmask.Po
|
|
-rm -f ./$(DEPDIR)/test-sleep.Po
|
|
-rm -f ./$(DEPDIR)/test-snprintf.Po
|
|
-rm -f ./$(DEPDIR)/test-sockets.Po
|
|
-rm -f ./$(DEPDIR)/test-stat-time.Po
|
|
-rm -f ./$(DEPDIR)/test-stat.Po
|
|
-rm -f ./$(DEPDIR)/test-stdalign.Po
|
|
-rm -f ./$(DEPDIR)/test-stdbool.Po
|
|
-rm -f ./$(DEPDIR)/test-stddef.Po
|
|
-rm -f ./$(DEPDIR)/test-stdint.Po
|
|
-rm -f ./$(DEPDIR)/test-stdio.Po
|
|
-rm -f ./$(DEPDIR)/test-stdlib.Po
|
|
-rm -f ./$(DEPDIR)/test-strerror.Po
|
|
-rm -f ./$(DEPDIR)/test-strerror_r.Po
|
|
-rm -f ./$(DEPDIR)/test-strftime.Po
|
|
-rm -f ./$(DEPDIR)/test-striconv.Po
|
|
-rm -f ./$(DEPDIR)/test-string.Po
|
|
-rm -f ./$(DEPDIR)/test-strings.Po
|
|
-rm -f ./$(DEPDIR)/test-strnlen.Po
|
|
-rm -f ./$(DEPDIR)/test-strtoull.Po
|
|
-rm -f ./$(DEPDIR)/test-strtoumax.Po
|
|
-rm -f ./$(DEPDIR)/test-symlink.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_ioctl.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_select.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_socket.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_stat.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_time.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_types.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_uio.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_wait.Po
|
|
-rm -f ./$(DEPDIR)/test-time.Po
|
|
-rm -f ./$(DEPDIR)/test-timespec.Po
|
|
-rm -f ./$(DEPDIR)/test-unistd.Po
|
|
-rm -f ./$(DEPDIR)/test-unsetenv.Po
|
|
-rm -f ./$(DEPDIR)/test-vasnprintf.Po
|
|
-rm -f ./$(DEPDIR)/test-vasprintf.Po
|
|
-rm -f ./$(DEPDIR)/test-verify-try.Po
|
|
-rm -f ./$(DEPDIR)/test-verify.Po
|
|
-rm -f ./$(DEPDIR)/test-version-etc.Po
|
|
-rm -f ./$(DEPDIR)/test-wchar.Po
|
|
-rm -f ./$(DEPDIR)/test-wcrtomb-w32.Po
|
|
-rm -f ./$(DEPDIR)/test-wcrtomb.Po
|
|
-rm -f ./$(DEPDIR)/test-wctype-h.Po
|
|
-rm -f ./$(DEPDIR)/test-wcwidth.Po
|
|
-rm -f ./$(DEPDIR)/test-xalloc-die.Po
|
|
-rm -f ./$(DEPDIR)/test-xstrtol.Po
|
|
-rm -f ./$(DEPDIR)/test-xstrtoul.Po
|
|
-rm -f ./$(DEPDIR)/test-xstrtoumax.Po
|
|
-rm -f ./$(DEPDIR)/test-xvasprintf.Po
|
|
-rm -f ./$(DEPDIR)/timespec-add.Po
|
|
-rm -f ./$(DEPDIR)/timespec-sub.Po
|
|
-rm -f ./$(DEPDIR)/wctob.Po
|
|
-rm -f ./$(DEPDIR)/wctomb.Po
|
|
-rm -f unistr/$(DEPDIR)/test-u8-mbtoucr.Po
|
|
-rm -f unistr/$(DEPDIR)/test-u8-uctomb.Po
|
|
-rm -f uniwidth/$(DEPDIR)/test-uc_width.Po
|
|
-rm -f uniwidth/$(DEPDIR)/test-uc_width2.Po
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
distclean-tags
|
|
|
|
dvi: dvi-recursive
|
|
|
|
dvi-am:
|
|
|
|
html: html-recursive
|
|
|
|
html-am:
|
|
|
|
info: info-recursive
|
|
|
|
info-am:
|
|
|
|
install-data-am:
|
|
|
|
install-dvi: install-dvi-recursive
|
|
|
|
install-dvi-am:
|
|
|
|
install-exec-am:
|
|
|
|
install-html: install-html-recursive
|
|
|
|
install-html-am:
|
|
|
|
install-info: install-info-recursive
|
|
|
|
install-info-am:
|
|
|
|
install-man:
|
|
|
|
install-pdf: install-pdf-recursive
|
|
|
|
install-pdf-am:
|
|
|
|
install-ps: install-ps-recursive
|
|
|
|
install-ps-am:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-recursive
|
|
-rm -f ./$(DEPDIR)/accept.Po
|
|
-rm -f ./$(DEPDIR)/bind.Po
|
|
-rm -f ./$(DEPDIR)/connect.Po
|
|
-rm -f ./$(DEPDIR)/dtotimespec.Po
|
|
-rm -f ./$(DEPDIR)/fdopen.Po
|
|
-rm -f ./$(DEPDIR)/ftruncate.Po
|
|
-rm -f ./$(DEPDIR)/getcwd-lgpl.Po
|
|
-rm -f ./$(DEPDIR)/getpagesize.Po
|
|
-rm -f ./$(DEPDIR)/hash-pjw.Po
|
|
-rm -f ./$(DEPDIR)/inet_pton.Po
|
|
-rm -f ./$(DEPDIR)/ioctl.Po
|
|
-rm -f ./$(DEPDIR)/listen.Po
|
|
-rm -f ./$(DEPDIR)/nanosleep.Po
|
|
-rm -f ./$(DEPDIR)/perror.Po
|
|
-rm -f ./$(DEPDIR)/pipe.Po
|
|
-rm -f ./$(DEPDIR)/putenv.Po
|
|
-rm -f ./$(DEPDIR)/select.Po
|
|
-rm -f ./$(DEPDIR)/setlocale.Po
|
|
-rm -f ./$(DEPDIR)/setsockopt.Po
|
|
-rm -f ./$(DEPDIR)/sleep.Po
|
|
-rm -f ./$(DEPDIR)/snprintf.Po
|
|
-rm -f ./$(DEPDIR)/socket.Po
|
|
-rm -f ./$(DEPDIR)/sockets.Po
|
|
-rm -f ./$(DEPDIR)/strerror_r.Po
|
|
-rm -f ./$(DEPDIR)/symlink.Po
|
|
-rm -f ./$(DEPDIR)/sys_socket.Po
|
|
-rm -f ./$(DEPDIR)/test-accept.Po
|
|
-rm -f ./$(DEPDIR)/test-alloca-opt.Po
|
|
-rm -f ./$(DEPDIR)/test-areadlink.Po
|
|
-rm -f ./$(DEPDIR)/test-argmatch.Po
|
|
-rm -f ./$(DEPDIR)/test-arpa_inet.Po
|
|
-rm -f ./$(DEPDIR)/test-binary-io.Po
|
|
-rm -f ./$(DEPDIR)/test-bind.Po
|
|
-rm -f ./$(DEPDIR)/test-bitrotate.Po
|
|
-rm -f ./$(DEPDIR)/test-btowc.Po
|
|
-rm -f ./$(DEPDIR)/test-c-ctype.Po
|
|
-rm -f ./$(DEPDIR)/test-c-stack.Po
|
|
-rm -f ./$(DEPDIR)/test-c-strcasecmp.Po
|
|
-rm -f ./$(DEPDIR)/test-c-strncasecmp.Po
|
|
-rm -f ./$(DEPDIR)/test-close.Po
|
|
-rm -f ./$(DEPDIR)/test-connect.Po
|
|
-rm -f ./$(DEPDIR)/test-ctype.Po
|
|
-rm -f ./$(DEPDIR)/test-dirname.Po
|
|
-rm -f ./$(DEPDIR)/test-dup2.Po
|
|
-rm -f ./$(DEPDIR)/test-environ.Po
|
|
-rm -f ./$(DEPDIR)/test-errno.Po
|
|
-rm -f ./$(DEPDIR)/test-exclude.Po
|
|
-rm -f ./$(DEPDIR)/test-fcntl-h.Po
|
|
-rm -f ./$(DEPDIR)/test-fcntl.Po
|
|
-rm -f ./$(DEPDIR)/test-fdopen.Po
|
|
-rm -f ./$(DEPDIR)/test-fgetc.Po
|
|
-rm -f ./$(DEPDIR)/test-filenamecat.Po
|
|
-rm -f ./$(DEPDIR)/test-float.Po
|
|
-rm -f ./$(DEPDIR)/test-fnmatch.Po
|
|
-rm -f ./$(DEPDIR)/test-fputc.Po
|
|
-rm -f ./$(DEPDIR)/test-fread.Po
|
|
-rm -f ./$(DEPDIR)/test-freopen-safer.Po
|
|
-rm -f ./$(DEPDIR)/test-freopen.Po
|
|
-rm -f ./$(DEPDIR)/test-fstat.Po
|
|
-rm -f ./$(DEPDIR)/test-ftruncate.Po
|
|
-rm -f ./$(DEPDIR)/test-fwrite.Po
|
|
-rm -f ./$(DEPDIR)/test-getcwd-lgpl.Po
|
|
-rm -f ./$(DEPDIR)/test-getdtablesize.Po
|
|
-rm -f ./$(DEPDIR)/test-getopt-gnu.Po
|
|
-rm -f ./$(DEPDIR)/test-getopt-posix.Po
|
|
-rm -f ./$(DEPDIR)/test-getprogname.Po
|
|
-rm -f ./$(DEPDIR)/test-gettimeofday.Po
|
|
-rm -f ./$(DEPDIR)/test-hash.Po
|
|
-rm -f ./$(DEPDIR)/test-iconv-h.Po
|
|
-rm -f ./$(DEPDIR)/test-iconv.Po
|
|
-rm -f ./$(DEPDIR)/test-ignore-value.Po
|
|
-rm -f ./$(DEPDIR)/test-inet_pton.Po
|
|
-rm -f ./$(DEPDIR)/test-intprops.Po
|
|
-rm -f ./$(DEPDIR)/test-inttostr.Po
|
|
-rm -f ./$(DEPDIR)/test-inttypes.Po
|
|
-rm -f ./$(DEPDIR)/test-ioctl.Po
|
|
-rm -f ./$(DEPDIR)/test-isblank.Po
|
|
-rm -f ./$(DEPDIR)/test-iswblank.Po
|
|
-rm -f ./$(DEPDIR)/test-langinfo.Po
|
|
-rm -f ./$(DEPDIR)/test-limits-h.Po
|
|
-rm -f ./$(DEPDIR)/test-listen.Po
|
|
-rm -f ./$(DEPDIR)/test-locale.Po
|
|
-rm -f ./$(DEPDIR)/test-localeconv.Po
|
|
-rm -f ./$(DEPDIR)/test-lstat.Po
|
|
-rm -f ./$(DEPDIR)/test-malloca.Po
|
|
-rm -f ./$(DEPDIR)/test-mbrtowc-w32.Po
|
|
-rm -f ./$(DEPDIR)/test-mbrtowc.Po
|
|
-rm -f ./$(DEPDIR)/test-mbscasecmp.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsinit.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsrtowcs.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsstr1.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsstr2.Po
|
|
-rm -f ./$(DEPDIR)/test-mbsstr3.Po
|
|
-rm -f ./$(DEPDIR)/test-memchr.Po
|
|
-rm -f ./$(DEPDIR)/test-nanosleep.Po
|
|
-rm -f ./$(DEPDIR)/test-netinet_in.Po
|
|
-rm -f ./$(DEPDIR)/test-nl_langinfo.Po
|
|
-rm -f ./$(DEPDIR)/test-open.Po
|
|
-rm -f ./$(DEPDIR)/test-pathmax.Po
|
|
-rm -f ./$(DEPDIR)/test-perror.Po
|
|
-rm -f ./$(DEPDIR)/test-perror2.Po
|
|
-rm -f ./$(DEPDIR)/test-pipe.Po
|
|
-rm -f ./$(DEPDIR)/test-quotearg-simple.Po
|
|
-rm -f ./$(DEPDIR)/test-raise.Po
|
|
-rm -f ./$(DEPDIR)/test-rawmemchr.Po
|
|
-rm -f ./$(DEPDIR)/test-readlink.Po
|
|
-rm -f ./$(DEPDIR)/test-regex.Po
|
|
-rm -f ./$(DEPDIR)/test-select-fd.Po
|
|
-rm -f ./$(DEPDIR)/test-select-stdin.Po
|
|
-rm -f ./$(DEPDIR)/test-select.Po
|
|
-rm -f ./$(DEPDIR)/test-setenv.Po
|
|
-rm -f ./$(DEPDIR)/test-setlocale1.Po
|
|
-rm -f ./$(DEPDIR)/test-setlocale2.Po
|
|
-rm -f ./$(DEPDIR)/test-setsockopt.Po
|
|
-rm -f ./$(DEPDIR)/test-sh-quote.Po
|
|
-rm -f ./$(DEPDIR)/test-sigaction.Po
|
|
-rm -f ./$(DEPDIR)/test-signal-h.Po
|
|
-rm -f ./$(DEPDIR)/test-sigprocmask.Po
|
|
-rm -f ./$(DEPDIR)/test-sleep.Po
|
|
-rm -f ./$(DEPDIR)/test-snprintf.Po
|
|
-rm -f ./$(DEPDIR)/test-sockets.Po
|
|
-rm -f ./$(DEPDIR)/test-stat-time.Po
|
|
-rm -f ./$(DEPDIR)/test-stat.Po
|
|
-rm -f ./$(DEPDIR)/test-stdalign.Po
|
|
-rm -f ./$(DEPDIR)/test-stdbool.Po
|
|
-rm -f ./$(DEPDIR)/test-stddef.Po
|
|
-rm -f ./$(DEPDIR)/test-stdint.Po
|
|
-rm -f ./$(DEPDIR)/test-stdio.Po
|
|
-rm -f ./$(DEPDIR)/test-stdlib.Po
|
|
-rm -f ./$(DEPDIR)/test-strerror.Po
|
|
-rm -f ./$(DEPDIR)/test-strerror_r.Po
|
|
-rm -f ./$(DEPDIR)/test-strftime.Po
|
|
-rm -f ./$(DEPDIR)/test-striconv.Po
|
|
-rm -f ./$(DEPDIR)/test-string.Po
|
|
-rm -f ./$(DEPDIR)/test-strings.Po
|
|
-rm -f ./$(DEPDIR)/test-strnlen.Po
|
|
-rm -f ./$(DEPDIR)/test-strtoull.Po
|
|
-rm -f ./$(DEPDIR)/test-strtoumax.Po
|
|
-rm -f ./$(DEPDIR)/test-symlink.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_ioctl.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_select.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_socket.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_stat.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_time.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_types.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_uio.Po
|
|
-rm -f ./$(DEPDIR)/test-sys_wait.Po
|
|
-rm -f ./$(DEPDIR)/test-time.Po
|
|
-rm -f ./$(DEPDIR)/test-timespec.Po
|
|
-rm -f ./$(DEPDIR)/test-unistd.Po
|
|
-rm -f ./$(DEPDIR)/test-unsetenv.Po
|
|
-rm -f ./$(DEPDIR)/test-vasnprintf.Po
|
|
-rm -f ./$(DEPDIR)/test-vasprintf.Po
|
|
-rm -f ./$(DEPDIR)/test-verify-try.Po
|
|
-rm -f ./$(DEPDIR)/test-verify.Po
|
|
-rm -f ./$(DEPDIR)/test-version-etc.Po
|
|
-rm -f ./$(DEPDIR)/test-wchar.Po
|
|
-rm -f ./$(DEPDIR)/test-wcrtomb-w32.Po
|
|
-rm -f ./$(DEPDIR)/test-wcrtomb.Po
|
|
-rm -f ./$(DEPDIR)/test-wctype-h.Po
|
|
-rm -f ./$(DEPDIR)/test-wcwidth.Po
|
|
-rm -f ./$(DEPDIR)/test-xalloc-die.Po
|
|
-rm -f ./$(DEPDIR)/test-xstrtol.Po
|
|
-rm -f ./$(DEPDIR)/test-xstrtoul.Po
|
|
-rm -f ./$(DEPDIR)/test-xstrtoumax.Po
|
|
-rm -f ./$(DEPDIR)/test-xvasprintf.Po
|
|
-rm -f ./$(DEPDIR)/timespec-add.Po
|
|
-rm -f ./$(DEPDIR)/timespec-sub.Po
|
|
-rm -f ./$(DEPDIR)/wctob.Po
|
|
-rm -f ./$(DEPDIR)/wctomb.Po
|
|
-rm -f unistr/$(DEPDIR)/test-u8-mbtoucr.Po
|
|
-rm -f unistr/$(DEPDIR)/test-u8-uctomb.Po
|
|
-rm -f uniwidth/$(DEPDIR)/test-uc_width.Po
|
|
-rm -f uniwidth/$(DEPDIR)/test-uc_width2.Po
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-recursive
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
mostlyclean-local
|
|
|
|
pdf: pdf-recursive
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-recursive
|
|
|
|
ps-am:
|
|
|
|
uninstall-am:
|
|
|
|
.MAKE: $(am__recursive_targets) all check check-am install install-am \
|
|
install-exec install-strip
|
|
|
|
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
|
|
am--depfiles check check-TESTS check-am clean \
|
|
clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
|
|
clean-local clean-noinstLIBRARIES clean-noinstPROGRAMS \
|
|
cscopelist-am ctags ctags-am distclean distclean-compile \
|
|
distclean-generic distclean-tags distdir dvi dvi-am html \
|
|
html-am info info-am install install-am 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 installcheck \
|
|
installcheck-am installdirs installdirs-am maintainer-clean \
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am \
|
|
recheck tags tags-am uninstall uninstall-am
|
|
|
|
.PRECIOUS: Makefile
|
|
|
|
|
|
# We need the following in order to create <arpa/inet.h> when the system
|
|
# doesn't have one.
|
|
arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
|
$(AM_V_at)$(MKDIR_P) arpa
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
|
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
|
|
-e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
|
|
-e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
|
|
-e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \
|
|
-e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \
|
|
-e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
|
|
-e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
|
|
-e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \
|
|
-e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \
|
|
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
|
|
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
|
|
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
|
|
< $(srcdir)/arpa_inet.in.h; \
|
|
} > $@-t && \
|
|
mv $@-t $@
|
|
|
|
# We need the following in order to create <netinet/in.h> when the system
|
|
# doesn't have one.
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ $(AM_V_at)$(MKDIR_P) netinet
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ < $(srcdir)/netinet_in.in.h; \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ } > $@-t && \
|
|
@GL_GENERATE_NETINET_IN_H_TRUE@ mv $@-t $@
|
|
@GL_GENERATE_NETINET_IN_H_FALSE@netinet/in.h: $(top_builddir)/config.status
|
|
@GL_GENERATE_NETINET_IN_H_FALSE@ rm -f $@
|
|
|
|
# We need the following in order to create <stdalign.h> when the system
|
|
# doesn't have one that works.
|
|
@GL_GENERATE_STDALIGN_H_TRUE@stdalign.h: stdalign.in.h $(top_builddir)/config.status
|
|
@GL_GENERATE_STDALIGN_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
|
|
@GL_GENERATE_STDALIGN_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
@GL_GENERATE_STDALIGN_H_TRUE@ cat $(srcdir)/stdalign.in.h; \
|
|
@GL_GENERATE_STDALIGN_H_TRUE@ } > $@-t && \
|
|
@GL_GENERATE_STDALIGN_H_TRUE@ mv $@-t $@
|
|
@GL_GENERATE_STDALIGN_H_FALSE@stdalign.h: $(top_builddir)/config.status
|
|
@GL_GENERATE_STDALIGN_H_FALSE@ rm -f $@
|
|
|
|
# We need the following in order to create <sys/ioctl.h> when the system
|
|
# does not have a complete one.
|
|
sys/ioctl.h: sys_ioctl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
|
$(AM_V_at)$(MKDIR_P) sys
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
|
|
-e 's|@''HAVE_SYS_IOCTL_H''@|$(HAVE_SYS_IOCTL_H)|g' \
|
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''NEXT_SYS_IOCTL_H''@|$(NEXT_SYS_IOCTL_H)|g' \
|
|
-e 's/@''GNULIB_IOCTL''@/$(GNULIB_IOCTL)/g' \
|
|
-e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|$(SYS_IOCTL_H_HAVE_WINSOCK2_H)|g' \
|
|
-e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
|
|
-e 's|@''REPLACE_IOCTL''@|$(REPLACE_IOCTL)|g' \
|
|
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
|
|
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
|
|
< $(srcdir)/sys_ioctl.in.h; \
|
|
} > $@-t && \
|
|
mv $@-t $@
|
|
|
|
# We need the following in order to create <sys/select.h> when the system
|
|
# doesn't have one that works with the given compiler.
|
|
sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
|
$(AM_V_at)$(MKDIR_P) sys
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
|
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
|
|
-e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
|
|
-e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \
|
|
-e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \
|
|
-e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
|
|
-e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \
|
|
-e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \
|
|
-e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
|
|
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
|
|
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
|
|
< $(srcdir)/sys_select.in.h; \
|
|
} > $@-t && \
|
|
mv $@-t $@
|
|
|
|
# We need the following in order to create <sys/socket.h> when the system
|
|
# doesn't have one that works with the given compiler.
|
|
sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
|
$(AM_V_at)$(MKDIR_P) sys
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
|
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
|
|
-e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
|
|
-e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
|
|
-e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
|
|
-e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
|
|
-e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
|
|
-e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
|
|
-e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
|
|
-e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
|
|
-e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
|
|
-e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
|
|
-e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
|
|
-e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
|
|
-e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
|
|
-e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
|
|
-e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
|
|
-e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
|
|
-e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
|
|
-e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
|
|
-e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
|
|
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
|
|
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
|
|
-e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
|
|
-e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
|
|
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
|
|
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
|
|
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
|
|
< $(srcdir)/sys_socket.in.h; \
|
|
} > $@-t && \
|
|
mv -f $@-t $@
|
|
|
|
# We need the following in order to create <sys/uio.h> when the system
|
|
# doesn't have one that works with the given compiler.
|
|
sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
|
|
$(AM_V_at)$(MKDIR_P) sys
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
|
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
|
|
-e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
|
|
< $(srcdir)/sys_uio.in.h; \
|
|
} > $@-t && \
|
|
mv -f $@-t $@
|
|
|
|
# Clean up after Solaris cc.
|
|
clean-local:
|
|
rm -rf SunWS_cache
|
|
|
|
mostlyclean-local: mostlyclean-generic
|
|
@for dir in '' $(MOSTLYCLEANDIRS); do \
|
|
if test -n "$$dir" && test -d $$dir; then \
|
|
echo "rmdir $$dir"; rmdir $$dir; \
|
|
fi; \
|
|
done; \
|
|
:
|
|
|
|
# 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:
|
|
|
|
# Tell GNU make to disable its built-in pattern rules.
|
|
%:: %,v
|
|
%:: RCS/%,v
|
|
%:: RCS/%
|
|
%:: s.%
|
|
%:: SCCS/s.%
|