2019-11-15 08:17:59 +08:00
|
|
|
# Makefile.in generated by automake 1.15.1 from Makefile.am.
|
|
|
|
# @configure_input@
|
|
|
|
|
gdbsupport: rename source files to .cc
This patch renames the .c source files in gdbsupport to .cc.
In the gdb directory, there is an argument against renaming the source
files, which is that it makes using some git commands more difficult to
do archeology. Some commands have some kind of "follow" option that
makes git try to follow renames, but it doesn't work in all situations.
Given that we have just moved the gdbsupport directory, that argument
doesn't hold for source files in that directory. I therefore suggest
renaming them to .cc, so that they are automatically recognized as C++
by various tools and editors.
The original motivation behind this is that when building gdbsupport
with clang, I get:
CC agent.o
clang: error: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Werror,-Wdeprecated]
In the gdb/ directory, we make clang happy by passing "-x c++". We
could do this in gdbsupport too, but I think that renaming the files is
a better long-term solution.
gdbserver still does its own build of gdbsupport, so a few changes in
its Makefile are necessary.
gdbsupport/ChangeLog:
* Makefile.am: Rename source files from .c to .cc.
(CC, CFLAGS): Don't override.
(AM_CFLAGS): Rename to ...
(AM_CXXFLAGS): ... this.
* Makefile.in: Re-generate.
* %.c: Rename to %.cc.
gdbserver/ChangeLog:
* Makefile.in: Rename gdbsupport source files from .c to .cc.
2020-02-14 05:27:02 +08:00
|
|
|
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
|
2019-11-15 08:17:59 +08:00
|
|
|
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
gdbsupport: rename source files to .cc
This patch renames the .c source files in gdbsupport to .cc.
In the gdb directory, there is an argument against renaming the source
files, which is that it makes using some git commands more difficult to
do archeology. Some commands have some kind of "follow" option that
makes git try to follow renames, but it doesn't work in all situations.
Given that we have just moved the gdbsupport directory, that argument
doesn't hold for source files in that directory. I therefore suggest
renaming them to .cc, so that they are automatically recognized as C++
by various tools and editors.
The original motivation behind this is that when building gdbsupport
with clang, I get:
CC agent.o
clang: error: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Werror,-Wdeprecated]
In the gdb/ directory, we make clang happy by passing "-x c++". We
could do this in gdbsupport too, but I think that renaming the files is
a better long-term solution.
gdbserver still does its own build of gdbsupport, so a few changes in
its Makefile are necessary.
gdbsupport/ChangeLog:
* Makefile.am: Rename source files from .c to .cc.
(CC, CFLAGS): Don't override.
(AM_CFLAGS): Rename to ...
(AM_CXXFLAGS): ... this.
* Makefile.in: Re-generate.
* %.c: Rename to %.cc.
gdbserver/ChangeLog:
* Makefile.in: Rename gdbsupport source files from .c to .cc.
2020-02-14 05:27:02 +08:00
|
|
|
# Copyright (C) 2019-2020 Free Software Foundation, Inc.
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
|
|
|
# This file is part of GDB.
|
|
|
|
|
|
|
|
# This program 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 program 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 program. If not, see <http://www.gnu.org/licenses/>.
|
2019-11-15 08:17:59 +08:00
|
|
|
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))
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
2019-11-17 13:37:06 +08:00
|
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
2019-11-15 08:17:59 +08:00
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
|
transform = $(program_transform_name)
|
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
build_triplet = @build@
|
|
|
|
host_triplet = @host@
|
|
|
|
target_triplet = @target@
|
|
|
|
subdir = .
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
|
|
|
|
$(top_srcdir)/../config/largefile.m4 \
|
|
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
|
|
|
$(top_srcdir)/../config/override.m4 \
|
|
|
|
$(top_srcdir)/../config/plugins.m4 \
|
|
|
|
$(top_srcdir)/import/m4/00gnulib.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/__inline.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/absolute-header.m4 \
|
|
|
|
$(top_srcdir)/import/m4/alloca.m4 \
|
|
|
|
$(top_srcdir)/import/m4/arpa_inet_h.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/builtin-expect.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/canonicalize.m4 \
|
|
|
|
$(top_srcdir)/import/m4/chdir-long.m4 \
|
|
|
|
$(top_srcdir)/import/m4/close.m4 \
|
|
|
|
$(top_srcdir)/import/m4/closedir.m4 \
|
|
|
|
$(top_srcdir)/import/m4/codeset.m4 \
|
2020-02-15 03:41:07 +08:00
|
|
|
$(top_srcdir)/import/m4/count-one-bits.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/d-ino.m4 \
|
|
|
|
$(top_srcdir)/import/m4/d-type.m4 \
|
|
|
|
$(top_srcdir)/import/m4/dirent_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/dirfd.m4 \
|
|
|
|
$(top_srcdir)/import/m4/dirname.m4 \
|
|
|
|
$(top_srcdir)/import/m4/double-slash-root.m4 \
|
|
|
|
$(top_srcdir)/import/m4/dup.m4 $(top_srcdir)/import/m4/dup2.m4 \
|
|
|
|
$(top_srcdir)/import/m4/eealloc.m4 \
|
|
|
|
$(top_srcdir)/import/m4/environ.m4 \
|
|
|
|
$(top_srcdir)/import/m4/errno_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/error.m4 \
|
|
|
|
$(top_srcdir)/import/m4/exponentd.m4 \
|
|
|
|
$(top_srcdir)/import/m4/exponentl.m4 \
|
|
|
|
$(top_srcdir)/import/m4/extensions.m4 \
|
|
|
|
$(top_srcdir)/import/m4/extern-inline.m4 \
|
|
|
|
$(top_srcdir)/import/m4/fchdir.m4 \
|
|
|
|
$(top_srcdir)/import/m4/fcntl-o.m4 \
|
|
|
|
$(top_srcdir)/import/m4/fcntl.m4 \
|
|
|
|
$(top_srcdir)/import/m4/fcntl_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/fdopendir.m4 \
|
|
|
|
$(top_srcdir)/import/m4/filenamecat.m4 \
|
|
|
|
$(top_srcdir)/import/m4/flexmember.m4 \
|
|
|
|
$(top_srcdir)/import/m4/float_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/fnmatch.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/fnmatch_h.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/fpieee.m4 \
|
|
|
|
$(top_srcdir)/import/m4/frexp.m4 \
|
|
|
|
$(top_srcdir)/import/m4/frexpl.m4 \
|
|
|
|
$(top_srcdir)/import/m4/fstat.m4 \
|
|
|
|
$(top_srcdir)/import/m4/fstatat.m4 \
|
|
|
|
$(top_srcdir)/import/m4/getcwd-abort-bug.m4 \
|
|
|
|
$(top_srcdir)/import/m4/getcwd-path-max.m4 \
|
|
|
|
$(top_srcdir)/import/m4/getcwd.m4 \
|
|
|
|
$(top_srcdir)/import/m4/getdtablesize.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/getlogin.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/getlogin_r.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/getpagesize.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/getprogname.m4 \
|
|
|
|
$(top_srcdir)/import/m4/gettimeofday.m4 \
|
|
|
|
$(top_srcdir)/import/m4/glob.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/glob_h.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/gnulib-common.m4 \
|
|
|
|
$(top_srcdir)/import/m4/gnulib-comp.m4 \
|
|
|
|
$(top_srcdir)/import/m4/include_next.m4 \
|
|
|
|
$(top_srcdir)/import/m4/inet_ntop.m4 \
|
|
|
|
$(top_srcdir)/import/m4/inttypes-pri.m4 \
|
|
|
|
$(top_srcdir)/import/m4/inttypes.m4 \
|
|
|
|
$(top_srcdir)/import/m4/isnand.m4 \
|
|
|
|
$(top_srcdir)/import/m4/isnanl.m4 \
|
|
|
|
$(top_srcdir)/import/m4/largefile.m4 \
|
|
|
|
$(top_srcdir)/import/m4/limits-h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/localcharset.m4 \
|
|
|
|
$(top_srcdir)/import/m4/locale-fr.m4 \
|
|
|
|
$(top_srcdir)/import/m4/locale-ja.m4 \
|
|
|
|
$(top_srcdir)/import/m4/locale-zh.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/localtime-buffer.m4 \
|
2019-11-07 02:49:52 +08:00
|
|
|
$(top_srcdir)/import/m4/lock.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/longlong.m4 \
|
|
|
|
$(top_srcdir)/import/m4/lstat.m4 \
|
|
|
|
$(top_srcdir)/import/m4/malloc.m4 \
|
|
|
|
$(top_srcdir)/import/m4/malloca.m4 \
|
|
|
|
$(top_srcdir)/import/m4/math_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mbrtowc.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mbsinit.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mbsrtowcs.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mbstate_t.m4 \
|
|
|
|
$(top_srcdir)/import/m4/memchr.m4 \
|
|
|
|
$(top_srcdir)/import/m4/memmem.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mempcpy.m4 \
|
|
|
|
$(top_srcdir)/import/m4/memrchr.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mkdir.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mkdtemp.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mkostemp.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mmap-anon.m4 \
|
|
|
|
$(top_srcdir)/import/m4/mode_t.m4 \
|
|
|
|
$(top_srcdir)/import/m4/msvc-inval.m4 \
|
|
|
|
$(top_srcdir)/import/m4/msvc-nothrow.m4 \
|
|
|
|
$(top_srcdir)/import/m4/multiarch.m4 \
|
|
|
|
$(top_srcdir)/import/m4/netinet_in_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/nocrash.m4 \
|
|
|
|
$(top_srcdir)/import/m4/off_t.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/open-cloexec.m4 \
|
|
|
|
$(top_srcdir)/import/m4/open-slash.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/open.m4 \
|
|
|
|
$(top_srcdir)/import/m4/openat.m4 \
|
|
|
|
$(top_srcdir)/import/m4/opendir.m4 \
|
|
|
|
$(top_srcdir)/import/m4/pathmax.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/pthread_rwlock_rdlock.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/rawmemchr.m4 \
|
|
|
|
$(top_srcdir)/import/m4/readdir.m4 \
|
|
|
|
$(top_srcdir)/import/m4/readlink.m4 \
|
|
|
|
$(top_srcdir)/import/m4/realloc.m4 \
|
|
|
|
$(top_srcdir)/import/m4/rename.m4 \
|
|
|
|
$(top_srcdir)/import/m4/rewinddir.m4 \
|
|
|
|
$(top_srcdir)/import/m4/rmdir.m4 \
|
|
|
|
$(top_srcdir)/import/m4/save-cwd.m4 \
|
|
|
|
$(top_srcdir)/import/m4/setenv.m4 \
|
|
|
|
$(top_srcdir)/import/m4/signal_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/socklen.m4 \
|
|
|
|
$(top_srcdir)/import/m4/sockpfaf.m4 \
|
|
|
|
$(top_srcdir)/import/m4/ssize_t.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/stat-time.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/stat.m4 \
|
2019-11-17 13:37:06 +08:00
|
|
|
$(top_srcdir)/import/m4/std-gnu11.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/stdalign.m4 \
|
|
|
|
$(top_srcdir)/import/m4/stdbool.m4 \
|
|
|
|
$(top_srcdir)/import/m4/stddef_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/stdint.m4 \
|
|
|
|
$(top_srcdir)/import/m4/stdio_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/stdlib_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/strchrnul.m4 \
|
|
|
|
$(top_srcdir)/import/m4/strdup.m4 \
|
|
|
|
$(top_srcdir)/import/m4/strerror.m4 \
|
2019-11-07 02:49:52 +08:00
|
|
|
$(top_srcdir)/import/m4/strerror_r.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/string_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/strstr.m4 \
|
|
|
|
$(top_srcdir)/import/m4/strtok_r.m4 \
|
|
|
|
$(top_srcdir)/import/m4/sys_socket_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/sys_stat_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/sys_time_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/sys_types_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/sys_uio_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/tempname.m4 \
|
2019-11-07 02:49:52 +08:00
|
|
|
$(top_srcdir)/import/m4/threadlib.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/time_h.m4 \
|
2019-11-09 01:25:17 +08:00
|
|
|
$(top_srcdir)/import/m4/time_r.m4 \
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/import/m4/unistd-safer.m4 \
|
|
|
|
$(top_srcdir)/import/m4/unistd_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/warn-on-use.m4 \
|
|
|
|
$(top_srcdir)/import/m4/wchar_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/wchar_t.m4 \
|
|
|
|
$(top_srcdir)/import/m4/wctype_h.m4 \
|
|
|
|
$(top_srcdir)/import/m4/wint_t.m4 $(top_srcdir)/configure.ac
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
2019-11-16 04:48:27 +08:00
|
|
|
$(am__configure_deps)
|
2019-11-15 08:17:59 +08:00
|
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
|
|
configure.lineno config.status.lineno
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
|
|
|
CONFIG_HEADER = config.h
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
|
|
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 =
|
|
|
|
SOURCES =
|
|
|
|
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
|
|
|
|
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 \
|
2019-11-16 04:48:27 +08:00
|
|
|
cscope
|
2019-11-15 08:17:59 +08:00
|
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
|
|
|
$(LISP)config.in
|
|
|
|
# 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)`
|
|
|
|
ETAGS = etags
|
|
|
|
CTAGS = ctags
|
|
|
|
CSCOPE = cscope
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
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@
|
|
|
|
CPP = @CPP@
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
DEFS = @DEFS@
|
|
|
|
DEPDIR = @DEPDIR@
|
|
|
|
ECHO_C = @ECHO_C@
|
|
|
|
ECHO_N = @ECHO_N@
|
|
|
|
ECHO_T = @ECHO_T@
|
|
|
|
EGREP = @EGREP@
|
|
|
|
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@
|
|
|
|
EXEEXT = @EXEEXT@
|
|
|
|
FLOAT_H = @FLOAT_H@
|
|
|
|
FNMATCH_H = @FNMATCH_H@
|
|
|
|
FREXPL_LIBM = @FREXPL_LIBM@
|
|
|
|
FREXP_LIBM = @FREXP_LIBM@
|
|
|
|
GLOB_H = @GLOB_H@
|
|
|
|
GNULIB_ACCEPT = @GNULIB_ACCEPT@
|
|
|
|
GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_ACCESS = @GNULIB_ACCESS@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_ACOSF = @GNULIB_ACOSF@
|
|
|
|
GNULIB_ACOSL = @GNULIB_ACOSL@
|
|
|
|
GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
|
|
|
|
GNULIB_ASINF = @GNULIB_ASINF@
|
|
|
|
GNULIB_ASINL = @GNULIB_ASINL@
|
|
|
|
GNULIB_ATAN2F = @GNULIB_ATAN2F@
|
|
|
|
GNULIB_ATANF = @GNULIB_ATANF@
|
|
|
|
GNULIB_ATANL = @GNULIB_ATANL@
|
|
|
|
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_CBRT = @GNULIB_CBRT@
|
|
|
|
GNULIB_CBRTF = @GNULIB_CBRTF@
|
|
|
|
GNULIB_CBRTL = @GNULIB_CBRTL@
|
|
|
|
GNULIB_CEIL = @GNULIB_CEIL@
|
|
|
|
GNULIB_CEILF = @GNULIB_CEILF@
|
|
|
|
GNULIB_CEILL = @GNULIB_CEILL@
|
|
|
|
GNULIB_CHDIR = @GNULIB_CHDIR@
|
|
|
|
GNULIB_CHOWN = @GNULIB_CHOWN@
|
|
|
|
GNULIB_CLOSE = @GNULIB_CLOSE@
|
|
|
|
GNULIB_CLOSEDIR = @GNULIB_CLOSEDIR@
|
|
|
|
GNULIB_CONNECT = @GNULIB_CONNECT@
|
|
|
|
GNULIB_COPYSIGN = @GNULIB_COPYSIGN@
|
|
|
|
GNULIB_COPYSIGNF = @GNULIB_COPYSIGNF@
|
|
|
|
GNULIB_COPYSIGNL = @GNULIB_COPYSIGNL@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_COPY_FILE_RANGE = @GNULIB_COPY_FILE_RANGE@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_COSF = @GNULIB_COSF@
|
|
|
|
GNULIB_COSHF = @GNULIB_COSHF@
|
|
|
|
GNULIB_COSL = @GNULIB_COSL@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_CREAT = @GNULIB_CREAT@
|
|
|
|
GNULIB_CTIME = @GNULIB_CTIME@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_DIRFD = @GNULIB_DIRFD@
|
|
|
|
GNULIB_DPRINTF = @GNULIB_DPRINTF@
|
|
|
|
GNULIB_DUP = @GNULIB_DUP@
|
|
|
|
GNULIB_DUP2 = @GNULIB_DUP2@
|
|
|
|
GNULIB_DUP3 = @GNULIB_DUP3@
|
|
|
|
GNULIB_ENVIRON = @GNULIB_ENVIRON@
|
|
|
|
GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
|
|
|
|
GNULIB_EXP2 = @GNULIB_EXP2@
|
|
|
|
GNULIB_EXP2F = @GNULIB_EXP2F@
|
|
|
|
GNULIB_EXP2L = @GNULIB_EXP2L@
|
|
|
|
GNULIB_EXPF = @GNULIB_EXPF@
|
|
|
|
GNULIB_EXPL = @GNULIB_EXPL@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_EXPM1 = @GNULIB_EXPM1@
|
|
|
|
GNULIB_EXPM1F = @GNULIB_EXPM1F@
|
|
|
|
GNULIB_EXPM1L = @GNULIB_EXPM1L@
|
|
|
|
GNULIB_FABSF = @GNULIB_FABSF@
|
|
|
|
GNULIB_FABSL = @GNULIB_FABSL@
|
|
|
|
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_FDOPENDIR = @GNULIB_FDOPENDIR@
|
|
|
|
GNULIB_FFLUSH = @GNULIB_FFLUSH@
|
|
|
|
GNULIB_FFSL = @GNULIB_FFSL@
|
|
|
|
GNULIB_FFSLL = @GNULIB_FFSLL@
|
|
|
|
GNULIB_FGETC = @GNULIB_FGETC@
|
|
|
|
GNULIB_FGETS = @GNULIB_FGETS@
|
|
|
|
GNULIB_FLOOR = @GNULIB_FLOOR@
|
|
|
|
GNULIB_FLOORF = @GNULIB_FLOORF@
|
|
|
|
GNULIB_FLOORL = @GNULIB_FLOORL@
|
|
|
|
GNULIB_FMA = @GNULIB_FMA@
|
|
|
|
GNULIB_FMAF = @GNULIB_FMAF@
|
|
|
|
GNULIB_FMAL = @GNULIB_FMAL@
|
|
|
|
GNULIB_FMOD = @GNULIB_FMOD@
|
|
|
|
GNULIB_FMODF = @GNULIB_FMODF@
|
|
|
|
GNULIB_FMODL = @GNULIB_FMODL@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_FNMATCH = @GNULIB_FNMATCH@
|
2019-11-15 08:17:59 +08:00
|
|
|
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_FREXP = @GNULIB_FREXP@
|
|
|
|
GNULIB_FREXPF = @GNULIB_FREXPF@
|
|
|
|
GNULIB_FREXPL = @GNULIB_FREXPL@
|
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_GETPASS = @GNULIB_GETPASS@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@
|
|
|
|
GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@
|
|
|
|
GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@
|
|
|
|
GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
|
|
|
|
GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
|
|
|
|
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_GLOB = @GNULIB_GLOB@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_GRANTPT = @GNULIB_GRANTPT@
|
|
|
|
GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
|
|
|
|
GNULIB_HYPOT = @GNULIB_HYPOT@
|
|
|
|
GNULIB_HYPOTF = @GNULIB_HYPOTF@
|
|
|
|
GNULIB_HYPOTL = @GNULIB_HYPOTL@
|
|
|
|
GNULIB_ILOGB = @GNULIB_ILOGB@
|
|
|
|
GNULIB_ILOGBF = @GNULIB_ILOGBF@
|
|
|
|
GNULIB_ILOGBL = @GNULIB_ILOGBL@
|
|
|
|
GNULIB_IMAXABS = @GNULIB_IMAXABS@
|
|
|
|
GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
|
|
|
|
GNULIB_INET_NTOP = @GNULIB_INET_NTOP@
|
|
|
|
GNULIB_INET_PTON = @GNULIB_INET_PTON@
|
|
|
|
GNULIB_ISATTY = @GNULIB_ISATTY@
|
|
|
|
GNULIB_ISFINITE = @GNULIB_ISFINITE@
|
|
|
|
GNULIB_ISINF = @GNULIB_ISINF@
|
|
|
|
GNULIB_ISNAN = @GNULIB_ISNAN@
|
|
|
|
GNULIB_ISNAND = @GNULIB_ISNAND@
|
|
|
|
GNULIB_ISNANF = @GNULIB_ISNANF@
|
|
|
|
GNULIB_ISNANL = @GNULIB_ISNANL@
|
|
|
|
GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
|
|
|
|
GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
|
|
|
|
GNULIB_LCHMOD = @GNULIB_LCHMOD@
|
|
|
|
GNULIB_LCHOWN = @GNULIB_LCHOWN@
|
|
|
|
GNULIB_LDEXPF = @GNULIB_LDEXPF@
|
|
|
|
GNULIB_LDEXPL = @GNULIB_LDEXPL@
|
|
|
|
GNULIB_LINK = @GNULIB_LINK@
|
|
|
|
GNULIB_LINKAT = @GNULIB_LINKAT@
|
|
|
|
GNULIB_LISTEN = @GNULIB_LISTEN@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_LOCALTIME = @GNULIB_LOCALTIME@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_LOG = @GNULIB_LOG@
|
|
|
|
GNULIB_LOG10 = @GNULIB_LOG10@
|
|
|
|
GNULIB_LOG10F = @GNULIB_LOG10F@
|
|
|
|
GNULIB_LOG10L = @GNULIB_LOG10L@
|
|
|
|
GNULIB_LOG1P = @GNULIB_LOG1P@
|
|
|
|
GNULIB_LOG1PF = @GNULIB_LOG1PF@
|
|
|
|
GNULIB_LOG1PL = @GNULIB_LOG1PL@
|
|
|
|
GNULIB_LOG2 = @GNULIB_LOG2@
|
|
|
|
GNULIB_LOG2F = @GNULIB_LOG2F@
|
|
|
|
GNULIB_LOG2L = @GNULIB_LOG2L@
|
|
|
|
GNULIB_LOGB = @GNULIB_LOGB@
|
|
|
|
GNULIB_LOGBF = @GNULIB_LOGBF@
|
|
|
|
GNULIB_LOGBL = @GNULIB_LOGBL@
|
|
|
|
GNULIB_LOGF = @GNULIB_LOGF@
|
|
|
|
GNULIB_LOGL = @GNULIB_LOGL@
|
|
|
|
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_MODF = @GNULIB_MODF@
|
|
|
|
GNULIB_MODFF = @GNULIB_MODFF@
|
|
|
|
GNULIB_MODFL = @GNULIB_MODFL@
|
|
|
|
GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
|
|
|
|
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_OPENDIR = @GNULIB_OPENDIR@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_OVERRIDES_STRUCT_STAT = @GNULIB_OVERRIDES_STRUCT_STAT@
|
|
|
|
GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
|
2019-11-15 08:17:59 +08:00
|
|
|
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_POWF = @GNULIB_POWF@
|
|
|
|
GNULIB_PREAD = @GNULIB_PREAD@
|
|
|
|
GNULIB_PRINTF = @GNULIB_PRINTF@
|
|
|
|
GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
|
|
|
|
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_READDIR = @GNULIB_READDIR@
|
|
|
|
GNULIB_READLINK = @GNULIB_READLINK@
|
|
|
|
GNULIB_READLINKAT = @GNULIB_READLINKAT@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_REALLOCARRAY = @GNULIB_REALLOCARRAY@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
|
|
|
|
GNULIB_REALPATH = @GNULIB_REALPATH@
|
|
|
|
GNULIB_RECV = @GNULIB_RECV@
|
|
|
|
GNULIB_RECVFROM = @GNULIB_RECVFROM@
|
|
|
|
GNULIB_REMAINDER = @GNULIB_REMAINDER@
|
|
|
|
GNULIB_REMAINDERF = @GNULIB_REMAINDERF@
|
|
|
|
GNULIB_REMAINDERL = @GNULIB_REMAINDERL@
|
|
|
|
GNULIB_REMOVE = @GNULIB_REMOVE@
|
|
|
|
GNULIB_RENAME = @GNULIB_RENAME@
|
|
|
|
GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
|
|
|
|
GNULIB_REWINDDIR = @GNULIB_REWINDDIR@
|
|
|
|
GNULIB_RINT = @GNULIB_RINT@
|
|
|
|
GNULIB_RINTF = @GNULIB_RINTF@
|
|
|
|
GNULIB_RINTL = @GNULIB_RINTL@
|
|
|
|
GNULIB_RMDIR = @GNULIB_RMDIR@
|
|
|
|
GNULIB_ROUND = @GNULIB_ROUND@
|
|
|
|
GNULIB_ROUNDF = @GNULIB_ROUNDF@
|
|
|
|
GNULIB_ROUNDL = @GNULIB_ROUNDL@
|
|
|
|
GNULIB_RPMATCH = @GNULIB_RPMATCH@
|
|
|
|
GNULIB_SCANDIR = @GNULIB_SCANDIR@
|
|
|
|
GNULIB_SCANF = @GNULIB_SCANF@
|
|
|
|
GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
|
|
|
|
GNULIB_SEND = @GNULIB_SEND@
|
|
|
|
GNULIB_SENDTO = @GNULIB_SENDTO@
|
|
|
|
GNULIB_SETENV = @GNULIB_SETENV@
|
|
|
|
GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
|
|
|
|
GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@
|
|
|
|
GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@
|
|
|
|
GNULIB_SIGACTION = @GNULIB_SIGACTION@
|
|
|
|
GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@
|
|
|
|
GNULIB_SIGNBIT = @GNULIB_SIGNBIT@
|
|
|
|
GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@
|
|
|
|
GNULIB_SINF = @GNULIB_SINF@
|
|
|
|
GNULIB_SINHF = @GNULIB_SINHF@
|
|
|
|
GNULIB_SINL = @GNULIB_SINL@
|
|
|
|
GNULIB_SLEEP = @GNULIB_SLEEP@
|
|
|
|
GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
|
|
|
|
GNULIB_SOCKET = @GNULIB_SOCKET@
|
|
|
|
GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
|
|
|
|
GNULIB_SQRTF = @GNULIB_SQRTF@
|
|
|
|
GNULIB_SQRTL = @GNULIB_SQRTL@
|
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_STRFTIME = @GNULIB_STRFTIME@
|
2019-11-15 08:17:59 +08:00
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_STRTOLD = @GNULIB_STRTOLD@
|
2019-11-15 08:17:59 +08:00
|
|
|
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_TANF = @GNULIB_TANF@
|
|
|
|
GNULIB_TANHF = @GNULIB_TANHF@
|
|
|
|
GNULIB_TANL = @GNULIB_TANL@
|
|
|
|
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_TRUNC = @GNULIB_TRUNC@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_TRUNCATE = @GNULIB_TRUNCATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
GNULIB_TRUNCF = @GNULIB_TRUNCF@
|
|
|
|
GNULIB_TRUNCL = @GNULIB_TRUNCL@
|
|
|
|
GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_TZSET = @GNULIB_TZSET@
|
2019-11-15 08:17:59 +08:00
|
|
|
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_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@
|
2019-11-17 13:37:06 +08:00
|
|
|
GNULIB_WCSFTIME = @GNULIB_WCSFTIME@
|
2019-11-15 08:17:59 +08:00
|
|
|
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@
|
|
|
|
GREP = @GREP@
|
|
|
|
HAVE_ACCEPT4 = @HAVE_ACCEPT4@
|
|
|
|
HAVE_ACOSF = @HAVE_ACOSF@
|
|
|
|
HAVE_ACOSL = @HAVE_ACOSL@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_ALPHASORT = @HAVE_ALPHASORT@
|
|
|
|
HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@
|
|
|
|
HAVE_ASINF = @HAVE_ASINF@
|
|
|
|
HAVE_ASINL = @HAVE_ASINL@
|
|
|
|
HAVE_ATAN2F = @HAVE_ATAN2F@
|
|
|
|
HAVE_ATANF = @HAVE_ATANF@
|
|
|
|
HAVE_ATANL = @HAVE_ATANL@
|
|
|
|
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_CBRT = @HAVE_CBRT@
|
|
|
|
HAVE_CBRTF = @HAVE_CBRTF@
|
|
|
|
HAVE_CBRTL = @HAVE_CBRTL@
|
|
|
|
HAVE_CHOWN = @HAVE_CHOWN@
|
|
|
|
HAVE_CLOSEDIR = @HAVE_CLOSEDIR@
|
|
|
|
HAVE_COPYSIGN = @HAVE_COPYSIGN@
|
|
|
|
HAVE_COPYSIGNL = @HAVE_COPYSIGNL@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_COPY_FILE_RANGE = @HAVE_COPY_FILE_RANGE@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_COSF = @HAVE_COSF@
|
|
|
|
HAVE_COSHF = @HAVE_COSHF@
|
|
|
|
HAVE_COSL = @HAVE_COSL@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_CRTDEFS_H = @HAVE_CRTDEFS_H@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_DECL_ACOSL = @HAVE_DECL_ACOSL@
|
|
|
|
HAVE_DECL_ASINL = @HAVE_DECL_ASINL@
|
|
|
|
HAVE_DECL_ATANL = @HAVE_DECL_ATANL@
|
|
|
|
HAVE_DECL_CBRTF = @HAVE_DECL_CBRTF@
|
|
|
|
HAVE_DECL_CBRTL = @HAVE_DECL_CBRTL@
|
|
|
|
HAVE_DECL_CEILF = @HAVE_DECL_CEILF@
|
|
|
|
HAVE_DECL_CEILL = @HAVE_DECL_CEILL@
|
|
|
|
HAVE_DECL_COPYSIGNF = @HAVE_DECL_COPYSIGNF@
|
|
|
|
HAVE_DECL_COSL = @HAVE_DECL_COSL@
|
|
|
|
HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
|
|
|
|
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
|
|
|
|
HAVE_DECL_EXP2 = @HAVE_DECL_EXP2@
|
|
|
|
HAVE_DECL_EXP2F = @HAVE_DECL_EXP2F@
|
|
|
|
HAVE_DECL_EXP2L = @HAVE_DECL_EXP2L@
|
|
|
|
HAVE_DECL_EXPL = @HAVE_DECL_EXPL@
|
|
|
|
HAVE_DECL_EXPM1L = @HAVE_DECL_EXPM1L@
|
|
|
|
HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
|
|
|
|
HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
|
|
|
|
HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@
|
|
|
|
HAVE_DECL_FLOORF = @HAVE_DECL_FLOORF@
|
|
|
|
HAVE_DECL_FLOORL = @HAVE_DECL_FLOORL@
|
|
|
|
HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
|
|
|
|
HAVE_DECL_FREXPL = @HAVE_DECL_FREXPL@
|
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
|
2019-11-15 08:17:59 +08:00
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_DECL_INITSTATE = @HAVE_DECL_INITSTATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_DECL_LDEXPL = @HAVE_DECL_LDEXPL@
|
|
|
|
HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
|
|
|
|
HAVE_DECL_LOG10L = @HAVE_DECL_LOG10L@
|
|
|
|
HAVE_DECL_LOG2 = @HAVE_DECL_LOG2@
|
|
|
|
HAVE_DECL_LOG2F = @HAVE_DECL_LOG2F@
|
|
|
|
HAVE_DECL_LOG2L = @HAVE_DECL_LOG2L@
|
|
|
|
HAVE_DECL_LOGB = @HAVE_DECL_LOGB@
|
|
|
|
HAVE_DECL_LOGL = @HAVE_DECL_LOGL@
|
|
|
|
HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
|
|
|
|
HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
|
|
|
|
HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
|
|
|
|
HAVE_DECL_REMAINDER = @HAVE_DECL_REMAINDER@
|
|
|
|
HAVE_DECL_REMAINDERL = @HAVE_DECL_REMAINDERL@
|
|
|
|
HAVE_DECL_RINTF = @HAVE_DECL_RINTF@
|
|
|
|
HAVE_DECL_ROUND = @HAVE_DECL_ROUND@
|
|
|
|
HAVE_DECL_ROUNDF = @HAVE_DECL_ROUNDF@
|
|
|
|
HAVE_DECL_ROUNDL = @HAVE_DECL_ROUNDL@
|
|
|
|
HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
|
|
|
|
HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_DECL_SETSTATE = @HAVE_DECL_SETSTATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_DECL_SINL = @HAVE_DECL_SINL@
|
|
|
|
HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
|
|
|
|
HAVE_DECL_SQRTL = @HAVE_DECL_SQRTL@
|
|
|
|
HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
|
|
|
|
HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
|
|
|
|
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_TANL = @HAVE_DECL_TANL@
|
|
|
|
HAVE_DECL_TRUNC = @HAVE_DECL_TRUNC@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_DECL_TRUNCF = @HAVE_DECL_TRUNCF@
|
|
|
|
HAVE_DECL_TRUNCL = @HAVE_DECL_TRUNCL@
|
|
|
|
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_DIRENT_H = @HAVE_DIRENT_H@
|
|
|
|
HAVE_DPRINTF = @HAVE_DPRINTF@
|
|
|
|
HAVE_DUP2 = @HAVE_DUP2@
|
|
|
|
HAVE_DUP3 = @HAVE_DUP3@
|
|
|
|
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
|
|
|
|
HAVE_EXPF = @HAVE_EXPF@
|
|
|
|
HAVE_EXPL = @HAVE_EXPL@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_EXPM1 = @HAVE_EXPM1@
|
|
|
|
HAVE_EXPM1F = @HAVE_EXPM1F@
|
|
|
|
HAVE_FABSF = @HAVE_FABSF@
|
|
|
|
HAVE_FABSL = @HAVE_FABSL@
|
|
|
|
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_FDOPENDIR = @HAVE_FDOPENDIR@
|
|
|
|
HAVE_FEATURES_H = @HAVE_FEATURES_H@
|
|
|
|
HAVE_FFSL = @HAVE_FFSL@
|
|
|
|
HAVE_FFSLL = @HAVE_FFSLL@
|
|
|
|
HAVE_FMA = @HAVE_FMA@
|
|
|
|
HAVE_FMAF = @HAVE_FMAF@
|
|
|
|
HAVE_FMAL = @HAVE_FMAL@
|
|
|
|
HAVE_FMODF = @HAVE_FMODF@
|
|
|
|
HAVE_FMODL = @HAVE_FMODL@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_FNMATCH = @HAVE_FNMATCH@
|
|
|
|
HAVE_FNMATCH_H = @HAVE_FNMATCH_H@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_FREXPF = @HAVE_FREXPF@
|
|
|
|
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_GETPAGESIZE = @HAVE_GETPAGESIZE@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_GETPASS = @HAVE_GETPASS@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
|
|
|
|
HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_GLOB = @HAVE_GLOB@
|
|
|
|
HAVE_GLOB_H = @HAVE_GLOB_H@
|
|
|
|
HAVE_GLOB_PATTERN_P = @HAVE_GLOB_PATTERN_P@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_GRANTPT = @HAVE_GRANTPT@
|
|
|
|
HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
|
|
|
|
HAVE_HYPOTF = @HAVE_HYPOTF@
|
|
|
|
HAVE_HYPOTL = @HAVE_HYPOTL@
|
|
|
|
HAVE_ILOGB = @HAVE_ILOGB@
|
|
|
|
HAVE_ILOGBF = @HAVE_ILOGBF@
|
|
|
|
HAVE_ILOGBL = @HAVE_ILOGBL@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@
|
|
|
|
HAVE_INITSTATE = @HAVE_INITSTATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
|
|
|
|
HAVE_ISNAND = @HAVE_ISNAND@
|
|
|
|
HAVE_ISNANF = @HAVE_ISNANF@
|
|
|
|
HAVE_ISNANL = @HAVE_ISNANL@
|
|
|
|
HAVE_ISWBLANK = @HAVE_ISWBLANK@
|
|
|
|
HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
|
|
|
|
HAVE_LCHMOD = @HAVE_LCHMOD@
|
|
|
|
HAVE_LCHOWN = @HAVE_LCHOWN@
|
|
|
|
HAVE_LDEXPF = @HAVE_LDEXPF@
|
|
|
|
HAVE_LINK = @HAVE_LINK@
|
|
|
|
HAVE_LINKAT = @HAVE_LINKAT@
|
|
|
|
HAVE_LOG10F = @HAVE_LOG10F@
|
|
|
|
HAVE_LOG10L = @HAVE_LOG10L@
|
|
|
|
HAVE_LOG1P = @HAVE_LOG1P@
|
|
|
|
HAVE_LOG1PF = @HAVE_LOG1PF@
|
|
|
|
HAVE_LOG1PL = @HAVE_LOG1PL@
|
|
|
|
HAVE_LOGBF = @HAVE_LOGBF@
|
|
|
|
HAVE_LOGBL = @HAVE_LOGBL@
|
|
|
|
HAVE_LOGF = @HAVE_LOGF@
|
|
|
|
HAVE_LOGL = @HAVE_LOGL@
|
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_MBTOWC = @HAVE_MBTOWC@
|
2019-11-15 08:17:59 +08:00
|
|
|
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_MODFF = @HAVE_MODFF@
|
|
|
|
HAVE_MODFL = @HAVE_MODFL@
|
|
|
|
HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
|
|
|
|
HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
|
|
|
|
HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
|
|
|
|
HAVE_OPENAT = @HAVE_OPENAT@
|
|
|
|
HAVE_OPENDIR = @HAVE_OPENDIR@
|
|
|
|
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_POWF = @HAVE_POWF@
|
|
|
|
HAVE_PREAD = @HAVE_PREAD@
|
|
|
|
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_READDIR = @HAVE_READDIR@
|
|
|
|
HAVE_READLINK = @HAVE_READLINK@
|
|
|
|
HAVE_READLINKAT = @HAVE_READLINKAT@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_REALLOCARRAY = @HAVE_REALLOCARRAY@
|
2019-11-15 08:17:59 +08:00
|
|
|
HAVE_REALPATH = @HAVE_REALPATH@
|
|
|
|
HAVE_REMAINDER = @HAVE_REMAINDER@
|
|
|
|
HAVE_REMAINDERF = @HAVE_REMAINDERF@
|
|
|
|
HAVE_RENAMEAT = @HAVE_RENAMEAT@
|
|
|
|
HAVE_REWINDDIR = @HAVE_REWINDDIR@
|
|
|
|
HAVE_RINT = @HAVE_RINT@
|
|
|
|
HAVE_RINTL = @HAVE_RINTL@
|
|
|
|
HAVE_RPMATCH = @HAVE_RPMATCH@
|
|
|
|
HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = @HAVE_SAME_LONG_DOUBLE_AS_DOUBLE@
|
|
|
|
HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@
|
|
|
|
HAVE_SCANDIR = @HAVE_SCANDIR@
|
|
|
|
HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
|
|
|
|
HAVE_SETENV = @HAVE_SETENV@
|
|
|
|
HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_SETSTATE = @HAVE_SETSTATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
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_SINF = @HAVE_SINF@
|
|
|
|
HAVE_SINHF = @HAVE_SINHF@
|
|
|
|
HAVE_SINL = @HAVE_SINL@
|
|
|
|
HAVE_SLEEP = @HAVE_SLEEP@
|
|
|
|
HAVE_SQRTF = @HAVE_SQRTF@
|
|
|
|
HAVE_SQRTL = @HAVE_SQRTL@
|
|
|
|
HAVE_STDINT_H = @HAVE_STDINT_H@
|
|
|
|
HAVE_STPCPY = @HAVE_STPCPY@
|
|
|
|
HAVE_STPNCPY = @HAVE_STPNCPY@
|
|
|
|
HAVE_STRCASESTR = @HAVE_STRCASESTR@
|
|
|
|
HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
|
|
|
|
HAVE_STRPBRK = @HAVE_STRPBRK@
|
|
|
|
HAVE_STRPTIME = @HAVE_STRPTIME@
|
|
|
|
HAVE_STRSEP = @HAVE_STRSEP@
|
|
|
|
HAVE_STRTOD = @HAVE_STRTOD@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_STRTOLD = @HAVE_STRTOLD@
|
2019-11-15 08:17:59 +08:00
|
|
|
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_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
|
|
|
|
HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
|
|
|
|
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_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_TANF = @HAVE_TANF@
|
|
|
|
HAVE_TANHF = @HAVE_TANHF@
|
|
|
|
HAVE_TANL = @HAVE_TANL@
|
|
|
|
HAVE_TIMEGM = @HAVE_TIMEGM@
|
|
|
|
HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@
|
|
|
|
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_TZSET = @HAVE_TZSET@
|
2019-11-15 08:17:59 +08:00
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
HAVE_WCSFTIME = @HAVE_WCSFTIME@
|
2019-11-15 08:17:59 +08:00
|
|
|
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__BOOL = @HAVE__BOOL@
|
|
|
|
HAVE__EXIT = @HAVE__EXIT@
|
|
|
|
INCLUDE_NEXT = @INCLUDE_NEXT@
|
|
|
|
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
|
|
|
|
INET_NTOP_LIB = @INET_NTOP_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@
|
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
|
|
|
|
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
|
|
|
|
LIBINTL = @LIBINTL@
|
2019-11-07 02:49:52 +08:00
|
|
|
LIBMULTITHREAD = @LIBMULTITHREAD@
|
2019-11-15 08:17:59 +08:00
|
|
|
LIBOBJS = @LIBOBJS@
|
2019-11-17 13:37:06 +08:00
|
|
|
LIBPMULTITHREAD = @LIBPMULTITHREAD@
|
|
|
|
LIBPTHREAD = @LIBPTHREAD@
|
2019-11-15 08:17:59 +08:00
|
|
|
LIBS = @LIBS@
|
2019-11-07 02:49:52 +08:00
|
|
|
LIBTHREAD = @LIBTHREAD@
|
2019-11-17 13:37:06 +08:00
|
|
|
LIB_GETLOGIN = @LIB_GETLOGIN@
|
2019-11-15 08:17:59 +08:00
|
|
|
LIMITS_H = @LIMITS_H@
|
|
|
|
LN_S = @LN_S@
|
|
|
|
LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
|
|
|
|
LOCALE_FR = @LOCALE_FR@
|
|
|
|
LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
|
|
|
|
LOCALE_JA = @LOCALE_JA@
|
|
|
|
LOCALE_ZH_CN = @LOCALE_ZH_CN@
|
|
|
|
LTLIBINTL = @LTLIBINTL@
|
2019-11-07 02:49:52 +08:00
|
|
|
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
|
2019-11-15 08:17:59 +08:00
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
2019-11-07 02:49:52 +08:00
|
|
|
LTLIBTHREAD = @LTLIBTHREAD@
|
2019-11-15 08:17:59 +08:00
|
|
|
MAINT = @MAINT@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
MKDIR_P = @MKDIR_P@
|
|
|
|
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_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_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@
|
2019-11-17 13:37:06 +08:00
|
|
|
NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H = @NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H@
|
|
|
|
NEXT_AS_FIRST_DIRECTIVE_GLOB_H = @NEXT_AS_FIRST_DIRECTIVE_GLOB_H@
|
2019-11-15 08:17:59 +08:00
|
|
|
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
|
|
|
|
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
|
|
|
|
NEXT_AS_FIRST_DIRECTIVE_MATH_H = @NEXT_AS_FIRST_DIRECTIVE_MATH_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_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_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_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_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_DIRENT_H = @NEXT_DIRENT_H@
|
|
|
|
NEXT_ERRNO_H = @NEXT_ERRNO_H@
|
|
|
|
NEXT_FCNTL_H = @NEXT_FCNTL_H@
|
|
|
|
NEXT_FLOAT_H = @NEXT_FLOAT_H@
|
2019-11-17 13:37:06 +08:00
|
|
|
NEXT_FNMATCH_H = @NEXT_FNMATCH_H@
|
|
|
|
NEXT_GLOB_H = @NEXT_GLOB_H@
|
2019-11-15 08:17:59 +08:00
|
|
|
NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
|
|
|
|
NEXT_LIMITS_H = @NEXT_LIMITS_H@
|
|
|
|
NEXT_MATH_H = @NEXT_MATH_H@
|
|
|
|
NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
|
|
|
|
NEXT_SIGNAL_H = @NEXT_SIGNAL_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_STRING_H = @NEXT_STRING_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_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@
|
|
|
|
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
|
|
|
|
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
|
|
|
|
PRIPTR_PREFIX = @PRIPTR_PREFIX@
|
|
|
|
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
|
|
|
|
PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
|
|
|
|
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
|
|
|
|
RANLIB = @RANLIB@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_ACCESS = @REPLACE_ACCESS@
|
|
|
|
REPLACE_ACOSF = @REPLACE_ACOSF@
|
|
|
|
REPLACE_ASINF = @REPLACE_ASINF@
|
|
|
|
REPLACE_ATAN2F = @REPLACE_ATAN2F@
|
|
|
|
REPLACE_ATANF = @REPLACE_ATANF@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_BTOWC = @REPLACE_BTOWC@
|
|
|
|
REPLACE_CALLOC = @REPLACE_CALLOC@
|
|
|
|
REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
|
|
|
|
REPLACE_CBRTF = @REPLACE_CBRTF@
|
|
|
|
REPLACE_CBRTL = @REPLACE_CBRTL@
|
|
|
|
REPLACE_CEIL = @REPLACE_CEIL@
|
|
|
|
REPLACE_CEILF = @REPLACE_CEILF@
|
|
|
|
REPLACE_CEILL = @REPLACE_CEILL@
|
|
|
|
REPLACE_CHOWN = @REPLACE_CHOWN@
|
|
|
|
REPLACE_CLOSE = @REPLACE_CLOSE@
|
|
|
|
REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_COSF = @REPLACE_COSF@
|
|
|
|
REPLACE_COSHF = @REPLACE_COSHF@
|
|
|
|
REPLACE_CREAT = @REPLACE_CREAT@
|
|
|
|
REPLACE_CTIME = @REPLACE_CTIME@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_DIRFD = @REPLACE_DIRFD@
|
|
|
|
REPLACE_DPRINTF = @REPLACE_DPRINTF@
|
|
|
|
REPLACE_DUP = @REPLACE_DUP@
|
|
|
|
REPLACE_DUP2 = @REPLACE_DUP2@
|
|
|
|
REPLACE_EXP2 = @REPLACE_EXP2@
|
|
|
|
REPLACE_EXP2L = @REPLACE_EXP2L@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_EXPF = @REPLACE_EXPF@
|
|
|
|
REPLACE_EXPL = @REPLACE_EXPL@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_EXPM1 = @REPLACE_EXPM1@
|
|
|
|
REPLACE_EXPM1F = @REPLACE_EXPM1F@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_EXPM1L = @REPLACE_EXPM1L@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_FABSL = @REPLACE_FABSL@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_FACCESSAT = @REPLACE_FACCESSAT@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
|
|
|
|
REPLACE_FCLOSE = @REPLACE_FCLOSE@
|
|
|
|
REPLACE_FCNTL = @REPLACE_FCNTL@
|
|
|
|
REPLACE_FDOPEN = @REPLACE_FDOPEN@
|
|
|
|
REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
|
|
|
|
REPLACE_FFLUSH = @REPLACE_FFLUSH@
|
|
|
|
REPLACE_FLOOR = @REPLACE_FLOOR@
|
|
|
|
REPLACE_FLOORF = @REPLACE_FLOORF@
|
|
|
|
REPLACE_FLOORL = @REPLACE_FLOORL@
|
|
|
|
REPLACE_FMA = @REPLACE_FMA@
|
|
|
|
REPLACE_FMAF = @REPLACE_FMAF@
|
|
|
|
REPLACE_FMAL = @REPLACE_FMAL@
|
|
|
|
REPLACE_FMOD = @REPLACE_FMOD@
|
|
|
|
REPLACE_FMODF = @REPLACE_FMODF@
|
|
|
|
REPLACE_FMODL = @REPLACE_FMODL@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_FNMATCH = @REPLACE_FNMATCH@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_FOPEN = @REPLACE_FOPEN@
|
|
|
|
REPLACE_FPRINTF = @REPLACE_FPRINTF@
|
|
|
|
REPLACE_FPURGE = @REPLACE_FPURGE@
|
|
|
|
REPLACE_FREOPEN = @REPLACE_FREOPEN@
|
|
|
|
REPLACE_FREXP = @REPLACE_FREXP@
|
|
|
|
REPLACE_FREXPF = @REPLACE_FREXPF@
|
|
|
|
REPLACE_FREXPL = @REPLACE_FREXPL@
|
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_GETPASS = @REPLACE_GETPASS@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_GLOB = @REPLACE_GLOB@
|
|
|
|
REPLACE_GLOB_PATTERN_P = @REPLACE_GLOB_PATTERN_P@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_GMTIME = @REPLACE_GMTIME@
|
|
|
|
REPLACE_HUGE_VAL = @REPLACE_HUGE_VAL@
|
|
|
|
REPLACE_HYPOT = @REPLACE_HYPOT@
|
|
|
|
REPLACE_HYPOTF = @REPLACE_HYPOTF@
|
|
|
|
REPLACE_HYPOTL = @REPLACE_HYPOTL@
|
|
|
|
REPLACE_ILOGB = @REPLACE_ILOGB@
|
|
|
|
REPLACE_ILOGBF = @REPLACE_ILOGBF@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_ILOGBL = @REPLACE_ILOGBL@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_INET_NTOP = @REPLACE_INET_NTOP@
|
|
|
|
REPLACE_INET_PTON = @REPLACE_INET_PTON@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_INITSTATE = @REPLACE_INITSTATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_ISATTY = @REPLACE_ISATTY@
|
|
|
|
REPLACE_ISFINITE = @REPLACE_ISFINITE@
|
|
|
|
REPLACE_ISINF = @REPLACE_ISINF@
|
|
|
|
REPLACE_ISNAN = @REPLACE_ISNAN@
|
|
|
|
REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
|
|
|
|
REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
|
|
|
|
REPLACE_ITOLD = @REPLACE_ITOLD@
|
|
|
|
REPLACE_LCHOWN = @REPLACE_LCHOWN@
|
|
|
|
REPLACE_LDEXPL = @REPLACE_LDEXPL@
|
|
|
|
REPLACE_LINK = @REPLACE_LINK@
|
|
|
|
REPLACE_LINKAT = @REPLACE_LINKAT@
|
|
|
|
REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
|
|
|
|
REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
|
|
|
|
REPLACE_LOG = @REPLACE_LOG@
|
|
|
|
REPLACE_LOG10 = @REPLACE_LOG10@
|
|
|
|
REPLACE_LOG10F = @REPLACE_LOG10F@
|
|
|
|
REPLACE_LOG10L = @REPLACE_LOG10L@
|
|
|
|
REPLACE_LOG1P = @REPLACE_LOG1P@
|
|
|
|
REPLACE_LOG1PF = @REPLACE_LOG1PF@
|
|
|
|
REPLACE_LOG1PL = @REPLACE_LOG1PL@
|
|
|
|
REPLACE_LOG2 = @REPLACE_LOG2@
|
|
|
|
REPLACE_LOG2F = @REPLACE_LOG2F@
|
|
|
|
REPLACE_LOG2L = @REPLACE_LOG2L@
|
|
|
|
REPLACE_LOGB = @REPLACE_LOGB@
|
|
|
|
REPLACE_LOGBF = @REPLACE_LOGBF@
|
|
|
|
REPLACE_LOGBL = @REPLACE_LOGBL@
|
|
|
|
REPLACE_LOGF = @REPLACE_LOGF@
|
|
|
|
REPLACE_LOGL = @REPLACE_LOGL@
|
|
|
|
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_MODF = @REPLACE_MODF@
|
|
|
|
REPLACE_MODFF = @REPLACE_MODFF@
|
|
|
|
REPLACE_MODFL = @REPLACE_MODFL@
|
|
|
|
REPLACE_NAN = @REPLACE_NAN@
|
|
|
|
REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
|
|
|
|
REPLACE_NULL = @REPLACE_NULL@
|
|
|
|
REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
|
|
|
|
REPLACE_OPEN = @REPLACE_OPEN@
|
|
|
|
REPLACE_OPENAT = @REPLACE_OPENAT@
|
|
|
|
REPLACE_OPENDIR = @REPLACE_OPENDIR@
|
|
|
|
REPLACE_PERROR = @REPLACE_PERROR@
|
|
|
|
REPLACE_POPEN = @REPLACE_POPEN@
|
|
|
|
REPLACE_PREAD = @REPLACE_PREAD@
|
|
|
|
REPLACE_PRINTF = @REPLACE_PRINTF@
|
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_RANDOM = @REPLACE_RANDOM@
|
2019-11-15 08:17:59 +08:00
|
|
|
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_REMAINDER = @REPLACE_REMAINDER@
|
|
|
|
REPLACE_REMAINDERF = @REPLACE_REMAINDERF@
|
|
|
|
REPLACE_REMAINDERL = @REPLACE_REMAINDERL@
|
|
|
|
REPLACE_REMOVE = @REPLACE_REMOVE@
|
|
|
|
REPLACE_RENAME = @REPLACE_RENAME@
|
|
|
|
REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_RINTL = @REPLACE_RINTL@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_RMDIR = @REPLACE_RMDIR@
|
|
|
|
REPLACE_ROUND = @REPLACE_ROUND@
|
|
|
|
REPLACE_ROUNDF = @REPLACE_ROUNDF@
|
|
|
|
REPLACE_ROUNDL = @REPLACE_ROUNDL@
|
|
|
|
REPLACE_SETENV = @REPLACE_SETENV@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_SETSTATE = @REPLACE_SETSTATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_SIGNBIT = @REPLACE_SIGNBIT@
|
|
|
|
REPLACE_SIGNBIT_USING_GCC = @REPLACE_SIGNBIT_USING_GCC@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_SINF = @REPLACE_SINF@
|
|
|
|
REPLACE_SINHF = @REPLACE_SINHF@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_SLEEP = @REPLACE_SLEEP@
|
|
|
|
REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
|
|
|
|
REPLACE_SPRINTF = @REPLACE_SPRINTF@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_SQRTF = @REPLACE_SQRTF@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_SQRTL = @REPLACE_SQRTL@
|
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_STRFTIME = @REPLACE_STRFTIME@
|
2019-11-15 08:17:59 +08:00
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_STRTOLD = @REPLACE_STRTOLD@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
|
|
|
|
REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
|
|
|
|
REPLACE_SYMLINK = @REPLACE_SYMLINK@
|
|
|
|
REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_TANF = @REPLACE_TANF@
|
|
|
|
REPLACE_TANHF = @REPLACE_TANHF@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_TIMEGM = @REPLACE_TIMEGM@
|
|
|
|
REPLACE_TMPFILE = @REPLACE_TMPFILE@
|
|
|
|
REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
|
|
|
|
REPLACE_TRUNC = @REPLACE_TRUNC@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_TRUNCF = @REPLACE_TRUNCF@
|
|
|
|
REPLACE_TRUNCL = @REPLACE_TRUNCL@
|
|
|
|
REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_TZSET = @REPLACE_TZSET@
|
2019-11-15 08:17:59 +08:00
|
|
|
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@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_WCSFTIME = @REPLACE_WCSFTIME@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
|
|
|
|
REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
|
2019-11-17 13:37:06 +08:00
|
|
|
REPLACE_WCSTOK = @REPLACE_WCSTOK@
|
2019-11-15 08:17:59 +08:00
|
|
|
REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
|
|
|
|
REPLACE_WCTOB = @REPLACE_WCTOB@
|
|
|
|
REPLACE_WCTOMB = @REPLACE_WCTOMB@
|
|
|
|
REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
|
|
|
|
REPLACE_WRITE = @REPLACE_WRITE@
|
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
|
|
|
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
|
|
|
|
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
|
|
|
|
STDALIGN_H = @STDALIGN_H@
|
|
|
|
STDBOOL_H = @STDBOOL_H@
|
|
|
|
STDDEF_H = @STDDEF_H@
|
|
|
|
STDINT_H = @STDINT_H@
|
|
|
|
STRIP = @STRIP@
|
|
|
|
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@
|
|
|
|
VERSION = @VERSION@
|
|
|
|
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
|
|
|
|
WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
|
|
|
|
WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
|
2019-11-17 13:37:06 +08:00
|
|
|
WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
|
|
|
|
WINDOWS_STAT_TIMESPEC = @WINDOWS_STAT_TIMESPEC@
|
2019-11-15 08:17:59 +08:00
|
|
|
WINT_T_SUFFIX = @WINT_T_SUFFIX@
|
|
|
|
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__tar = @am__tar@
|
|
|
|
am__untar = @am__untar@
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
bindir = @bindir@
|
2019-11-15 08:17:59 +08:00
|
|
|
build = @build@
|
|
|
|
build_alias = @build_alias@
|
|
|
|
build_cpu = @build_cpu@
|
|
|
|
build_os = @build_os@
|
|
|
|
build_vendor = @build_vendor@
|
|
|
|
builddir = @builddir@
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
datadir = @datadir@
|
|
|
|
datarootdir = @datarootdir@
|
|
|
|
docdir = @docdir@
|
2019-11-15 08:17:59 +08:00
|
|
|
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@
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
htmldir = @htmldir@
|
|
|
|
includedir = @includedir@
|
2019-11-15 08:17:59 +08:00
|
|
|
infodir = @infodir@
|
|
|
|
install_sh = @install_sh@
|
|
|
|
libdir = @libdir@
|
|
|
|
libexecdir = @libexecdir@
|
|
|
|
localedir = @localedir@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
mandir = @mandir@
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
oldincludedir = @oldincludedir@
|
|
|
|
pdfdir = @pdfdir@
|
|
|
|
prefix = @prefix@
|
|
|
|
program_transform_name = @program_transform_name@
|
|
|
|
psdir = @psdir@
|
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target = @target@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
target_cpu = @target_cpu@
|
|
|
|
target_os = @target_os@
|
|
|
|
target_vendor = @target_vendor@
|
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2019-11-17 13:37:06 +08:00
|
|
|
|
|
|
|
# The toplevel makefile overrides $(CC) (in EXTRA_HOST_FLAGS) by setting
|
|
|
|
# it to whatever CC was in the toplevel configure. This breaks in Gnulib with
|
|
|
|
# older GCCs, because Gnulib's configure uses this variable to store the
|
|
|
|
# standard-setting switch (e.g. -std=gnu99/-std=gnu11). To fix this, we just
|
|
|
|
# set MAKEOVERRIDES to empty here so that import/ uses the right $(CC).
|
|
|
|
#
|
|
|
|
# This problem is visible with compilers that don't use C99 by default, such
|
|
|
|
# as GCC 4.8.5 (Centos 7).
|
|
|
|
MAKEOVERRIDES =
|
2019-11-15 08:17:59 +08:00
|
|
|
SUBDIRS = import
|
|
|
|
all: config.h
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
.SUFFIXES:
|
|
|
|
am--refresh: Makefile
|
|
|
|
@:
|
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
*$$dep*) \
|
|
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
|
|
|
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
|
|
|
&& exit 0; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
$(AUTOMAKE) --foreign Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
@case '$?' in \
|
|
|
|
*config.status*) \
|
|
|
|
echo ' $(SHELL) ./config.status'; \
|
|
|
|
$(SHELL) ./config.status;; \
|
|
|
|
*) \
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
|
|
esac;
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
$(SHELL) ./config.status --recheck
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
$(am__cd) $(srcdir) && $(AUTOCONF)
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
|
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
|
|
$(am__aclocal_m4_deps):
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
config.h: stamp-h1
|
|
|
|
@test -f $@ || rm -f stamp-h1
|
|
|
|
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
|
|
|
|
@rm -f stamp-h1
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|
|
|
$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
|
|
|
rm -f stamp-h1
|
|
|
|
touch $@
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
distclean-hdr:
|
|
|
|
-rm -f config.h stamp-h1
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
# 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"
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
ID: $(am__tagged_files)
|
|
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
|
|
tags: tags-recursive
|
|
|
|
TAGS: tags
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
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
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
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
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
GTAGS:
|
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
|
|
&& $(am__cd) $(top_srcdir) \
|
|
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
|
cscope: cscope.files
|
|
|
|
test ! -s cscope.files \
|
|
|
|
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
|
|
|
clean-cscope:
|
|
|
|
-rm -f cscope.files
|
|
|
|
cscope.files: clean-cscope cscopelist
|
|
|
|
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
|
|
|
|
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
|
|
|
check-am: all-am
|
|
|
|
check: check-recursive
|
|
|
|
all-am: Makefile config.h
|
|
|
|
installdirs: installdirs-recursive
|
|
|
|
installdirs-am:
|
|
|
|
install: install-recursive
|
|
|
|
install-exec: 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:
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
|
|
|
distclean-generic:
|
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
clean: clean-recursive
|
|
|
|
|
|
|
|
clean-am: clean-generic mostlyclean-am
|
|
|
|
|
|
|
|
distclean: distclean-recursive
|
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
|
-rm -f Makefile
|
|
|
|
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
|
|
|
|
|
|
|
dvi: dvi-recursive
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
|
|
|
html: html-recursive
|
|
|
|
|
|
|
|
html-am:
|
|
|
|
|
|
|
|
info: info-recursive
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
info-am:
|
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS): Add $(GNULIB_BUILDDIR).
(CLEANDIRS). Remove gnulib/import.
(REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
(all-lib): Ditto.
(distclean): Remove the $(GNULIB_BUILDDIR) directory.
(gnulib/import/Makefile): Replace gnulib/import with
$(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
(ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
(aclocal_m4_deps): Remove the gnulib dependencies. Add
acx_configure_dir.m4.
* acinclude.m4: Include acx_configure_dir.m4.
* acx_configure_dir.m4: New file.
* aclocal.m4: Regenerate.
* configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
calls. Configure gnulib using ACX_CONFIGURE_DIR.
(GNULIB): New variable.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile.
* gdb/defs.h: Include build-gnulib/config.h.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* gnulib/Makefile.in: New file.
* gnulib/configure.ac: New file.
* gnulib/aclocal.m4: New file.
* gnulib/config.in: New file.
* gnulib/configure: New file.
* gnulib/: Re-run gnulib-tool to adjust.
gdb/gdbserver/
* Makefile.in (GNULIB_BUILDDIR): New.
(LIBGNU, INCGNU, GNULIB_H): Adjust.
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
(all, install-only, uninstall, clean-info, all-lib, clean): No
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
(maintainer-clean realclean distclean): Use subdir_do.
(subdir_do): New.
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
* acinclude.m4: Include acx_configure_dir.m4.
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
calls. Call AC_PROG_RANLIB. Configure gnulib using
ACX_CONFIGURE_DIR.
(GNULIB): New.
(GNULIB_STDINT_H): Adjust.
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
* gdbreplay.c: Include build-gnulib/config.h.
* server.h: Likewise.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
2012-04-20 03:34:52 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
install-data-am:
|
Makefiles: Disable suffix rules and implicit rules
Since we don't use suffix rules nor implicit rules in gdb, we can
disable them. The advantage is a slightly faster make [1].
Here are some numbers about the speedup. I ran this on my trusty old
Intel Q6600, so the time numbers are probably higher than what you'd get
on any recent hardware. I ran "make" in the gdb/ directory of an
already built repository (configured with --enable-targets=all). I
recorded the time of execution (average of 5). I then ran "make -d" and
recorded the number of printed lines, which gives a rough idea of the
number of operations done.
I compared the following configurations, to see the impact of both the
empty .SUFFIXES target and the empty pattern rules, as well as running
"make -r", which can be considered the "ideal" case.
A - baseline
B - baseline + .SUFFIXES
C - baseline + pattern rules
D - baseline + .SUFFIXES + pattern rules
E - baseline + make -r
config | time (s) | "make -d"
-----------------------------
A | 5.74 | 2396643
B | 1.19 | 298469
C | 2.81 | 1266573
D | 1.13 | 245489
E | 1.01 | 163914
We can see that the empty .SUFFIXES target has a bigger impact than the
empty pattern rules, but still it doesn't hurt to disable the implicit
pattern rules as well.
There are still some mentions of implicit rules I can't get rid of in
the "make -d" output. For example, it's trying to build .c files from
.w files:
Looking for an implicit rule for '/home/simark/src/binutils-gdb/gdb/infrun.c'.
Trying pattern rule with stem 'infrun'.
Trying implicit prerequisite '/home/simark/src/binutils-gdb/gdb/infrun.w'.
and trying to build Makefile.in from a bunch of extensions:
Looking for an implicit rule for 'Makefile.in'.
Trying pattern rule with stem 'Makefile.in'.
Trying implicit prerequisite 'Makefile.in.o'.
Trying pattern rule with stem 'Makefile.in'.
Trying implicit prerequisite 'Makefile.in.c'.
Trying pattern rule with stem 'Makefile.in'.
Trying implicit prerequisite 'Makefile.in.cc'.
... many more ...
If somebody knows how to disable them, we can do it, but at this point
the returns are minimal, so it is not that important.
I verified that both in-tree and out-of-tree builds work.
[1] Switching from explicit rules to pattern rules for files in
subdirectories actually made it slower, so this is kind of a way to
redeem myself. But it the end it's faster than it was previously,
so it was all worth it. :)
gdb/ChangeLog:
* disable-implicit-rules.mk: New file.
* Makefile.in: Include disable-implicit-rules.mk.
* data-directory/Makefile.in: Likewise.
* gnulib/Makefile.in: Likewise.
gdb/doc/ChangeLog:
* Makefile.in: Likewise.
gdb/gdbserver/ChangeLog:
* Makefile.in: Include disable-implicit-rules.mk.
gdb/testsuite/ChangeLog:
* Makefile.in: Include disable-implicit-rules.mk.
2016-12-01 05:23:59 +08:00
|
|
|
|
2019-11-15 08:17:59 +08:00
|
|
|
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 $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
|
|
|
-rm -f Makefile
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-recursive
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-generic
|
|
|
|
|
|
|
|
pdf: pdf-recursive
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
ps: ps-recursive
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
|
|
|
uninstall-am:
|
|
|
|
|
|
|
|
.MAKE: $(am__recursive_targets) all install-am install-strip
|
|
|
|
|
|
|
|
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
|
|
|
|
am--refresh check check-am clean clean-cscope clean-generic \
|
2019-11-16 04:48:27 +08:00
|
|
|
cscope cscopelist-am ctags ctags-am distclean \
|
|
|
|
distclean-generic distclean-hdr distclean-tags 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-generic pdf \
|
|
|
|
pdf-am ps ps-am tags tags-am uninstall uninstall-am
|
2019-11-15 08:17:59 +08:00
|
|
|
|
|
|
|
.PRECIOUS: Makefile
|
|
|
|
|
|
|
|
|
|
|
|
# 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:
|