mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 23:19:18 +00:00
update thirdparty, add build script
This commit is contained in:
+60
-55
@@ -1,7 +1,7 @@
|
||||
# Makefile.in generated by automake 1.16.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.16.2 from Makefile.am.
|
||||
# Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -90,16 +90,16 @@ POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = x86_64-pc-linux-gnu
|
||||
host_triplet = x86_64-pc-linux-gnu
|
||||
build_triplet = i686-pc-linux-gnu
|
||||
host_triplet = i686-pc-linux-gnu
|
||||
TESTS = samples/sample1_unittest$(EXEEXT) \
|
||||
samples/sample10_unittest$(EXEEXT) \
|
||||
test/gtest_all_test$(EXEEXT) $(am__EXEEXT_1)
|
||||
check_PROGRAMS = samples/sample1_unittest$(EXEEXT) \
|
||||
samples/sample10_unittest$(EXEEXT) \
|
||||
test/gtest_all_test$(EXEEXT) $(am__EXEEXT_1)
|
||||
#am__append_1 = test/fused_gtest_test
|
||||
#am__append_2 = test/fused_gtest_test
|
||||
am__append_1 = test/fused_gtest_test
|
||||
am__append_2 = test/fused_gtest_test
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
||||
@@ -117,7 +117,7 @@ mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/build-aux/config.h
|
||||
CONFIG_CLEAN_FILES = scripts/gtest-config
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
#am__EXEEXT_1 = test/fused_gtest_test$(EXEEXT)
|
||||
am__EXEEXT_1 = test/fused_gtest_test$(EXEEXT)
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
@@ -181,9 +181,9 @@ am__test_fused_gtest_test_SOURCES_DIST = fused-src/gtest/gtest-all.cc \
|
||||
am__objects_1 = \
|
||||
fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \
|
||||
fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT)
|
||||
#am_test_fused_gtest_test_OBJECTS = $(am__objects_1) \
|
||||
# samples/test_fused_gtest_test-sample1.$(OBJEXT) \
|
||||
# samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT)
|
||||
am_test_fused_gtest_test_OBJECTS = $(am__objects_1) \
|
||||
samples/test_fused_gtest_test-sample1.$(OBJEXT) \
|
||||
samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT)
|
||||
test_fused_gtest_test_OBJECTS = $(am_test_fused_gtest_test_OBJECTS)
|
||||
test_fused_gtest_test_LDADD = $(LDADD)
|
||||
am_test_gtest_all_test_OBJECTS = test/gtest_all_test.$(OBJEXT)
|
||||
@@ -500,23 +500,23 @@ distuninstallcheck_listfiles = find . -type f -print
|
||||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
||||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
||||
distcleancheck_listfiles = find . -type f -print
|
||||
ACLOCAL = ${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing aclocal-1.16
|
||||
ACLOCAL = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing aclocal-1.16
|
||||
AMTAR = $${TAR-tar}
|
||||
AM_DEFAULT_VERBOSITY = 1
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing autoconf
|
||||
AUTOHEADER = ${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing autoheader
|
||||
AUTOMAKE = ${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing automake-1.16
|
||||
AWK = mawk
|
||||
AUTOCONF = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing autoconf
|
||||
AUTOHEADER = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing autoheader
|
||||
AUTOMAKE = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing automake-1.16
|
||||
AWK = gawk
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS =
|
||||
CFLAGS = -m32 -Wno-narrowing
|
||||
CPP = gcc -E
|
||||
CPPFLAGS =
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -DNDEBUG
|
||||
CXXFLAGS = -m32 -Wno-narrowing -fpermissive
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DHAVE_CONFIG_H
|
||||
DEPDIR = .deps
|
||||
@@ -526,17 +526,17 @@ DUMPBIN =
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EGREP = /usr/bin/grep -E
|
||||
EXEEXT =
|
||||
FGREP = /bin/grep -F
|
||||
GREP = /bin/grep
|
||||
FGREP = /usr/bin/grep -F
|
||||
GREP = /usr/bin/grep
|
||||
INSTALL = /usr/bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
LD = /usr/bin/ld -m elf_x86_64
|
||||
LDFLAGS =
|
||||
LD = /usr/bin/ld
|
||||
LDFLAGS = -m32
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
@@ -544,9 +544,9 @@ LIPO =
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
LT_SYS_LIBRARY_PATH =
|
||||
MAKEINFO = ${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing makeinfo
|
||||
MAKEINFO = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing makeinfo
|
||||
MANIFEST_TOOL = :
|
||||
MKDIR_P = /bin/mkdir -p
|
||||
MKDIR_P = /usr/bin/mkdir -p
|
||||
NM = /usr/bin/nm -B
|
||||
NMEDIT =
|
||||
OBJDUMP = objdump
|
||||
@@ -564,17 +564,17 @@ PATH_SEPARATOR = :
|
||||
PTHREAD_CC = gcc
|
||||
PTHREAD_CFLAGS = -pthread
|
||||
PTHREAD_LIBS =
|
||||
PYTHON = :
|
||||
PYTHON = /usr/bin/python
|
||||
RANLIB = ranlib
|
||||
SED = /bin/sed
|
||||
SED = /usr/bin/sed
|
||||
SET_MAKE =
|
||||
SHELL = /bin/bash
|
||||
SHELL = /bin/sh
|
||||
STRIP = strip
|
||||
VERSION = 1.6.0
|
||||
abs_builddir = /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest
|
||||
abs_srcdir = /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest
|
||||
abs_top_builddir = /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest
|
||||
abs_top_srcdir = /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest
|
||||
abs_builddir = /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest
|
||||
abs_srcdir = /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest
|
||||
abs_top_builddir = /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest
|
||||
abs_top_srcdir = /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_CXX = g++
|
||||
@@ -586,9 +586,9 @@ am__quote =
|
||||
am__tar = $${TAR-tar} chof - "$$tardir"
|
||||
am__untar = $${TAR-tar} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = x86_64-pc-linux-gnu
|
||||
build_alias =
|
||||
build_cpu = x86_64
|
||||
build = i686-pc-linux-gnu
|
||||
build_alias = i686-pc-linux-gnu
|
||||
build_cpu = i686
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
builddir = .
|
||||
@@ -597,15 +597,15 @@ datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||||
dvidir = ${docdir}
|
||||
exec_prefix = ${prefix}
|
||||
host = x86_64-pc-linux-gnu
|
||||
host = i686-pc-linux-gnu
|
||||
host_alias =
|
||||
host_cpu = x86_64
|
||||
host_cpu = i686
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = ${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/install-sh
|
||||
install_sh = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
@@ -617,7 +617,6 @@ pdfdir = ${docdir}
|
||||
prefix = /usr/local
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
runstatedir = ${localstatedir}/run
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = .
|
||||
@@ -811,10 +810,10 @@ FUSED_GTEST_SRC = \
|
||||
fused-src/gtest/gtest.h \
|
||||
fused-src/gtest/gtest_main.cc
|
||||
|
||||
#test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \
|
||||
# samples/sample1.cc samples/sample1_unittest.cc
|
||||
test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \
|
||||
samples/sample1.cc samples/sample1_unittest.cc
|
||||
|
||||
#test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src"
|
||||
test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src"
|
||||
|
||||
# Death tests may produce core dumps in the build directory. In case
|
||||
# this happens, clean them to keep distcleancheck happy.
|
||||
@@ -1492,6 +1491,10 @@ dist-xz: distdir
|
||||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-zstd: distdir
|
||||
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-tarZ: distdir
|
||||
@echo WARNING: "Support for distribution archives compressed with" \
|
||||
"legacy program 'compress' is deprecated." >&2
|
||||
@@ -1533,6 +1536,8 @@ distcheck: dist
|
||||
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
unzip $(distdir).zip ;;\
|
||||
*.tar.zst*) \
|
||||
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
|
||||
esac
|
||||
chmod -R a-w $(distdir)
|
||||
chmod u+w $(distdir)
|
||||
@@ -1651,7 +1656,7 @@ distclean-generic:
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
maintainer-clean-local:
|
||||
#maintainer-clean-local:
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
|
||||
@@ -1759,7 +1764,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-m4dataDATA \
|
||||
clean-generic clean-libLTLIBRARIES clean-libtool \
|
||||
clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
|
||||
dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
|
||||
dist-tarZ dist-xz dist-zip distcheck distclean \
|
||||
dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
|
||||
distclean-compile distclean-generic distclean-hdr \
|
||||
distclean-libtool distclean-tags distcleancheck distdir \
|
||||
distuninstallcheck dvi dvi-am html html-am info info-am \
|
||||
@@ -1785,20 +1790,20 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-m4dataDATA \
|
||||
# Build rules for putting fused Google Test files into the distribution
|
||||
# package. The user can also create those files by manually running
|
||||
# scripts/fuse_gtest_files.py.
|
||||
#$(test_fused_gtest_test_SOURCES): fused-gtest
|
||||
$(test_fused_gtest_test_SOURCES): fused-gtest
|
||||
|
||||
#fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
|
||||
# $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \
|
||||
# scripts/fuse_gtest_files.py
|
||||
# mkdir -p "$(srcdir)/fused-src"
|
||||
# chmod -R u+w "$(srcdir)/fused-src"
|
||||
# rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc"
|
||||
# rm -f "$(srcdir)/fused-src/gtest/gtest.h"
|
||||
# "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src"
|
||||
# cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/"
|
||||
fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
|
||||
$(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \
|
||||
scripts/fuse_gtest_files.py
|
||||
mkdir -p "$(srcdir)/fused-src"
|
||||
chmod -R u+w "$(srcdir)/fused-src"
|
||||
rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc"
|
||||
rm -f "$(srcdir)/fused-src/gtest/gtest.h"
|
||||
"$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src"
|
||||
cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/"
|
||||
|
||||
#maintainer-clean-local:
|
||||
# rm -rf "$(srcdir)/fused-src"
|
||||
maintainer-clean-local:
|
||||
rm -rf "$(srcdir)/fused-src"
|
||||
|
||||
# Disables 'make install' as installing a compiled version of Google
|
||||
# Test can lead to undefined behavior due to violation of the
|
||||
|
||||
+9
-4
@@ -1,7 +1,7 @@
|
||||
# Makefile.in generated by automake 1.16.1 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.16.2 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -617,7 +617,6 @@ pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
runstatedir = @runstatedir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
@@ -1492,6 +1491,10 @@ dist-xz: distdir
|
||||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-zstd: distdir
|
||||
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
|
||||
$(am__post_remove_distdir)
|
||||
|
||||
dist-tarZ: distdir
|
||||
@echo WARNING: "Support for distribution archives compressed with" \
|
||||
"legacy program 'compress' is deprecated." >&2
|
||||
@@ -1533,6 +1536,8 @@ distcheck: dist
|
||||
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
unzip $(distdir).zip ;;\
|
||||
*.tar.zst*) \
|
||||
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
|
||||
esac
|
||||
chmod -R a-w $(distdir)
|
||||
chmod u+w $(distdir)
|
||||
@@ -1759,7 +1764,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-m4dataDATA \
|
||||
clean-generic clean-libLTLIBRARIES clean-libtool \
|
||||
clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
|
||||
dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
|
||||
dist-tarZ dist-xz dist-zip distcheck distclean \
|
||||
dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
|
||||
distclean-compile distclean-generic distclean-hdr \
|
||||
distclean-libtool distclean-tags distcleancheck distdir \
|
||||
distuninstallcheck dvi dvi-am html html-am info info-am \
|
||||
|
||||
+26
-24
@@ -1,6 +1,6 @@
|
||||
# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
|
||||
# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
|
||||
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
|
||||
If you have problems, you may need to regenerate the build system entirely.
|
||||
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
||||
|
||||
# Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
|
||||
[am__api_version='1.16'
|
||||
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
||||
dnl require some minimum version. Point them to the right macro.
|
||||
m4_if([$1], [1.16.1], [],
|
||||
m4_if([$1], [1.16.2], [],
|
||||
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
||||
])
|
||||
|
||||
@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
|
||||
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
||||
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
|
||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||
[AM_AUTOMAKE_VERSION([1.16.1])dnl
|
||||
[AM_AUTOMAKE_VERSION([1.16.2])dnl
|
||||
m4_ifndef([AC_AUTOCONF_VERSION],
|
||||
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||||
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
||||
|
||||
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
|
||||
|
||||
# AM_CONDITIONAL -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
|
||||
Usually this means the macro was only invoked conditionally.]])
|
||||
fi])])
|
||||
|
||||
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
|
||||
|
||||
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -371,7 +371,9 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
||||
done
|
||||
if test $am_rc -ne 0; then
|
||||
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
|
||||
for automatic dependency tracking. Try re-running configure with the
|
||||
for automatic dependency tracking. If GNU make was not used, consider
|
||||
re-running the configure script with MAKE="gmake" (or whatever is
|
||||
necessary). You can also try re-running configure with the
|
||||
'--disable-dependency-tracking' option to at least be able to build
|
||||
the package (albeit without support for automatic dependency tracking).])
|
||||
fi
|
||||
@@ -398,7 +400,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
||||
|
||||
# Do all the work for Automake. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -595,7 +597,7 @@ for _am_header in $config_headers :; do
|
||||
done
|
||||
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
||||
|
||||
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -616,7 +618,7 @@ if test x"${install_sh+set}" != xset; then
|
||||
fi
|
||||
AC_SUBST([install_sh])])
|
||||
|
||||
# Copyright (C) 2003-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -637,7 +639,7 @@ AC_SUBST([am__leading_dot])])
|
||||
|
||||
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -680,7 +682,7 @@ AC_SUBST([am__quote])])
|
||||
|
||||
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -719,7 +721,7 @@ fi
|
||||
|
||||
# Helper functions for option handling. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -748,7 +750,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
|
||||
AC_DEFUN([_AM_IF_OPTION],
|
||||
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
||||
|
||||
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -795,7 +797,7 @@ AC_LANG_POP([C])])
|
||||
# For backward compatibility.
|
||||
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
|
||||
|
||||
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -1033,7 +1035,7 @@ for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
|
||||
sys.exit(sys.hexversion < minverhex)"
|
||||
AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
|
||||
|
||||
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -1052,7 +1054,7 @@ AC_DEFUN([AM_RUN_LOG],
|
||||
|
||||
# Check to make sure that the build environment is sane. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -1133,7 +1135,7 @@ AC_CONFIG_COMMANDS_PRE(
|
||||
rm -f conftest.file
|
||||
])
|
||||
|
||||
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -1193,7 +1195,7 @@ AC_SUBST([AM_BACKSLASH])dnl
|
||||
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
|
||||
])
|
||||
|
||||
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -1221,7 +1223,7 @@ fi
|
||||
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
||||
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
||||
|
||||
# Copyright (C) 2006-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -1240,7 +1242,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
||||
|
||||
# Check how to create a tarball. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2004-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2004-2020 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
|
||||
+4
-14
@@ -745,7 +745,6 @@ infodir
|
||||
docdir
|
||||
oldincludedir
|
||||
includedir
|
||||
runstatedir
|
||||
localstatedir
|
||||
sharedstatedir
|
||||
sysconfdir
|
||||
@@ -833,7 +832,6 @@ datadir='${datarootdir}'
|
||||
sysconfdir='${prefix}/etc'
|
||||
sharedstatedir='${prefix}/com'
|
||||
localstatedir='${prefix}/var'
|
||||
runstatedir='${localstatedir}/run'
|
||||
includedir='${prefix}/include'
|
||||
oldincludedir='/usr/include'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
@@ -1086,15 +1084,6 @@ do
|
||||
| -silent | --silent | --silen | --sile | --sil)
|
||||
silent=yes ;;
|
||||
|
||||
-runstatedir | --runstatedir | --runstatedi | --runstated \
|
||||
| --runstate | --runstat | --runsta | --runst | --runs \
|
||||
| --run | --ru | --r)
|
||||
ac_prev=runstatedir ;;
|
||||
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
|
||||
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
|
||||
| --run=* | --ru=* | --r=*)
|
||||
runstatedir=$ac_optarg ;;
|
||||
|
||||
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
||||
ac_prev=sbindir ;;
|
||||
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
||||
@@ -1232,7 +1221,7 @@ fi
|
||||
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
||||
datadir sysconfdir sharedstatedir localstatedir includedir \
|
||||
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
||||
libdir localedir mandir runstatedir
|
||||
libdir localedir mandir
|
||||
do
|
||||
eval ac_val=\$$ac_var
|
||||
# Remove trailing slashes.
|
||||
@@ -1385,7 +1374,6 @@ Fine tuning of the installation directories:
|
||||
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
||||
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
||||
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
||||
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
|
||||
--libdir=DIR object code libraries [EPREFIX/lib]
|
||||
--includedir=DIR C header files [PREFIX/include]
|
||||
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
||||
@@ -18180,7 +18168,9 @@ $as_echo X/"$am_mf" |
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
||||
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||||
as_fn_error $? "Something went wrong bootstrapping makefile fragments
|
||||
for automatic dependency tracking. Try re-running configure with the
|
||||
for automatic dependency tracking. If GNU make was not used, consider
|
||||
re-running the configure script with MAKE=\"gmake\" (or whatever is
|
||||
necessary). You can also try re-running configure with the
|
||||
'--disable-dependency-tracking' option to at least be able to build
|
||||
the package (albeit without support for automatic dependency tracking).
|
||||
See \`config.log' for more details" "$LINENO" 5; }
|
||||
|
||||
+4
-14
@@ -745,7 +745,6 @@ infodir
|
||||
docdir
|
||||
oldincludedir
|
||||
includedir
|
||||
runstatedir
|
||||
localstatedir
|
||||
sharedstatedir
|
||||
sysconfdir
|
||||
@@ -833,7 +832,6 @@ datadir='${datarootdir}'
|
||||
sysconfdir='${prefix}/etc'
|
||||
sharedstatedir='${prefix}/com'
|
||||
localstatedir='${prefix}/var'
|
||||
runstatedir='${localstatedir}/run'
|
||||
includedir='${prefix}/include'
|
||||
oldincludedir='/usr/include'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
@@ -1086,15 +1084,6 @@ do
|
||||
| -silent | --silent | --silen | --sile | --sil)
|
||||
silent=yes ;;
|
||||
|
||||
-runstatedir | --runstatedir | --runstatedi | --runstated \
|
||||
| --runstate | --runstat | --runsta | --runst | --runs \
|
||||
| --run | --ru | --r)
|
||||
ac_prev=runstatedir ;;
|
||||
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
|
||||
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
|
||||
| --run=* | --ru=* | --r=*)
|
||||
runstatedir=$ac_optarg ;;
|
||||
|
||||
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
||||
ac_prev=sbindir ;;
|
||||
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
||||
@@ -1232,7 +1221,7 @@ fi
|
||||
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
||||
datadir sysconfdir sharedstatedir localstatedir includedir \
|
||||
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
||||
libdir localedir mandir runstatedir
|
||||
libdir localedir mandir
|
||||
do
|
||||
eval ac_val=\$$ac_var
|
||||
# Remove trailing slashes.
|
||||
@@ -1385,7 +1374,6 @@ Fine tuning of the installation directories:
|
||||
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
||||
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
||||
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
||||
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
|
||||
--libdir=DIR object code libraries [EPREFIX/lib]
|
||||
--includedir=DIR C header files [PREFIX/include]
|
||||
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
||||
@@ -18180,7 +18168,9 @@ $as_echo X/"$am_mf" |
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
||||
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||||
as_fn_error $? "Something went wrong bootstrapping makefile fragments
|
||||
for automatic dependency tracking. Try re-running configure with the
|
||||
for automatic dependency tracking. If GNU make was not used, consider
|
||||
re-running the configure script with MAKE=\"gmake\" (or whatever is
|
||||
necessary). You can also try re-running configure with the
|
||||
'--disable-dependency-tracking' option to at least be able to build
|
||||
the package (albeit without support for automatic dependency tracking).
|
||||
See \`config.log' for more details" "$LINENO" 5; }
|
||||
|
||||
+223
-223
@@ -1,4 +1,4 @@
|
||||
# This file was generated by Autom4te Sun Aug 20 18:29:13 UTC 2017.
|
||||
# This file was generated.
|
||||
# It contains the lists of macros which have been traced.
|
||||
# It can be safely removed.
|
||||
|
||||
@@ -42,188 +42,188 @@
|
||||
'configure.ac'
|
||||
],
|
||||
{
|
||||
'LT_SYS_DLSEARCH_PATH' => 1,
|
||||
'AM_RUN_LOG' => 1,
|
||||
'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
|
||||
'AC_LIBTOOL_OBJDIR' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_ENABLE_FAST_INSTALL' => 1,
|
||||
'AC_LIBLTDL_INSTALLABLE' => 1,
|
||||
'LT_WITH_LTDL' => 1,
|
||||
'AC_DEFUN' => 1,
|
||||
'_LT_AC_PROG_CXXCPP' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AM_PROG_INSTALL_SH' => 1,
|
||||
'AC_LTDL_SHLIBPATH' => 1,
|
||||
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
||||
'AC_PATH_TOOL_PREFIX' => 1,
|
||||
'AC_LIBTOOL_SETUP' => 1,
|
||||
'AC_LIBTOOL_F77' => 1,
|
||||
'AC_PROG_LD_GNU' => 1,
|
||||
'_LT_AC_LANG_RC_CONFIG' => 1,
|
||||
'AU_DEFUN' => 1,
|
||||
'LTDL_CONVENIENCE' => 1,
|
||||
'AC_LTDL_ENABLE_INSTALL' => 1,
|
||||
'LT_PATH_NM' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AC_LIBTOOL_FC' => 1,
|
||||
'_LT_COMPILER_OPTION' => 1,
|
||||
'AC_PROG_LD' => 1,
|
||||
'_AM_AUTOCONF_VERSION' => 1,
|
||||
'_LT_REQUIRED_DARWIN_CHECKS' => 1,
|
||||
'_LT_DLL_DEF_P' => 1,
|
||||
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AC_WITH_LTDL' => 1,
|
||||
'LT_AC_PROG_EGREP' => 1,
|
||||
'AC_PATH_MAGIC' => 1,
|
||||
'_LT_AC_SHELL_INIT' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'_LT_AC_SYS_LIBPATH_AIX' => 1,
|
||||
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
|
||||
'AC_LIBTOOL_COMPILER_OPTION' => 1,
|
||||
'AM_MAKE_INCLUDE' => 1,
|
||||
'AM_MISSING_HAS_RUN' => 1,
|
||||
'_LT_AC_LOCK' => 1,
|
||||
'AC_PROG_LD_RELOAD_FLAG' => 1,
|
||||
'AM_SET_LEADING_DOT' => 1,
|
||||
'_AM_PROG_TAR' => 1,
|
||||
'AC_LTDL_DLLIB' => 1,
|
||||
'AC_CONFIG_MACRO_DIR_TRACE' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
|
||||
'_LT_LINKER_BOILERPLATE' => 1,
|
||||
'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
|
||||
'_LT_PATH_TOOL_PREFIX' => 1,
|
||||
'AC_LIB_LTDL' => 1,
|
||||
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
||||
'AM_SET_DEPDIR' => 1,
|
||||
'_LT_AC_LANG_GCJ_CONFIG' => 1,
|
||||
'_LT_AC_LANG_C_CONFIG' => 1,
|
||||
'_LT_AC_LANG_F77' => 1,
|
||||
'LT_PROG_RC' => 1,
|
||||
'LT_FUNC_ARGZ' => 1,
|
||||
'AC_LIBTOOL_GCJ' => 1,
|
||||
'AC_LIBTOOL_RC' => 1,
|
||||
'AC_ENABLE_SHARED' => 1,
|
||||
'_LT_PROG_LTMAIN' => 1,
|
||||
'_LT_AC_FILE_LTDLL_C' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'LTSUGAR_VERSION' => 1,
|
||||
'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'AC_LIBLTDL_INSTALLABLE' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'_LT_AC_TAGVAR' => 1,
|
||||
'LT_LIB_M' => 1,
|
||||
'AC_LIBTOOL_PROG_CC_C_O' => 1,
|
||||
'_LTDL_SETUP' => 1,
|
||||
'_LT_PROG_F77' => 1,
|
||||
'_AM_CONFIG_MACRO_DIRS' => 1,
|
||||
'AC_LTDL_SHLIBEXT' => 1,
|
||||
'LT_FUNC_DLSYM_USCORE' => 1,
|
||||
'LT_SYS_MODULE_PATH' => 1,
|
||||
'_LT_AC_CHECK_DLFCN' => 1,
|
||||
'AC_PROG_LD' => 1,
|
||||
'AM_PYTHON_CHECK_VERSION' => 1,
|
||||
'AC_LIBLTDL_CONVENIENCE' => 1,
|
||||
'LTOPTIONS_VERSION' => 1,
|
||||
'AM_PROG_NM' => 1,
|
||||
'AM_DEP_TRACK' => 1,
|
||||
'_LT_AC_LANG_CXX_CONFIG' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
|
||||
'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'AC_LIBTOOL_PROG_CC_C_O' => 1,
|
||||
'LT_SYS_DLOPEN_SELF' => 1,
|
||||
'AC_LIBTOOL_PICMODE' => 1,
|
||||
'AM_PROG_LD' => 1,
|
||||
'AC_LIBLTDL_CONVENIENCE' => 1,
|
||||
'_LT_WITH_SYSROOT' => 1,
|
||||
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
||||
'AC_DEFUN_ONCE' => 1,
|
||||
'_LT_AC_LANG_GCJ' => 1,
|
||||
'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'_LT_AC_LANG_F77_CONFIG' => 1,
|
||||
'_AM_SET_OPTION' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'_LT_LIBOBJ' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
|
||||
'LT_OUTPUT' => 1,
|
||||
'_LT_AC_LANG_CXX' => 1,
|
||||
'AC_DISABLE_STATIC' => 1,
|
||||
'AM_MISSING_PROG' => 1,
|
||||
'AC_LTDL_SHLIBEXT' => 1,
|
||||
'AM_SANITY_CHECK' => 1,
|
||||
'_LT_LINKER_OPTION' => 1,
|
||||
'LTOBSOLETE_VERSION' => 1,
|
||||
'LTVERSION_VERSION' => 1,
|
||||
'AM_DEP_TRACK' => 1,
|
||||
'LT_AC_PROG_RC' => 1,
|
||||
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
|
||||
'LTDL_INIT' => 1,
|
||||
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
|
||||
'LT_AC_PROG_GCJ' => 1,
|
||||
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'_LT_AC_SYS_LIBPATH_AIX' => 1,
|
||||
'_LT_PROG_CXX' => 1,
|
||||
'_AM_PROG_CC_C_O' => 1,
|
||||
'_LT_AC_CHECK_DLFCN' => 1,
|
||||
'AM_ENABLE_SHARED' => 1,
|
||||
'AC_CHECK_LIBM' => 1,
|
||||
'AC_LIBTOOL_LINKER_OPTION' => 1,
|
||||
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
|
||||
'AM_ENABLE_STATIC' => 1,
|
||||
'_LT_AC_SYS_COMPILER' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'AM_PYTHON_CHECK_VERSION' => 1,
|
||||
'_LT_PREPARE_SED_QUOTE_VARS' => 1,
|
||||
'AC_LIBTOOL_LANG_C_CONFIG' => 1,
|
||||
'LTDL_INSTALLABLE' => 1,
|
||||
'AM_PROG_NM' => 1,
|
||||
'AM_DISABLE_SHARED' => 1,
|
||||
'LTOPTIONS_VERSION' => 1,
|
||||
'_LT_PROG_ECHO_BACKSLASH' => 1,
|
||||
'LT_SYS_DLOPEN_DEPLIBS' => 1,
|
||||
'LT_PROG_GO' => 1,
|
||||
'_LT_CC_BASENAME' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'_LT_AC_FILE_LTDLL_C' => 1,
|
||||
'_AM_DEPENDENCIES' => 1,
|
||||
'AM_SUBST_NOTMAKE' => 1,
|
||||
'_LT_PROG_FC' => 1,
|
||||
'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
|
||||
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'LT_LIB_DLLOAD' => 1,
|
||||
'AC_LIBTOOL_WIN32_DLL' => 1,
|
||||
'AC_LTDL_DLSYM_USCORE' => 1,
|
||||
'AM_AUX_DIR_EXPAND' => 1,
|
||||
'_LT_PROG_F77' => 1,
|
||||
'LT_CMD_MAX_LEN' => 1,
|
||||
'_AC_AM_CONFIG_HEADER_HOOK' => 1,
|
||||
'AC_ENABLE_SHARED' => 1,
|
||||
'_AC_PROG_LIBTOOL' => 1,
|
||||
'include' => 1,
|
||||
'AC_LTDL_OBJDIR' => 1,
|
||||
'AM_PROG_INSTALL_STRIP' => 1,
|
||||
'_AM_SET_OPTIONS' => 1,
|
||||
'LT_FUNC_DLSYM_USCORE' => 1,
|
||||
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'LT_SYS_MODULE_PATH' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
|
||||
'AM_SILENT_RULES' => 1,
|
||||
'AM_DISABLE_STATIC' => 1,
|
||||
'AC_LTDL_SYMBOL_USCORE' => 1,
|
||||
'AC_LIBTOOL_DLOPEN' => 1,
|
||||
'_LT_PROG_LTMAIN' => 1,
|
||||
'LT_PROG_GCJ' => 1,
|
||||
'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
|
||||
'AC_CHECK_LIBM' => 1,
|
||||
'AM_DISABLE_SHARED' => 1,
|
||||
'_LT_PROG_ECHO_BACKSLASH' => 1,
|
||||
'AC_LIBTOOL_COMPILER_OPTION' => 1,
|
||||
'LT_LIB_DLLOAD' => 1,
|
||||
'AC_LIBTOOL_CXX' => 1,
|
||||
'_LT_COMPILER_BOILERPLATE' => 1,
|
||||
'ACX_PTHREAD' => 1,
|
||||
'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
|
||||
'_AM_IF_OPTION' => 1,
|
||||
'AC_DISABLE_FAST_INSTALL' => 1,
|
||||
'LT_LIB_M' => 1,
|
||||
'_AM_MANGLE_OPTION' => 1,
|
||||
'LT_LANG' => 1,
|
||||
'AC_LIBTOOL_CONFIG' => 1,
|
||||
'LT_SYS_MODULE_EXT' => 1,
|
||||
'm4_include' => 1,
|
||||
'AC_DEPLIBS_CHECK_METHOD' => 1,
|
||||
'_AM_CONFIG_MACRO_DIRS' => 1,
|
||||
'AC_LTDL_SYSSEARCHPATH' => 1,
|
||||
'AC_LTDL_SHLIBPATH' => 1,
|
||||
'_LT_AC_LANG_CXX' => 1,
|
||||
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'AC_PROG_NM' => 1,
|
||||
'AM_PROG_LD' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
|
||||
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
|
||||
'LT_AC_PROG_EGREP' => 1,
|
||||
'_LT_AC_SHELL_INIT' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
|
||||
'AM_PATH_PYTHON' => 1,
|
||||
'AC_PROG_EGREP' => 1,
|
||||
'_LT_REQUIRED_DARWIN_CHECKS' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
|
||||
'AC_DISABLE_SHARED' => 1,
|
||||
'LT_SYS_SYMBOL_USCORE' => 1,
|
||||
'LTSUGAR_VERSION' => 1,
|
||||
'LT_INIT' => 1,
|
||||
'_LT_AC_TAGVAR' => 1,
|
||||
'LT_AC_PROG_SED' => 1,
|
||||
'_LTDL_SETUP' => 1,
|
||||
'AC_CONFIG_MACRO_DIR' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'LTDL_CONVENIENCE' => 1,
|
||||
'AC_LIBTOOL_PICMODE' => 1,
|
||||
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
||||
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
|
||||
'AC_ENABLE_FAST_INSTALL' => 1,
|
||||
'AM_AUX_DIR_EXPAND' => 1,
|
||||
'AC_LTDL_PREOPEN' => 1,
|
||||
'LTOBSOLETE_VERSION' => 1,
|
||||
'LT_SYS_DLSEARCH_PATH' => 1,
|
||||
'_AM_DEPENDENCIES' => 1,
|
||||
'_LT_LIBOBJ' => 1,
|
||||
'AM_PROG_INSTALL_STRIP' => 1,
|
||||
'AC_LTDL_ENABLE_INSTALL' => 1,
|
||||
'AM_ENABLE_SHARED' => 1,
|
||||
'_AM_SET_OPTIONS' => 1,
|
||||
'_LT_WITH_SYSROOT' => 1,
|
||||
'LT_WITH_LTDL' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'AC_DEFUN' => 1,
|
||||
'AM_PROG_INSTALL_SH' => 1,
|
||||
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
|
||||
'AC_LIBTOOL_SETUP' => 1,
|
||||
'_LT_LINKER_BOILERPLATE' => 1,
|
||||
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
||||
'_LT_AC_LANG_RC_CONFIG' => 1,
|
||||
'LT_FUNC_ARGZ' => 1,
|
||||
'AC_PROG_LD_GNU' => 1,
|
||||
'LT_SYS_SYMBOL_USCORE' => 1,
|
||||
'_AM_MANGLE_OPTION' => 1,
|
||||
'LT_PROG_RC' => 1,
|
||||
'AC_DEFUN_ONCE' => 1,
|
||||
'AC_LTDL_OBJDIR' => 1,
|
||||
'_LT_PROG_FC' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'AC_LTDL_DLSYM_USCORE' => 1,
|
||||
'AC_PATH_MAGIC' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'AC_LIBTOOL_DLOPEN' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'_LT_CC_BASENAME' => 1,
|
||||
'_AC_PROG_LIBTOOL' => 1,
|
||||
'_AM_PROG_TAR' => 1,
|
||||
'LT_SYS_MODULE_EXT' => 1,
|
||||
'AC_LIBTOOL_LANG_C_CONFIG' => 1,
|
||||
'AM_MISSING_PROG' => 1,
|
||||
'_LT_PROG_CXX' => 1,
|
||||
'_AM_IF_OPTION' => 1,
|
||||
'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
|
||||
'_LT_AC_LANG_GCJ_CONFIG' => 1,
|
||||
'AC_LIBTOOL_OBJDIR' => 1,
|
||||
'LT_PROG_GCJ' => 1,
|
||||
'm4_include' => 1,
|
||||
'AM_SET_DEPDIR' => 1,
|
||||
'_LT_AC_LOCK' => 1,
|
||||
'LTDL_INIT' => 1,
|
||||
'AC_LIB_LTDL' => 1,
|
||||
'LT_AC_PROG_SED' => 1,
|
||||
'LTDL_INSTALLABLE' => 1,
|
||||
'LT_OUTPUT' => 1,
|
||||
'_AM_SET_OPTION' => 1,
|
||||
'AC_PROG_EGREP' => 1,
|
||||
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
|
||||
'AM_SET_LEADING_DOT' => 1,
|
||||
'AM_ENABLE_STATIC' => 1,
|
||||
'AC_LTDL_SYMBOL_USCORE' => 1,
|
||||
'_AM_AUTOCONF_VERSION' => 1,
|
||||
'AC_CONFIG_MACRO_DIR' => 1,
|
||||
'AC_LIBTOOL_RC' => 1,
|
||||
'LT_AC_PROG_GCJ' => 1,
|
||||
'_LT_AC_LANG_GCJ' => 1,
|
||||
'AC_DISABLE_FAST_INSTALL' => 1,
|
||||
'AM_DISABLE_STATIC' => 1,
|
||||
'LT_PATH_LD' => 1,
|
||||
'AC_LIBTOOL_GCJ' => 1,
|
||||
'LT_AC_PROG_RC' => 1,
|
||||
'AC_LTDL_SYSSEARCHPATH' => 1,
|
||||
'AM_SANITY_CHECK' => 1,
|
||||
'LTVERSION_VERSION' => 1,
|
||||
'LT_PROG_GO' => 1,
|
||||
'AC_LTDL_DLLIB' => 1,
|
||||
'AM_RUN_LOG' => 1,
|
||||
'AC_LIBTOOL_WIN32_DLL' => 1,
|
||||
'_LT_AC_LANG_C_CONFIG' => 1,
|
||||
'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
|
||||
'AU_DEFUN' => 1,
|
||||
'AM_SUBST_NOTMAKE' => 1,
|
||||
'AC_LIBTOOL_CONFIG' => 1,
|
||||
'_LT_COMPILER_BOILERPLATE' => 1,
|
||||
'AC_ENABLE_STATIC' => 1,
|
||||
'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
|
||||
'_AM_PROG_CC_C_O' => 1,
|
||||
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
|
||||
'LT_SYS_DLOPEN_SELF' => 1,
|
||||
'_LT_AC_SYS_COMPILER' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1
|
||||
'AC_DISABLE_STATIC' => 1,
|
||||
'AC_CONFIG_MACRO_DIR_TRACE' => 1,
|
||||
'LT_LANG' => 1,
|
||||
'LT_PATH_NM' => 1,
|
||||
'_LT_PREPARE_SED_QUOTE_VARS' => 1,
|
||||
'AC_PROG_LD_RELOAD_FLAG' => 1,
|
||||
'AM_MAKE_INCLUDE' => 1,
|
||||
'AC_PATH_TOOL_PREFIX' => 1,
|
||||
'_LT_LINKER_OPTION' => 1,
|
||||
'AM_SILENT_RULES' => 1,
|
||||
'_LT_AC_PROG_CXXCPP' => 1,
|
||||
'_LT_AC_LANG_F77' => 1,
|
||||
'_LT_PATH_TOOL_PREFIX' => 1,
|
||||
'_LT_COMPILER_OPTION' => 1,
|
||||
'AM_MISSING_HAS_RUN' => 1,
|
||||
'AC_LIBTOOL_FC' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
|
||||
'AC_LIBTOOL_F77' => 1,
|
||||
'LT_SYS_DLOPEN_DEPLIBS' => 1,
|
||||
'LT_INIT' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'include' => 1,
|
||||
'AC_DEPLIBS_CHECK_METHOD' => 1,
|
||||
'AC_WITH_LTDL' => 1,
|
||||
'AC_LIBTOOL_LINKER_OPTION' => 1,
|
||||
'_LT_DLL_DEF_P' => 1,
|
||||
'LT_CMD_MAX_LEN' => 1,
|
||||
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
||||
'_LT_AC_LANG_F77_CONFIG' => 1,
|
||||
'ACX_PTHREAD' => 1
|
||||
}
|
||||
], 'Autom4te::Request' ),
|
||||
bless( [
|
||||
@@ -238,66 +238,66 @@
|
||||
'configure.ac'
|
||||
],
|
||||
{
|
||||
'AC_SUBST' => 1,
|
||||
'AM_PATH_GUILE' => 1,
|
||||
'AM_PROG_MOC' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'AM_GNU_GETTEXT' => 1,
|
||||
'AM_PROG_F77_C_O' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'AC_FC_PP_SRCEXT' => 1,
|
||||
'AM_SILENT_RULES' => 1,
|
||||
'AC_CANONICAL_TARGET' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'_AM_COND_ELSE' => 1,
|
||||
'include' => 1,
|
||||
'AC_INIT' => 1,
|
||||
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AC_CANONICAL_BUILD' => 1,
|
||||
'_AM_COND_ENDIF' => 1,
|
||||
'AC_SUBST_TRACE' => 1,
|
||||
'AC_CANONICAL_TARGET' => 1,
|
||||
'sinclude' => 1,
|
||||
'AM_PATH_GUILE' => 1,
|
||||
'AC_FC_PP_DEFINE' => 1,
|
||||
'AC_CONFIG_AUX_DIR' => 1,
|
||||
'AM_ENABLE_MULTILIB' => 1,
|
||||
'AM_XGETTEXT_OPTION' => 1,
|
||||
'AM_SILENT_RULES' => 1,
|
||||
'AM_MAKEFILE_INCLUDE' => 1,
|
||||
'_AM_COND_IF' => 1,
|
||||
'AC_CANONICAL_BUILD' => 1,
|
||||
'AM_POT_TOOLS' => 1,
|
||||
'AC_FC_PP_SRCEXT' => 1,
|
||||
'm4_include' => 1,
|
||||
'AC_CANONICAL_HOST' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AM_PROG_MOC' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'AM_NLS' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'LT_INIT' => 1,
|
||||
'AC_REQUIRE_AUX_FILE' => 1,
|
||||
'AM_PROG_F77_C_O' => 1,
|
||||
'AC_FC_SRCEXT' => 1,
|
||||
'AM_PROG_FC_C_O' => 1,
|
||||
'AM_PROG_MKDIR_P' => 1,
|
||||
'AC_SUBST' => 1,
|
||||
'AM_GNU_GETTEXT' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AC_CONFIG_HEADERS' => 1,
|
||||
'm4_sinclude' => 1,
|
||||
'AC_CANONICAL_HOST' => 1,
|
||||
'AM_POT_TOOLS' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_REQUIRE_AUX_FILE' => 1,
|
||||
'AM_PROG_FC_C_O' => 1,
|
||||
'AC_DEFINE_TRACE_LITERAL' => 1,
|
||||
'AM_XGETTEXT_OPTION' => 1,
|
||||
'_AM_COND_ELSE' => 1,
|
||||
'AM_PROG_AR' => 1,
|
||||
'AH_OUTPUT' => 1,
|
||||
'AM_EXTRA_RECURSIVE_TARGETS' => 1,
|
||||
'AM_PROG_CXX_C_O' => 1,
|
||||
'include' => 1,
|
||||
'AM_MAKEFILE_INCLUDE' => 1,
|
||||
'AC_CONFIG_SUBDIRS' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'AM_ENABLE_MULTILIB' => 1,
|
||||
'LT_INIT' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'AC_SUBST_TRACE' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AC_CONFIG_LIBOBJ_DIR' => 1,
|
||||
'AM_PROG_AR' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'_AM_MAKEFILE_INCLUDE' => 1,
|
||||
'AC_FC_FREEFORM' => 1,
|
||||
'AM_PROG_MKDIR_P' => 1,
|
||||
'AC_FC_SRCEXT' => 1,
|
||||
'AM_NLS' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'sinclude' => 1,
|
||||
'AC_CONFIG_FILES' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AC_CONFIG_LIBOBJ_DIR' => 1,
|
||||
'_AM_COND_ENDIF' => 1,
|
||||
'AC_LIBSOURCE' => 1,
|
||||
'_AM_COND_IF' => 1,
|
||||
'AC_CONFIG_SUBDIRS' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'_AM_MAKEFILE_INCLUDE' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'AC_FC_PP_DEFINE' => 1,
|
||||
'm4_include' => 1
|
||||
'AM_PROG_CXX_C_O' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'AC_CONFIG_FILES' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'AM_EXTRA_RECURSIVE_TARGETS' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AC_FC_FREEFORM' => 1,
|
||||
'AC_DEFINE_TRACE_LITERAL' => 1,
|
||||
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1
|
||||
}
|
||||
], 'Autom4te::Request' )
|
||||
);
|
||||
|
||||
+14
-13
@@ -342,7 +342,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
||||
# at 6.2 and later dlopen does load deplibs.
|
||||
lt_cv_sys_dlopen_deplibs=yes
|
||||
;;
|
||||
netbsd* | netbsdelf*-gnu)
|
||||
netbsd*)
|
||||
lt_cv_sys_dlopen_deplibs=yes
|
||||
;;
|
||||
openbsd*)
|
||||
@@ -699,10 +699,10 @@ m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
|
||||
m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16'
|
||||
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
||||
dnl require some minimum version. Point them to the right macro.
|
||||
m4_if([$1], [1.16.1], [],
|
||||
m4_if([$1], [1.16.2], [],
|
||||
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
||||
])
|
||||
m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.1])dnl
|
||||
m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.2])dnl
|
||||
m4_ifndef([AC_AUTOCONF_VERSION],
|
||||
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||||
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
||||
@@ -911,7 +911,9 @@ m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENC
|
||||
done
|
||||
if test $am_rc -ne 0; then
|
||||
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
|
||||
for automatic dependency tracking. Try re-running configure with the
|
||||
for automatic dependency tracking. If GNU make was not used, consider
|
||||
re-running the configure script with MAKE="gmake" (or whatever is
|
||||
necessary). You can also try re-running configure with the
|
||||
'--disable-dependency-tracking' option to at least be able to build
|
||||
the package (albeit without support for automatic dependency tracking).])
|
||||
fi
|
||||
@@ -922,7 +924,7 @@ m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENC
|
||||
rm -f conftest-deps.mk
|
||||
}
|
||||
])
|
||||
m4trace:/usr/share/aclocal-1.16/depout.m4:62: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
|
||||
m4trace:/usr/share/aclocal-1.16/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
|
||||
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
||||
[AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
|
||||
m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
|
||||
@@ -2944,7 +2946,6 @@ m4trace:configure.ac:7: -1- m4_pattern_allow([^datadir$])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^sysconfdir$])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^sharedstatedir$])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^localstatedir$])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^runstatedir$])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^includedir$])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^oldincludedir$])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^docdir$])
|
||||
@@ -2974,7 +2975,7 @@ m4trace:configure.ac:15: -1- AC_CONFIG_MACRO_DIR([m4])
|
||||
m4trace:configure.ac:24: -1- AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-zip foreign subdir-objects])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
|
||||
m4trace:configure.ac:24: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
|
||||
m4trace:configure.ac:24: -1- AM_AUTOMAKE_VERSION([1.16.1])
|
||||
m4trace:configure.ac:24: -1- AM_AUTOMAKE_VERSION([1.16.2])
|
||||
m4trace:configure.ac:24: -1- _AM_AUTOCONF_VERSION([2.69])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
||||
@@ -3237,34 +3238,34 @@ m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- m4_pattern_allow([^acx_pthread_config$])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- m4_pattern_allow([^PTHREAD_CREATE_JOINABLE$])
|
||||
m4trace:configure.ac:51: -1- m4_pattern_allow([^PTHREAD_CC$])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
|
||||
+15
-18
@@ -1,11 +1,11 @@
|
||||
m4trace:aclocal.m4:679: -1- AC_SUBST([am__quote])
|
||||
m4trace:aclocal.m4:679: -1- AC_SUBST_TRACE([am__quote])
|
||||
m4trace:aclocal.m4:679: -1- m4_pattern_allow([^am__quote$])
|
||||
m4trace:aclocal.m4:1374: -1- m4_include([m4/libtool.m4])
|
||||
m4trace:aclocal.m4:1375: -1- m4_include([m4/ltoptions.m4])
|
||||
m4trace:aclocal.m4:1376: -1- m4_include([m4/ltsugar.m4])
|
||||
m4trace:aclocal.m4:1377: -1- m4_include([m4/ltversion.m4])
|
||||
m4trace:aclocal.m4:1378: -1- m4_include([m4/lt~obsolete.m4])
|
||||
m4trace:aclocal.m4:681: -1- AC_SUBST([am__quote])
|
||||
m4trace:aclocal.m4:681: -1- AC_SUBST_TRACE([am__quote])
|
||||
m4trace:aclocal.m4:681: -1- m4_pattern_allow([^am__quote$])
|
||||
m4trace:aclocal.m4:1376: -1- m4_include([m4/libtool.m4])
|
||||
m4trace:aclocal.m4:1377: -1- m4_include([m4/ltoptions.m4])
|
||||
m4trace:aclocal.m4:1378: -1- m4_include([m4/ltsugar.m4])
|
||||
m4trace:aclocal.m4:1379: -1- m4_include([m4/ltversion.m4])
|
||||
m4trace:aclocal.m4:1380: -1- m4_include([m4/lt~obsolete.m4])
|
||||
m4trace:configure.ac:1: -1- m4_include([m4/acx_pthread.m4])
|
||||
m4trace:configure.ac:7: -1- AC_INIT([Google C++ Testing Framework], [1.6.0], [googletestframework@googlegroups.com], [gtest])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_forbid([^_?A[CHUM]_])
|
||||
@@ -72,9 +72,6 @@ m4trace:configure.ac:7: -1- m4_pattern_allow([^sharedstatedir$])
|
||||
m4trace:configure.ac:7: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
|
||||
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([localstatedir])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^localstatedir$])
|
||||
m4trace:configure.ac:7: -1- AC_SUBST([runstatedir], ['${localstatedir}/run'])
|
||||
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([runstatedir])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^runstatedir$])
|
||||
m4trace:configure.ac:7: -1- AC_SUBST([includedir], ['${prefix}/include'])
|
||||
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([includedir])
|
||||
m4trace:configure.ac:7: -1- m4_pattern_allow([^includedir$])
|
||||
@@ -164,7 +161,7 @@ m4trace:configure.ac:18: -1- AC_CONFIG_FILES([Makefile])
|
||||
m4trace:configure.ac:19: -1- AC_CONFIG_FILES([scripts/gtest-config], [chmod +x scripts/gtest-config])
|
||||
m4trace:configure.ac:24: -1- AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-zip foreign subdir-objects])
|
||||
m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
|
||||
m4trace:configure.ac:24: -1- AM_AUTOMAKE_VERSION([1.16.1])
|
||||
m4trace:configure.ac:24: -1- AM_AUTOMAKE_VERSION([1.16.2])
|
||||
m4trace:configure.ac:24: -1- AC_REQUIRE_AUX_FILE([install-sh])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST([INSTALL_PROGRAM])
|
||||
m4trace:configure.ac:24: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
|
||||
@@ -571,12 +568,12 @@ m4trace:configure.ac:51: -1- AC_SUBST([acx_pthread_config])
|
||||
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([acx_pthread_config])
|
||||
m4trace:configure.ac:51: -1- m4_pattern_allow([^acx_pthread_config$])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
@@ -589,22 +586,22 @@ m4trace:configure.ac:51: -1- AC_SUBST([PTHREAD_CC])
|
||||
m4trace:configure.ac:51: -1- AC_SUBST_TRACE([PTHREAD_CC])
|
||||
m4trace:configure.ac:51: -1- m4_pattern_allow([^PTHREAD_CC$])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
m4trace:configure.ac:51: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK is expanded from...
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
|
||||
m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
|
||||
configure.ac:51: the top level])
|
||||
|
||||
+462
-471
File diff suppressed because it is too large
Load Diff
+59
-58
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
# Generated by configure.
|
||||
# Run this file to recreate the current configuration.
|
||||
# Compiler output produced by configure, useful for debugging
|
||||
@@ -8,7 +8,7 @@ debug=false
|
||||
ac_cs_recheck=false
|
||||
ac_cs_silent=false
|
||||
|
||||
SHELL=${CONFIG_SHELL-/bin/bash}
|
||||
SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
export SHELL
|
||||
## -------------------- ##
|
||||
## M4sh Initialization. ##
|
||||
@@ -427,7 +427,7 @@ $config_commands
|
||||
|
||||
Report bugs to <googletestframework@googlegroups.com>."
|
||||
|
||||
ac_cs_config="'--disable-option-checking' '--prefix=/usr/local' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=' 'CXXFLAGS= -g -DNDEBUG'"
|
||||
ac_cs_config="'--disable-option-checking' '--prefix=/usr/local' '--build=i686-pc-linux-gnu' 'CFLAGS=-m32 -Wno-narrowing' 'CXXFLAGS=-m32 -Wno-narrowing -fpermissive' 'LDFLAGS=-m32' 'build_alias=i686-pc-linux-gnu' '--cache-file=/dev/null' '--srcdir=.'"
|
||||
ac_cs_version="\
|
||||
Google C++ Testing Framework config.status 1.6.0
|
||||
configured by ./configure, generated by GNU Autoconf 2.69,
|
||||
@@ -437,11 +437,11 @@ Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
This config.status script is free software; the Free Software Foundation
|
||||
gives unlimited permission to copy, distribute and modify it."
|
||||
|
||||
ac_pwd='/home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest'
|
||||
ac_pwd='/home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest'
|
||||
srcdir='.'
|
||||
INSTALL='/usr/bin/install -c'
|
||||
MKDIR_P='/bin/mkdir -p'
|
||||
AWK='mawk'
|
||||
MKDIR_P='/usr/bin/mkdir -p'
|
||||
AWK='gawk'
|
||||
test -n "$AWK" || AWK=awk
|
||||
# The default lists apply if the user does not specify any file.
|
||||
ac_need_defaults=:
|
||||
@@ -519,10 +519,10 @@ if $ac_cs_silent; then
|
||||
fi
|
||||
|
||||
if $ac_cs_recheck; then
|
||||
set X /bin/bash './configure' '--disable-option-checking' '--prefix=/usr/local' '--cache-file=/dev/null' '--srcdir=.' 'CFLAGS=' 'CXXFLAGS= -g -DNDEBUG' $ac_configure_extra_args --no-create --no-recursion
|
||||
set X /bin/sh './configure' '--disable-option-checking' '--prefix=/usr/local' '--build=i686-pc-linux-gnu' 'CFLAGS=-m32 -Wno-narrowing' 'CXXFLAGS=-m32 -Wno-narrowing -fpermissive' 'LDFLAGS=-m32' 'build_alias=i686-pc-linux-gnu' '--cache-file=/dev/null' '--srcdir=.' $ac_configure_extra_args --no-create --no-recursion
|
||||
shift
|
||||
$as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
|
||||
CONFIG_SHELL='/bin/bash'
|
||||
$as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
|
||||
CONFIG_SHELL='/bin/sh'
|
||||
export CONFIG_SHELL
|
||||
exec "$@"
|
||||
fi
|
||||
@@ -554,23 +554,23 @@ macro_revision='2.4.6'
|
||||
enable_shared='yes'
|
||||
enable_static='yes'
|
||||
pic_mode='default'
|
||||
enable_fast_install='needless'
|
||||
enable_fast_install='yes'
|
||||
shared_archive_member_spec=''
|
||||
SHELL='/bin/bash'
|
||||
SHELL='/bin/sh'
|
||||
ECHO='printf %s\n'
|
||||
PATH_SEPARATOR=':'
|
||||
host_alias=''
|
||||
host='x86_64-pc-linux-gnu'
|
||||
host='i686-pc-linux-gnu'
|
||||
host_os='linux-gnu'
|
||||
build_alias=''
|
||||
build='x86_64-pc-linux-gnu'
|
||||
build_alias='i686-pc-linux-gnu'
|
||||
build='i686-pc-linux-gnu'
|
||||
build_os='linux-gnu'
|
||||
SED='/bin/sed'
|
||||
Xsed='/bin/sed -e 1s/^X//'
|
||||
GREP='/bin/grep'
|
||||
EGREP='/bin/grep -E'
|
||||
FGREP='/bin/grep -F'
|
||||
LD='/usr/bin/ld -m elf_x86_64'
|
||||
SED='/usr/bin/sed'
|
||||
Xsed='/usr/bin/sed -e 1s/^X//'
|
||||
GREP='/usr/bin/grep'
|
||||
EGREP='/usr/bin/grep -E'
|
||||
FGREP='/usr/bin/grep -F'
|
||||
LD='/usr/bin/ld'
|
||||
NM='/usr/bin/nm -B'
|
||||
LN_S='ln -s'
|
||||
max_cmd_len='1572864'
|
||||
@@ -600,7 +600,7 @@ old_postuninstall_cmds=''
|
||||
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
|
||||
lock_old_archive_extraction='no'
|
||||
CC='gcc'
|
||||
CFLAGS=''
|
||||
CFLAGS='-m32 -Wno-narrowing'
|
||||
compiler='g++'
|
||||
GCC='yes'
|
||||
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
|
||||
@@ -611,7 +611,7 @@ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\)
|
||||
lt_cv_nm_interface='BSD nm'
|
||||
nm_file_list_spec='@'
|
||||
lt_sysroot=''
|
||||
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
|
||||
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
|
||||
objdir='.libs'
|
||||
MAGIC_CMD='file'
|
||||
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
|
||||
@@ -668,7 +668,7 @@ need_version='no'
|
||||
version_type='linux'
|
||||
runpath_var='LD_RUN_PATH'
|
||||
shlibpath_var='LD_LIBRARY_PATH'
|
||||
shlibpath_overrides_runpath='yes'
|
||||
shlibpath_overrides_runpath='no'
|
||||
libname_spec='lib$name'
|
||||
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
||||
soname_spec='$libname$release$shared_ext$major'
|
||||
@@ -678,8 +678,8 @@ postuninstall_cmds=''
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
||||
finish_eval=''
|
||||
hardcode_into_libs='yes'
|
||||
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib '
|
||||
configure_time_dlsearch_path='/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /usr/local/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /lib32 /usr/lib32 /libx32 /usr/libx32 '
|
||||
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 /usr/lib32 /lib32 '
|
||||
configure_time_dlsearch_path='/lib /usr/lib /usr/lib/libfakeroot /usr/lib32 '
|
||||
configure_time_lt_sys_library_path=''
|
||||
hardcode_action='immediate'
|
||||
enable_dlopen='unknown'
|
||||
@@ -693,7 +693,7 @@ postdep_objects=''
|
||||
predeps=''
|
||||
postdeps=''
|
||||
compiler_lib_search_path=''
|
||||
LD_CXX='/usr/bin/ld -m elf_x86_64'
|
||||
LD_CXX='/usr/bin/ld'
|
||||
reload_flag_CXX=' -r'
|
||||
reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
|
||||
old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
|
||||
@@ -735,15 +735,15 @@ prelink_cmds_CXX=''
|
||||
postlink_cmds_CXX=''
|
||||
file_list_spec_CXX=''
|
||||
hardcode_action_CXX='immediate'
|
||||
compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-linux-gnu/8 /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu /usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /usr/lib/gcc/x86_64-linux-gnu/8/../../..'
|
||||
predep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o'
|
||||
postdep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o'
|
||||
compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../lib32 /lib/../lib32 /usr/lib/../lib32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../..'
|
||||
predep_objects_CXX='/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../lib32/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/32/crtbeginS.o'
|
||||
postdep_objects_CXX='/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/32/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../lib32/crtn.o'
|
||||
predeps_CXX=''
|
||||
postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
|
||||
compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../..'
|
||||
compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../lib32 -L/lib/../lib32 -L/usr/lib/../lib32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../..'
|
||||
|
||||
LTCC='gcc'
|
||||
LTCFLAGS=''
|
||||
LTCFLAGS='-m32 -Wno-narrowing'
|
||||
compiler='gcc'
|
||||
|
||||
# A function that is used when there is no print builtin or printf.
|
||||
@@ -882,9 +882,9 @@ S["PTHREAD_CFLAGS"]="-pthread"
|
||||
S["PTHREAD_LIBS"]=""
|
||||
S["PTHREAD_CC"]="gcc"
|
||||
S["acx_pthread_config"]=""
|
||||
S["HAVE_PYTHON_FALSE"]=""
|
||||
S["HAVE_PYTHON_TRUE"]="#"
|
||||
S["PYTHON"]=":"
|
||||
S["HAVE_PYTHON_FALSE"]="#"
|
||||
S["HAVE_PYTHON_TRUE"]=""
|
||||
S["PYTHON"]="/usr/bin/python"
|
||||
S["CXXCPP"]="g++ -E"
|
||||
S["CPP"]="gcc -E"
|
||||
S["LT_SYS_LIBRARY_PATH"]=""
|
||||
@@ -903,25 +903,25 @@ S["LN_S"]="ln -s"
|
||||
S["NM"]="/usr/bin/nm -B"
|
||||
S["ac_ct_DUMPBIN"]=""
|
||||
S["DUMPBIN"]=""
|
||||
S["LD"]="/usr/bin/ld -m elf_x86_64"
|
||||
S["FGREP"]="/bin/grep -F"
|
||||
S["EGREP"]="/bin/grep -E"
|
||||
S["GREP"]="/bin/grep"
|
||||
S["SED"]="/bin/sed"
|
||||
S["LD"]="/usr/bin/ld"
|
||||
S["FGREP"]="/usr/bin/grep -F"
|
||||
S["EGREP"]="/usr/bin/grep -E"
|
||||
S["GREP"]="/usr/bin/grep"
|
||||
S["SED"]="/usr/bin/sed"
|
||||
S["host_os"]="linux-gnu"
|
||||
S["host_vendor"]="pc"
|
||||
S["host_cpu"]="x86_64"
|
||||
S["host"]="x86_64-pc-linux-gnu"
|
||||
S["host_cpu"]="i686"
|
||||
S["host"]="i686-pc-linux-gnu"
|
||||
S["build_os"]="linux-gnu"
|
||||
S["build_vendor"]="pc"
|
||||
S["build_cpu"]="x86_64"
|
||||
S["build"]="x86_64-pc-linux-gnu"
|
||||
S["build_cpu"]="i686"
|
||||
S["build"]="i686-pc-linux-gnu"
|
||||
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
|
||||
S["am__fastdepCXX_FALSE"]="#"
|
||||
S["am__fastdepCXX_TRUE"]=""
|
||||
S["CXXDEPMODE"]="depmode=gcc3"
|
||||
S["ac_ct_CXX"]="g++"
|
||||
S["CXXFLAGS"]=" -g -DNDEBUG"
|
||||
S["CXXFLAGS"]="-m32 -Wno-narrowing -fpermissive"
|
||||
S["CXX"]="g++"
|
||||
S["am__fastdepCC_FALSE"]="#"
|
||||
S["am__fastdepCC_TRUE"]=""
|
||||
@@ -936,8 +936,8 @@ S["OBJEXT"]="o"
|
||||
S["EXEEXT"]=""
|
||||
S["ac_ct_CC"]="gcc"
|
||||
S["CPPFLAGS"]=""
|
||||
S["LDFLAGS"]=""
|
||||
S["CFLAGS"]=""
|
||||
S["LDFLAGS"]="-m32"
|
||||
S["CFLAGS"]="-m32 -Wno-narrowing"
|
||||
S["CC"]="gcc"
|
||||
S["AM_BACKSLASH"]="\\"
|
||||
S["AM_DEFAULT_VERBOSITY"]="1"
|
||||
@@ -948,17 +948,17 @@ S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
|
||||
S["AMTAR"]="$${TAR-tar}"
|
||||
S["am__leading_dot"]="."
|
||||
S["SET_MAKE"]=""
|
||||
S["AWK"]="mawk"
|
||||
S["AWK"]="gawk"
|
||||
S["mkdir_p"]="$(MKDIR_P)"
|
||||
S["MKDIR_P"]="/bin/mkdir -p"
|
||||
S["MKDIR_P"]="/usr/bin/mkdir -p"
|
||||
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
|
||||
S["STRIP"]="strip"
|
||||
S["install_sh"]="${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/install-sh"
|
||||
S["MAKEINFO"]="${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing makeinfo"
|
||||
S["AUTOHEADER"]="${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing autoheader"
|
||||
S["AUTOMAKE"]="${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing automake-1.16"
|
||||
S["AUTOCONF"]="${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing autoconf"
|
||||
S["ACLOCAL"]="${SHELL} /home/jusic/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing aclocal-1.16"
|
||||
S["install_sh"]="${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/install-sh"
|
||||
S["MAKEINFO"]="${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing makeinfo"
|
||||
S["AUTOHEADER"]="${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing autoheader"
|
||||
S["AUTOMAKE"]="${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing automake-1.16"
|
||||
S["AUTOCONF"]="${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing autoconf"
|
||||
S["ACLOCAL"]="${SHELL} /home/nillerusr/projects/source-engine/thirdparty/protobuf-2.6.1/gtest/build-aux/missing aclocal-1.16"
|
||||
S["VERSION"]="1.6.0"
|
||||
S["PACKAGE"]="gtest"
|
||||
S["CYGPATH_W"]="echo"
|
||||
@@ -968,7 +968,7 @@ S["INSTALL_SCRIPT"]="${INSTALL}"
|
||||
S["INSTALL_PROGRAM"]="${INSTALL}"
|
||||
S["target_alias"]=""
|
||||
S["host_alias"]=""
|
||||
S["build_alias"]=""
|
||||
S["build_alias"]="i686-pc-linux-gnu"
|
||||
S["LIBS"]=""
|
||||
S["ECHO_T"]=""
|
||||
S["ECHO_N"]="-n"
|
||||
@@ -985,7 +985,6 @@ S["infodir"]="${datarootdir}/info"
|
||||
S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
|
||||
S["oldincludedir"]="/usr/include"
|
||||
S["includedir"]="${prefix}/include"
|
||||
S["runstatedir"]="${localstatedir}/run"
|
||||
S["localstatedir"]="${prefix}/var"
|
||||
S["sharedstatedir"]="${prefix}/com"
|
||||
S["sysconfdir"]="${prefix}/etc"
|
||||
@@ -1004,7 +1003,7 @@ S["PACKAGE_VERSION"]="1.6.0"
|
||||
S["PACKAGE_TARNAME"]="gtest"
|
||||
S["PACKAGE_NAME"]="Google C++ Testing Framework"
|
||||
S["PATH_SEPARATOR"]=":"
|
||||
S["SHELL"]="/bin/bash"
|
||||
S["SHELL"]="/bin/sh"
|
||||
S["am__quote"]=""
|
||||
_ACAWK
|
||||
cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
|
||||
@@ -1474,7 +1473,9 @@ $as_echo X/"$am_mf" |
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
||||
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||||
as_fn_error $? "Something went wrong bootstrapping makefile fragments
|
||||
for automatic dependency tracking. Try re-running configure with the
|
||||
for automatic dependency tracking. If GNU make was not used, consider
|
||||
re-running the configure script with MAKE=\"gmake\" (or whatever is
|
||||
necessary). You can also try re-running configure with the
|
||||
'--disable-dependency-tracking' option to at least be able to build
|
||||
the package (albeit without support for automatic dependency tracking).
|
||||
See \`config.log' for more details" "$LINENO" 5; }
|
||||
|
||||
+4
-14
@@ -745,7 +745,6 @@ infodir
|
||||
docdir
|
||||
oldincludedir
|
||||
includedir
|
||||
runstatedir
|
||||
localstatedir
|
||||
sharedstatedir
|
||||
sysconfdir
|
||||
@@ -833,7 +832,6 @@ datadir='${datarootdir}'
|
||||
sysconfdir='${prefix}/etc'
|
||||
sharedstatedir='${prefix}/com'
|
||||
localstatedir='${prefix}/var'
|
||||
runstatedir='${localstatedir}/run'
|
||||
includedir='${prefix}/include'
|
||||
oldincludedir='/usr/include'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
@@ -1086,15 +1084,6 @@ do
|
||||
| -silent | --silent | --silen | --sile | --sil)
|
||||
silent=yes ;;
|
||||
|
||||
-runstatedir | --runstatedir | --runstatedi | --runstated \
|
||||
| --runstate | --runstat | --runsta | --runst | --runs \
|
||||
| --run | --ru | --r)
|
||||
ac_prev=runstatedir ;;
|
||||
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
|
||||
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
|
||||
| --run=* | --ru=* | --r=*)
|
||||
runstatedir=$ac_optarg ;;
|
||||
|
||||
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
||||
ac_prev=sbindir ;;
|
||||
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
||||
@@ -1232,7 +1221,7 @@ fi
|
||||
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
||||
datadir sysconfdir sharedstatedir localstatedir includedir \
|
||||
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
||||
libdir localedir mandir runstatedir
|
||||
libdir localedir mandir
|
||||
do
|
||||
eval ac_val=\$$ac_var
|
||||
# Remove trailing slashes.
|
||||
@@ -1385,7 +1374,6 @@ Fine tuning of the installation directories:
|
||||
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
||||
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
||||
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
||||
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
|
||||
--libdir=DIR object code libraries [EPREFIX/lib]
|
||||
--includedir=DIR C header files [PREFIX/include]
|
||||
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
||||
@@ -18180,7 +18168,9 @@ $as_echo X/"$am_mf" |
|
||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
||||
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||||
as_fn_error $? "Something went wrong bootstrapping makefile fragments
|
||||
for automatic dependency tracking. Try re-running configure with the
|
||||
for automatic dependency tracking. If GNU make was not used, consider
|
||||
re-running the configure script with MAKE=\"gmake\" (or whatever is
|
||||
necessary). You can also try re-running configure with the
|
||||
'--disable-dependency-tracking' option to at least be able to build
|
||||
the package (albeit without support for automatic dependency tracking).
|
||||
See \`config.log' for more details" "$LINENO" 5; }
|
||||
|
||||
+21
-21
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
# Generated automatically by config.status (gtest) 1.6.0
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
|
||||
@@ -50,13 +50,13 @@ build_old_libs=yes
|
||||
pic_mode=default
|
||||
|
||||
# Whether or not to optimize for fast installation.
|
||||
fast_install=needless
|
||||
fast_install=yes
|
||||
|
||||
# Shared archive member basename,for filename based shared library versioning on AIX.
|
||||
shared_archive_member_spec=
|
||||
|
||||
# Shell to use when invoking shell scripts.
|
||||
SHELL="/bin/bash"
|
||||
SHELL="/bin/sh"
|
||||
|
||||
# An echo program that protects backslashes.
|
||||
ECHO="printf %s\\n"
|
||||
@@ -66,28 +66,28 @@ PATH_SEPARATOR=":"
|
||||
|
||||
# The host system.
|
||||
host_alias=
|
||||
host=x86_64-pc-linux-gnu
|
||||
host=i686-pc-linux-gnu
|
||||
host_os=linux-gnu
|
||||
|
||||
# The build system.
|
||||
build_alias=
|
||||
build=x86_64-pc-linux-gnu
|
||||
build_alias=i686-pc-linux-gnu
|
||||
build=i686-pc-linux-gnu
|
||||
build_os=linux-gnu
|
||||
|
||||
# A sed program that does not truncate output.
|
||||
SED="/bin/sed"
|
||||
SED="/usr/bin/sed"
|
||||
|
||||
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
||||
Xsed="$SED -e 1s/^X//"
|
||||
|
||||
# A grep program that handles long lines.
|
||||
GREP="/bin/grep"
|
||||
GREP="/usr/bin/grep"
|
||||
|
||||
# An ERE matcher.
|
||||
EGREP="/bin/grep -E"
|
||||
EGREP="/usr/bin/grep -E"
|
||||
|
||||
# A literal string matcher.
|
||||
FGREP="/bin/grep -F"
|
||||
FGREP="/usr/bin/grep -F"
|
||||
|
||||
# A BSD- or MS-compatible name lister.
|
||||
NM="/usr/bin/nm -B"
|
||||
@@ -164,7 +164,7 @@ lock_old_archive_extraction=no
|
||||
LTCC="gcc"
|
||||
|
||||
# LTCC compiler flags.
|
||||
LTCFLAGS=""
|
||||
LTCFLAGS="-m32 -Wno-narrowing"
|
||||
|
||||
# Take the output of nm and produce a listing of raw symbols and C names.
|
||||
global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'"
|
||||
@@ -191,7 +191,7 @@ nm_file_list_spec="@"
|
||||
lt_sysroot=
|
||||
|
||||
# Command to truncate a binary pipe.
|
||||
lt_truncate_bin="/bin/dd bs=4096 count=1"
|
||||
lt_truncate_bin="/usr/bin/dd bs=4096 count=1"
|
||||
|
||||
# The name of the directory that contains temporary libtool files.
|
||||
objdir=.libs
|
||||
@@ -249,7 +249,7 @@ runpath_var=LD_RUN_PATH
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
|
||||
# Is shlibpath searched before the hard-coded library search path?
|
||||
shlibpath_overrides_runpath=yes
|
||||
shlibpath_overrides_runpath=no
|
||||
|
||||
# Format of library name prefix.
|
||||
libname_spec="lib\$name"
|
||||
@@ -281,10 +281,10 @@ finish_eval=""
|
||||
hardcode_into_libs=yes
|
||||
|
||||
# Compile-time system search path for libraries.
|
||||
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib "
|
||||
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 /usr/lib32 /lib32 "
|
||||
|
||||
# Detected run-time system search path for libraries.
|
||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /usr/local/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /lib32 /usr/lib32 /libx32 /usr/libx32 "
|
||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/libfakeroot /usr/lib32 "
|
||||
|
||||
# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
|
||||
configure_time_lt_sys_library_path=""
|
||||
@@ -304,7 +304,7 @@ striplib="strip --strip-unneeded"
|
||||
|
||||
|
||||
# The linker used to build libraries.
|
||||
LD="/usr/bin/ld -m elf_x86_64"
|
||||
LD="/usr/bin/ld"
|
||||
|
||||
# How to create reloadable object files.
|
||||
reload_flag=" -r"
|
||||
@@ -11762,7 +11762,7 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
|
||||
# ### BEGIN LIBTOOL TAG CONFIG: CXX
|
||||
|
||||
# The linker used to build libraries.
|
||||
LD="/usr/bin/ld -m elf_x86_64"
|
||||
LD="/usr/bin/ld"
|
||||
|
||||
# How to create reloadable object files.
|
||||
reload_flag=" -r"
|
||||
@@ -11893,17 +11893,17 @@ file_list_spec=""
|
||||
hardcode_action=immediate
|
||||
|
||||
# The directories searched by this compiler when creating a shared library.
|
||||
compiler_lib_search_dirs="/usr/lib/gcc/x86_64-linux-gnu/8 /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu /usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /usr/lib/gcc/x86_64-linux-gnu/8/../../.."
|
||||
compiler_lib_search_dirs="/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../lib32 /lib/../lib32 /usr/lib/../lib32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../.."
|
||||
|
||||
# Dependencies to place before and after the objects being linked to
|
||||
# create a shared library.
|
||||
predep_objects="/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/8/crtbeginS.o"
|
||||
postdep_objects="/usr/lib/gcc/x86_64-linux-gnu/8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/crtn.o"
|
||||
predep_objects="/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../lib32/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/32/crtbeginS.o"
|
||||
postdep_objects="/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/32/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../lib32/crtn.o"
|
||||
predeps=""
|
||||
postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s"
|
||||
|
||||
# The library search path used internally by the compiler when linking
|
||||
# a shared library.
|
||||
compiler_lib_search_path="-L/usr/lib/gcc/x86_64-linux-gnu/8 -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/8/../../.."
|
||||
compiler_lib_search_path="-L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../lib32 -L/lib/../lib32 -L/usr/lib/../lib32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../.."
|
||||
|
||||
# ### END LIBTOOL TAG CONFIG: CXX
|
||||
|
||||
+1
-877
@@ -1,877 +1 @@
|
||||
src/gtest-all.lo: src/gtest-all.cc /usr/include/stdc-predef.h \
|
||||
include/gtest/gtest.h /usr/include/c++/8/limits \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/cpu_defines.h \
|
||||
/usr/include/c++/8/ostream /usr/include/c++/8/ios \
|
||||
/usr/include/c++/8/iosfwd /usr/include/c++/8/bits/stringfwd.h \
|
||||
/usr/include/c++/8/bits/memoryfwd.h /usr/include/c++/8/bits/postypes.h \
|
||||
/usr/include/c++/8/cwchar /usr/include/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdarg.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
||||
/usr/include/c++/8/exception /usr/include/c++/8/bits/exception.h \
|
||||
/usr/include/c++/8/bits/exception_ptr.h \
|
||||
/usr/include/c++/8/bits/exception_defines.h \
|
||||
/usr/include/c++/8/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/8/typeinfo /usr/include/c++/8/bits/hash_bytes.h \
|
||||
/usr/include/c++/8/new /usr/include/c++/8/bits/nested_exception.h \
|
||||
/usr/include/c++/8/bits/move.h /usr/include/c++/8/bits/concept_check.h \
|
||||
/usr/include/c++/8/type_traits /usr/include/c++/8/bits/char_traits.h \
|
||||
/usr/include/c++/8/bits/stl_algobase.h \
|
||||
/usr/include/c++/8/bits/functexcept.h \
|
||||
/usr/include/c++/8/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/8/ext/type_traits.h \
|
||||
/usr/include/c++/8/ext/numeric_traits.h \
|
||||
/usr/include/c++/8/bits/stl_pair.h \
|
||||
/usr/include/c++/8/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/8/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/8/debug/assertions.h \
|
||||
/usr/include/c++/8/bits/stl_iterator.h \
|
||||
/usr/include/c++/8/bits/ptr_traits.h /usr/include/c++/8/debug/debug.h \
|
||||
/usr/include/c++/8/bits/predefined_ops.h /usr/include/c++/8/cstdint \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdint.h /usr/include/stdint.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
||||
/usr/include/c++/8/bits/localefwd.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++locale.h \
|
||||
/usr/include/c++/8/clocale /usr/include/locale.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/8/cctype \
|
||||
/usr/include/ctype.h /usr/include/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
||||
/usr/include/c++/8/bits/ios_base.h /usr/include/c++/8/ext/atomicity.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/gthr.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/atomic_word.h \
|
||||
/usr/include/c++/8/bits/locale_classes.h /usr/include/c++/8/string \
|
||||
/usr/include/c++/8/bits/allocator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++allocator.h \
|
||||
/usr/include/c++/8/ext/new_allocator.h \
|
||||
/usr/include/c++/8/bits/ostream_insert.h \
|
||||
/usr/include/c++/8/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/8/bits/stl_function.h \
|
||||
/usr/include/c++/8/backward/binders.h \
|
||||
/usr/include/c++/8/bits/range_access.h \
|
||||
/usr/include/c++/8/initializer_list \
|
||||
/usr/include/c++/8/bits/basic_string.h \
|
||||
/usr/include/c++/8/ext/alloc_traits.h \
|
||||
/usr/include/c++/8/bits/alloc_traits.h \
|
||||
/usr/include/c++/8/ext/string_conversions.h /usr/include/c++/8/cstdlib \
|
||||
/usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
||||
/usr/include/alloca.h /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
||||
/usr/include/c++/8/bits/std_abs.h /usr/include/c++/8/cstdio \
|
||||
/usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
|
||||
/usr/include/c++/8/cerrno /usr/include/errno.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
||||
/usr/include/c++/8/bits/functional_hash.h \
|
||||
/usr/include/c++/8/bits/basic_string.tcc \
|
||||
/usr/include/c++/8/bits/locale_classes.tcc \
|
||||
/usr/include/c++/8/system_error \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/error_constants.h \
|
||||
/usr/include/c++/8/stdexcept /usr/include/c++/8/streambuf \
|
||||
/usr/include/c++/8/bits/streambuf.tcc \
|
||||
/usr/include/c++/8/bits/basic_ios.h \
|
||||
/usr/include/c++/8/bits/locale_facets.h /usr/include/c++/8/cwctype \
|
||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/ctype_base.h \
|
||||
/usr/include/c++/8/bits/streambuf_iterator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/ctype_inline.h \
|
||||
/usr/include/c++/8/bits/locale_facets.tcc \
|
||||
/usr/include/c++/8/bits/basic_ios.tcc \
|
||||
/usr/include/c++/8/bits/ostream.tcc /usr/include/c++/8/vector \
|
||||
/usr/include/c++/8/bits/stl_construct.h \
|
||||
/usr/include/c++/8/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/8/bits/stl_vector.h \
|
||||
/usr/include/c++/8/bits/stl_bvector.h /usr/include/c++/8/bits/vector.tcc \
|
||||
include/gtest/internal/gtest-internal.h \
|
||||
include/gtest/internal/gtest-port.h /usr/include/c++/8/stdlib.h \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/c++/8/iostream \
|
||||
/usr/include/c++/8/istream /usr/include/c++/8/bits/istream.tcc \
|
||||
/usr/include/c++/8/sstream /usr/include/c++/8/bits/sstream.tcc \
|
||||
/usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/environments.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/confname.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_core.h /usr/include/regex.h \
|
||||
/usr/include/c++/8/tuple /usr/include/c++/8/utility \
|
||||
/usr/include/c++/8/bits/stl_relops.h /usr/include/c++/8/array \
|
||||
/usr/include/c++/8/bits/uses_allocator.h \
|
||||
/usr/include/c++/8/bits/invoke.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/wait.h /usr/include/signal.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/signum.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/signum-generic.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/stack_t.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/ss_flags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
|
||||
/usr/include/c++/8/iomanip /usr/include/c++/8/locale \
|
||||
/usr/include/c++/8/bits/locale_facets_nonio.h /usr/include/c++/8/ctime \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/time_members.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/messages_members.h \
|
||||
/usr/include/libintl.h /usr/include/c++/8/bits/codecvt.h \
|
||||
/usr/include/c++/8/bits/locale_facets_nonio.tcc \
|
||||
/usr/include/c++/8/bits/locale_conv.h \
|
||||
/usr/include/c++/8/bits/unique_ptr.h \
|
||||
/usr/include/c++/8/bits/quoted_string.h /usr/include/c++/8/set \
|
||||
/usr/include/c++/8/bits/stl_tree.h \
|
||||
/usr/include/c++/8/ext/aligned_buffer.h \
|
||||
/usr/include/c++/8/bits/stl_set.h /usr/include/c++/8/bits/stl_multiset.h \
|
||||
include/gtest/internal/gtest-string.h \
|
||||
include/gtest/internal/gtest-filepath.h \
|
||||
include/gtest/internal/gtest-type-util.h /usr/include/c++/8/cxxabi.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/cxxabi_tweaks.h \
|
||||
include/gtest/gtest-death-test.h \
|
||||
include/gtest/internal/gtest-death-test-internal.h \
|
||||
include/gtest/gtest-message.h include/gtest/gtest-param-test.h \
|
||||
include/gtest/internal/gtest-param-util.h /usr/include/c++/8/iterator \
|
||||
/usr/include/c++/8/bits/stream_iterator.h \
|
||||
include/gtest/internal/gtest-linked_ptr.h /usr/include/assert.h \
|
||||
include/gtest/gtest-printers.h \
|
||||
include/gtest/internal/gtest-param-util-generated.h \
|
||||
include/gtest/gtest_prod.h include/gtest/gtest-test-part.h \
|
||||
include/gtest/gtest-typed-test.h include/gtest/gtest_pred_impl.h \
|
||||
src/gtest.cc include/gtest/gtest-spi.h /usr/include/c++/8/math.h \
|
||||
/usr/include/c++/8/cmath /usr/include/math.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
||||
/usr/include/c++/8/algorithm /usr/include/c++/8/bits/stl_algo.h \
|
||||
/usr/include/c++/8/bits/algorithmfwd.h \
|
||||
/usr/include/c++/8/bits/stl_heap.h /usr/include/c++/8/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/8/bits/uniform_int_dist.h /usr/include/fcntl.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fcntl.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \
|
||||
/usr/include/linux/falloc.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/mman.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mman.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mman-linux.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mman-shared.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/time.h /usr/include/arpa/inet.h \
|
||||
/usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/socket.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/socket_type.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sockaddr.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/socket.h \
|
||||
/usr/include/asm-generic/socket.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/sockios.h \
|
||||
/usr/include/asm-generic/sockios.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/in.h /usr/include/netdb.h \
|
||||
/usr/include/rpc/netdb.h /usr/include/x86_64-linux-gnu/bits/netdb.h \
|
||||
src/gtest-internal-inl.h src/gtest-death-test.cc src/gtest-filepath.cc \
|
||||
/usr/include/c++/8/climits src/gtest-port.cc src/gtest-printers.cc \
|
||||
src/gtest-test-part.cc src/gtest-typed-test.cc
|
||||
|
||||
/usr/include/stdc-predef.h:
|
||||
|
||||
include/gtest/gtest.h:
|
||||
|
||||
/usr/include/c++/8/limits:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++config.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/os_defines.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/cpu_defines.h:
|
||||
|
||||
/usr/include/c++/8/ostream:
|
||||
|
||||
/usr/include/c++/8/ios:
|
||||
|
||||
/usr/include/c++/8/iosfwd:
|
||||
|
||||
/usr/include/c++/8/bits/stringfwd.h:
|
||||
|
||||
/usr/include/c++/8/bits/memoryfwd.h:
|
||||
|
||||
/usr/include/c++/8/bits/postypes.h:
|
||||
|
||||
/usr/include/c++/8/cwchar:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdarg.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h:
|
||||
|
||||
/usr/include/c++/8/exception:
|
||||
|
||||
/usr/include/c++/8/bits/exception.h:
|
||||
|
||||
/usr/include/c++/8/bits/exception_ptr.h:
|
||||
|
||||
/usr/include/c++/8/bits/exception_defines.h:
|
||||
|
||||
/usr/include/c++/8/bits/cxxabi_init_exception.h:
|
||||
|
||||
/usr/include/c++/8/typeinfo:
|
||||
|
||||
/usr/include/c++/8/bits/hash_bytes.h:
|
||||
|
||||
/usr/include/c++/8/new:
|
||||
|
||||
/usr/include/c++/8/bits/nested_exception.h:
|
||||
|
||||
/usr/include/c++/8/bits/move.h:
|
||||
|
||||
/usr/include/c++/8/bits/concept_check.h:
|
||||
|
||||
/usr/include/c++/8/type_traits:
|
||||
|
||||
/usr/include/c++/8/bits/char_traits.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_algobase.h:
|
||||
|
||||
/usr/include/c++/8/bits/functexcept.h:
|
||||
|
||||
/usr/include/c++/8/bits/cpp_type_traits.h:
|
||||
|
||||
/usr/include/c++/8/ext/type_traits.h:
|
||||
|
||||
/usr/include/c++/8/ext/numeric_traits.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_pair.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_iterator_base_types.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:
|
||||
|
||||
/usr/include/c++/8/debug/assertions.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_iterator.h:
|
||||
|
||||
/usr/include/c++/8/bits/ptr_traits.h:
|
||||
|
||||
/usr/include/c++/8/debug/debug.h:
|
||||
|
||||
/usr/include/c++/8/bits/predefined_ops.h:
|
||||
|
||||
/usr/include/c++/8/cstdint:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdint.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h:
|
||||
|
||||
/usr/include/c++/8/bits/localefwd.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++locale.h:
|
||||
|
||||
/usr/include/c++/8/clocale:
|
||||
|
||||
/usr/include/locale.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h:
|
||||
|
||||
/usr/include/c++/8/cctype:
|
||||
|
||||
/usr/include/ctype.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/endian.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h:
|
||||
|
||||
/usr/include/c++/8/bits/ios_base.h:
|
||||
|
||||
/usr/include/c++/8/ext/atomicity.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/gthr.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:
|
||||
|
||||
/usr/include/pthread.h:
|
||||
|
||||
/usr/include/sched.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/atomic_word.h:
|
||||
|
||||
/usr/include/c++/8/bits/locale_classes.h:
|
||||
|
||||
/usr/include/c++/8/string:
|
||||
|
||||
/usr/include/c++/8/bits/allocator.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++allocator.h:
|
||||
|
||||
/usr/include/c++/8/ext/new_allocator.h:
|
||||
|
||||
/usr/include/c++/8/bits/ostream_insert.h:
|
||||
|
||||
/usr/include/c++/8/bits/cxxabi_forced.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_function.h:
|
||||
|
||||
/usr/include/c++/8/backward/binders.h:
|
||||
|
||||
/usr/include/c++/8/bits/range_access.h:
|
||||
|
||||
/usr/include/c++/8/initializer_list:
|
||||
|
||||
/usr/include/c++/8/bits/basic_string.h:
|
||||
|
||||
/usr/include/c++/8/ext/alloc_traits.h:
|
||||
|
||||
/usr/include/c++/8/bits/alloc_traits.h:
|
||||
|
||||
/usr/include/c++/8/ext/string_conversions.h:
|
||||
|
||||
/usr/include/c++/8/cstdlib:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/waitflags.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h:
|
||||
|
||||
/usr/include/c++/8/bits/std_abs.h:
|
||||
|
||||
/usr/include/c++/8/cstdio:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h:
|
||||
|
||||
/usr/include/c++/8/cerrno:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h:
|
||||
|
||||
/usr/include/c++/8/bits/functional_hash.h:
|
||||
|
||||
/usr/include/c++/8/bits/basic_string.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/locale_classes.tcc:
|
||||
|
||||
/usr/include/c++/8/system_error:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/error_constants.h:
|
||||
|
||||
/usr/include/c++/8/stdexcept:
|
||||
|
||||
/usr/include/c++/8/streambuf:
|
||||
|
||||
/usr/include/c++/8/bits/streambuf.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/basic_ios.h:
|
||||
|
||||
/usr/include/c++/8/bits/locale_facets.h:
|
||||
|
||||
/usr/include/c++/8/cwctype:
|
||||
|
||||
/usr/include/wctype.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/ctype_base.h:
|
||||
|
||||
/usr/include/c++/8/bits/streambuf_iterator.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/ctype_inline.h:
|
||||
|
||||
/usr/include/c++/8/bits/locale_facets.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/basic_ios.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/ostream.tcc:
|
||||
|
||||
/usr/include/c++/8/vector:
|
||||
|
||||
/usr/include/c++/8/bits/stl_construct.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_uninitialized.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_vector.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_bvector.h:
|
||||
|
||||
/usr/include/c++/8/bits/vector.tcc:
|
||||
|
||||
include/gtest/internal/gtest-internal.h:
|
||||
|
||||
include/gtest/internal/gtest-port.h:
|
||||
|
||||
/usr/include/c++/8/stdlib.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/strings.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/stat.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stat.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/statx.h:
|
||||
|
||||
/usr/include/c++/8/iostream:
|
||||
|
||||
/usr/include/c++/8/istream:
|
||||
|
||||
/usr/include/c++/8/bits/istream.tcc:
|
||||
|
||||
/usr/include/c++/8/sstream:
|
||||
|
||||
/usr/include/c++/8/bits/sstream.tcc:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/environments.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/confname.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_core.h:
|
||||
|
||||
/usr/include/regex.h:
|
||||
|
||||
/usr/include/c++/8/tuple:
|
||||
|
||||
/usr/include/c++/8/utility:
|
||||
|
||||
/usr/include/c++/8/bits/stl_relops.h:
|
||||
|
||||
/usr/include/c++/8/array:
|
||||
|
||||
/usr/include/c++/8/bits/uses_allocator.h:
|
||||
|
||||
/usr/include/c++/8/bits/invoke.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/wait.h:
|
||||
|
||||
/usr/include/signal.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/signum.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/signum-generic.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigaction.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigcontext.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/stack_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/ucontext.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigstack.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/ss_flags.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigthread.h:
|
||||
|
||||
/usr/include/c++/8/iomanip:
|
||||
|
||||
/usr/include/c++/8/locale:
|
||||
|
||||
/usr/include/c++/8/bits/locale_facets_nonio.h:
|
||||
|
||||
/usr/include/c++/8/ctime:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/time_members.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/messages_members.h:
|
||||
|
||||
/usr/include/libintl.h:
|
||||
|
||||
/usr/include/c++/8/bits/codecvt.h:
|
||||
|
||||
/usr/include/c++/8/bits/locale_facets_nonio.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/locale_conv.h:
|
||||
|
||||
/usr/include/c++/8/bits/unique_ptr.h:
|
||||
|
||||
/usr/include/c++/8/bits/quoted_string.h:
|
||||
|
||||
/usr/include/c++/8/set:
|
||||
|
||||
/usr/include/c++/8/bits/stl_tree.h:
|
||||
|
||||
/usr/include/c++/8/ext/aligned_buffer.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_set.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_multiset.h:
|
||||
|
||||
include/gtest/internal/gtest-string.h:
|
||||
|
||||
include/gtest/internal/gtest-filepath.h:
|
||||
|
||||
include/gtest/internal/gtest-type-util.h:
|
||||
|
||||
/usr/include/c++/8/cxxabi.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/cxxabi_tweaks.h:
|
||||
|
||||
include/gtest/gtest-death-test.h:
|
||||
|
||||
include/gtest/internal/gtest-death-test-internal.h:
|
||||
|
||||
include/gtest/gtest-message.h:
|
||||
|
||||
include/gtest/gtest-param-test.h:
|
||||
|
||||
include/gtest/internal/gtest-param-util.h:
|
||||
|
||||
/usr/include/c++/8/iterator:
|
||||
|
||||
/usr/include/c++/8/bits/stream_iterator.h:
|
||||
|
||||
include/gtest/internal/gtest-linked_ptr.h:
|
||||
|
||||
/usr/include/assert.h:
|
||||
|
||||
include/gtest/gtest-printers.h:
|
||||
|
||||
include/gtest/internal/gtest-param-util-generated.h:
|
||||
|
||||
include/gtest/gtest_prod.h:
|
||||
|
||||
include/gtest/gtest-test-part.h:
|
||||
|
||||
include/gtest/gtest-typed-test.h:
|
||||
|
||||
include/gtest/gtest_pred_impl.h:
|
||||
|
||||
src/gtest.cc:
|
||||
|
||||
include/gtest/gtest-spi.h:
|
||||
|
||||
/usr/include/c++/8/math.h:
|
||||
|
||||
/usr/include/c++/8/cmath:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/math-vector.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h:
|
||||
|
||||
/usr/include/c++/8/algorithm:
|
||||
|
||||
/usr/include/c++/8/bits/stl_algo.h:
|
||||
|
||||
/usr/include/c++/8/bits/algorithmfwd.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_heap.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_tempbuf.h:
|
||||
|
||||
/usr/include/c++/8/bits/uniform_int_dist.h:
|
||||
|
||||
/usr/include/fcntl.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/fcntl.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h:
|
||||
|
||||
/usr/include/linux/falloc.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/mman.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/mman.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/mman-linux.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/mman-shared.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/time.h:
|
||||
|
||||
/usr/include/arpa/inet.h:
|
||||
|
||||
/usr/include/netinet/in.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/socket.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/socket.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/socket_type.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sockaddr.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/asm/socket.h:
|
||||
|
||||
/usr/include/asm-generic/socket.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/asm/sockios.h:
|
||||
|
||||
/usr/include/asm-generic/sockios.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/in.h:
|
||||
|
||||
/usr/include/netdb.h:
|
||||
|
||||
/usr/include/rpc/netdb.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/netdb.h:
|
||||
|
||||
src/gtest-internal-inl.h:
|
||||
|
||||
src/gtest-death-test.cc:
|
||||
|
||||
src/gtest-filepath.cc:
|
||||
|
||||
/usr/include/c++/8/climits:
|
||||
|
||||
src/gtest-port.cc:
|
||||
|
||||
src/gtest-printers.cc:
|
||||
|
||||
src/gtest-test-part.cc:
|
||||
|
||||
src/gtest-typed-test.cc:
|
||||
# dummy
|
||||
|
||||
+1
-708
@@ -1,708 +1 @@
|
||||
src/gtest_main.lo: src/gtest_main.cc /usr/include/stdc-predef.h \
|
||||
/usr/include/stdio.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
||||
/usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdarg.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h include/gtest/gtest.h \
|
||||
/usr/include/c++/8/limits \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/os_defines.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/cpu_defines.h \
|
||||
/usr/include/c++/8/ostream /usr/include/c++/8/ios \
|
||||
/usr/include/c++/8/iosfwd /usr/include/c++/8/bits/stringfwd.h \
|
||||
/usr/include/c++/8/bits/memoryfwd.h /usr/include/c++/8/bits/postypes.h \
|
||||
/usr/include/c++/8/cwchar /usr/include/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
||||
/usr/include/c++/8/exception /usr/include/c++/8/bits/exception.h \
|
||||
/usr/include/c++/8/bits/exception_ptr.h \
|
||||
/usr/include/c++/8/bits/exception_defines.h \
|
||||
/usr/include/c++/8/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/8/typeinfo /usr/include/c++/8/bits/hash_bytes.h \
|
||||
/usr/include/c++/8/new /usr/include/c++/8/bits/nested_exception.h \
|
||||
/usr/include/c++/8/bits/move.h /usr/include/c++/8/bits/concept_check.h \
|
||||
/usr/include/c++/8/type_traits /usr/include/c++/8/bits/char_traits.h \
|
||||
/usr/include/c++/8/bits/stl_algobase.h \
|
||||
/usr/include/c++/8/bits/functexcept.h \
|
||||
/usr/include/c++/8/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/8/ext/type_traits.h \
|
||||
/usr/include/c++/8/ext/numeric_traits.h \
|
||||
/usr/include/c++/8/bits/stl_pair.h \
|
||||
/usr/include/c++/8/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/8/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/8/debug/assertions.h \
|
||||
/usr/include/c++/8/bits/stl_iterator.h \
|
||||
/usr/include/c++/8/bits/ptr_traits.h /usr/include/c++/8/debug/debug.h \
|
||||
/usr/include/c++/8/bits/predefined_ops.h /usr/include/c++/8/cstdint \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdint.h /usr/include/stdint.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
||||
/usr/include/c++/8/bits/localefwd.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++locale.h \
|
||||
/usr/include/c++/8/clocale /usr/include/locale.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/8/cctype \
|
||||
/usr/include/ctype.h /usr/include/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
||||
/usr/include/c++/8/bits/ios_base.h /usr/include/c++/8/ext/atomicity.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/gthr.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/atomic_word.h \
|
||||
/usr/include/c++/8/bits/locale_classes.h /usr/include/c++/8/string \
|
||||
/usr/include/c++/8/bits/allocator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++allocator.h \
|
||||
/usr/include/c++/8/ext/new_allocator.h \
|
||||
/usr/include/c++/8/bits/ostream_insert.h \
|
||||
/usr/include/c++/8/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/8/bits/stl_function.h \
|
||||
/usr/include/c++/8/backward/binders.h \
|
||||
/usr/include/c++/8/bits/range_access.h \
|
||||
/usr/include/c++/8/initializer_list \
|
||||
/usr/include/c++/8/bits/basic_string.h \
|
||||
/usr/include/c++/8/ext/alloc_traits.h \
|
||||
/usr/include/c++/8/bits/alloc_traits.h \
|
||||
/usr/include/c++/8/ext/string_conversions.h /usr/include/c++/8/cstdlib \
|
||||
/usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
||||
/usr/include/alloca.h /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
||||
/usr/include/c++/8/bits/std_abs.h /usr/include/c++/8/cstdio \
|
||||
/usr/include/c++/8/cerrno /usr/include/errno.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
||||
/usr/include/c++/8/bits/functional_hash.h \
|
||||
/usr/include/c++/8/bits/basic_string.tcc \
|
||||
/usr/include/c++/8/bits/locale_classes.tcc \
|
||||
/usr/include/c++/8/system_error \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/error_constants.h \
|
||||
/usr/include/c++/8/stdexcept /usr/include/c++/8/streambuf \
|
||||
/usr/include/c++/8/bits/streambuf.tcc \
|
||||
/usr/include/c++/8/bits/basic_ios.h \
|
||||
/usr/include/c++/8/bits/locale_facets.h /usr/include/c++/8/cwctype \
|
||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/ctype_base.h \
|
||||
/usr/include/c++/8/bits/streambuf_iterator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/ctype_inline.h \
|
||||
/usr/include/c++/8/bits/locale_facets.tcc \
|
||||
/usr/include/c++/8/bits/basic_ios.tcc \
|
||||
/usr/include/c++/8/bits/ostream.tcc /usr/include/c++/8/vector \
|
||||
/usr/include/c++/8/bits/stl_construct.h \
|
||||
/usr/include/c++/8/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/8/bits/stl_vector.h \
|
||||
/usr/include/c++/8/bits/stl_bvector.h /usr/include/c++/8/bits/vector.tcc \
|
||||
include/gtest/internal/gtest-internal.h \
|
||||
include/gtest/internal/gtest-port.h /usr/include/c++/8/stdlib.h \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/c++/8/iostream \
|
||||
/usr/include/c++/8/istream /usr/include/c++/8/bits/istream.tcc \
|
||||
/usr/include/c++/8/sstream /usr/include/c++/8/bits/sstream.tcc \
|
||||
/usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/environments.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/confname.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_core.h /usr/include/regex.h \
|
||||
/usr/include/c++/8/tuple /usr/include/c++/8/utility \
|
||||
/usr/include/c++/8/bits/stl_relops.h /usr/include/c++/8/array \
|
||||
/usr/include/c++/8/bits/uses_allocator.h \
|
||||
/usr/include/c++/8/bits/invoke.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/wait.h /usr/include/signal.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/signum.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/signum-generic.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigaction.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigcontext.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/stack_t.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/ucontext.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigstack.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/ss_flags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sigthread.h \
|
||||
/usr/include/c++/8/iomanip /usr/include/c++/8/locale \
|
||||
/usr/include/c++/8/bits/locale_facets_nonio.h /usr/include/c++/8/ctime \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/time_members.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/messages_members.h \
|
||||
/usr/include/libintl.h /usr/include/c++/8/bits/codecvt.h \
|
||||
/usr/include/c++/8/bits/locale_facets_nonio.tcc \
|
||||
/usr/include/c++/8/bits/locale_conv.h \
|
||||
/usr/include/c++/8/bits/unique_ptr.h \
|
||||
/usr/include/c++/8/bits/quoted_string.h /usr/include/c++/8/set \
|
||||
/usr/include/c++/8/bits/stl_tree.h \
|
||||
/usr/include/c++/8/ext/aligned_buffer.h \
|
||||
/usr/include/c++/8/bits/stl_set.h /usr/include/c++/8/bits/stl_multiset.h \
|
||||
include/gtest/internal/gtest-string.h \
|
||||
include/gtest/internal/gtest-filepath.h \
|
||||
include/gtest/internal/gtest-type-util.h /usr/include/c++/8/cxxabi.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/cxxabi_tweaks.h \
|
||||
include/gtest/gtest-death-test.h \
|
||||
include/gtest/internal/gtest-death-test-internal.h \
|
||||
include/gtest/gtest-message.h include/gtest/gtest-param-test.h \
|
||||
include/gtest/internal/gtest-param-util.h /usr/include/c++/8/iterator \
|
||||
/usr/include/c++/8/bits/stream_iterator.h \
|
||||
include/gtest/internal/gtest-linked_ptr.h /usr/include/assert.h \
|
||||
include/gtest/gtest-printers.h \
|
||||
include/gtest/internal/gtest-param-util-generated.h \
|
||||
include/gtest/gtest_prod.h include/gtest/gtest-test-part.h \
|
||||
include/gtest/gtest-typed-test.h include/gtest/gtest_pred_impl.h
|
||||
|
||||
/usr/include/stdc-predef.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdarg.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h:
|
||||
|
||||
include/gtest/gtest.h:
|
||||
|
||||
/usr/include/c++/8/limits:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++config.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/os_defines.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/cpu_defines.h:
|
||||
|
||||
/usr/include/c++/8/ostream:
|
||||
|
||||
/usr/include/c++/8/ios:
|
||||
|
||||
/usr/include/c++/8/iosfwd:
|
||||
|
||||
/usr/include/c++/8/bits/stringfwd.h:
|
||||
|
||||
/usr/include/c++/8/bits/memoryfwd.h:
|
||||
|
||||
/usr/include/c++/8/bits/postypes.h:
|
||||
|
||||
/usr/include/c++/8/cwchar:
|
||||
|
||||
/usr/include/wchar.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h:
|
||||
|
||||
/usr/include/c++/8/exception:
|
||||
|
||||
/usr/include/c++/8/bits/exception.h:
|
||||
|
||||
/usr/include/c++/8/bits/exception_ptr.h:
|
||||
|
||||
/usr/include/c++/8/bits/exception_defines.h:
|
||||
|
||||
/usr/include/c++/8/bits/cxxabi_init_exception.h:
|
||||
|
||||
/usr/include/c++/8/typeinfo:
|
||||
|
||||
/usr/include/c++/8/bits/hash_bytes.h:
|
||||
|
||||
/usr/include/c++/8/new:
|
||||
|
||||
/usr/include/c++/8/bits/nested_exception.h:
|
||||
|
||||
/usr/include/c++/8/bits/move.h:
|
||||
|
||||
/usr/include/c++/8/bits/concept_check.h:
|
||||
|
||||
/usr/include/c++/8/type_traits:
|
||||
|
||||
/usr/include/c++/8/bits/char_traits.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_algobase.h:
|
||||
|
||||
/usr/include/c++/8/bits/functexcept.h:
|
||||
|
||||
/usr/include/c++/8/bits/cpp_type_traits.h:
|
||||
|
||||
/usr/include/c++/8/ext/type_traits.h:
|
||||
|
||||
/usr/include/c++/8/ext/numeric_traits.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_pair.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_iterator_base_types.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:
|
||||
|
||||
/usr/include/c++/8/debug/assertions.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_iterator.h:
|
||||
|
||||
/usr/include/c++/8/bits/ptr_traits.h:
|
||||
|
||||
/usr/include/c++/8/debug/debug.h:
|
||||
|
||||
/usr/include/c++/8/bits/predefined_ops.h:
|
||||
|
||||
/usr/include/c++/8/cstdint:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/8/include/stdint.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h:
|
||||
|
||||
/usr/include/c++/8/bits/localefwd.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++locale.h:
|
||||
|
||||
/usr/include/c++/8/clocale:
|
||||
|
||||
/usr/include/locale.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h:
|
||||
|
||||
/usr/include/c++/8/cctype:
|
||||
|
||||
/usr/include/ctype.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/endian.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h:
|
||||
|
||||
/usr/include/c++/8/bits/ios_base.h:
|
||||
|
||||
/usr/include/c++/8/ext/atomicity.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/gthr.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:
|
||||
|
||||
/usr/include/pthread.h:
|
||||
|
||||
/usr/include/sched.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/atomic_word.h:
|
||||
|
||||
/usr/include/c++/8/bits/locale_classes.h:
|
||||
|
||||
/usr/include/c++/8/string:
|
||||
|
||||
/usr/include/c++/8/bits/allocator.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/c++allocator.h:
|
||||
|
||||
/usr/include/c++/8/ext/new_allocator.h:
|
||||
|
||||
/usr/include/c++/8/bits/ostream_insert.h:
|
||||
|
||||
/usr/include/c++/8/bits/cxxabi_forced.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_function.h:
|
||||
|
||||
/usr/include/c++/8/backward/binders.h:
|
||||
|
||||
/usr/include/c++/8/bits/range_access.h:
|
||||
|
||||
/usr/include/c++/8/initializer_list:
|
||||
|
||||
/usr/include/c++/8/bits/basic_string.h:
|
||||
|
||||
/usr/include/c++/8/ext/alloc_traits.h:
|
||||
|
||||
/usr/include/c++/8/bits/alloc_traits.h:
|
||||
|
||||
/usr/include/c++/8/ext/string_conversions.h:
|
||||
|
||||
/usr/include/c++/8/cstdlib:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/waitflags.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h:
|
||||
|
||||
/usr/include/c++/8/bits/std_abs.h:
|
||||
|
||||
/usr/include/c++/8/cstdio:
|
||||
|
||||
/usr/include/c++/8/cerrno:
|
||||
|
||||
/usr/include/errno.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/errno.h:
|
||||
|
||||
/usr/include/linux/errno.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/asm/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h:
|
||||
|
||||
/usr/include/c++/8/bits/functional_hash.h:
|
||||
|
||||
/usr/include/c++/8/bits/basic_string.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/locale_classes.tcc:
|
||||
|
||||
/usr/include/c++/8/system_error:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/error_constants.h:
|
||||
|
||||
/usr/include/c++/8/stdexcept:
|
||||
|
||||
/usr/include/c++/8/streambuf:
|
||||
|
||||
/usr/include/c++/8/bits/streambuf.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/basic_ios.h:
|
||||
|
||||
/usr/include/c++/8/bits/locale_facets.h:
|
||||
|
||||
/usr/include/c++/8/cwctype:
|
||||
|
||||
/usr/include/wctype.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/ctype_base.h:
|
||||
|
||||
/usr/include/c++/8/bits/streambuf_iterator.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/ctype_inline.h:
|
||||
|
||||
/usr/include/c++/8/bits/locale_facets.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/basic_ios.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/ostream.tcc:
|
||||
|
||||
/usr/include/c++/8/vector:
|
||||
|
||||
/usr/include/c++/8/bits/stl_construct.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_uninitialized.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_vector.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_bvector.h:
|
||||
|
||||
/usr/include/c++/8/bits/vector.tcc:
|
||||
|
||||
include/gtest/internal/gtest-internal.h:
|
||||
|
||||
include/gtest/internal/gtest-port.h:
|
||||
|
||||
/usr/include/c++/8/stdlib.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/strings.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/stat.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stat.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/statx.h:
|
||||
|
||||
/usr/include/c++/8/iostream:
|
||||
|
||||
/usr/include/c++/8/istream:
|
||||
|
||||
/usr/include/c++/8/bits/istream.tcc:
|
||||
|
||||
/usr/include/c++/8/sstream:
|
||||
|
||||
/usr/include/c++/8/bits/sstream.tcc:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/posix_opt.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/environments.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/confname.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_core.h:
|
||||
|
||||
/usr/include/regex.h:
|
||||
|
||||
/usr/include/c++/8/tuple:
|
||||
|
||||
/usr/include/c++/8/utility:
|
||||
|
||||
/usr/include/c++/8/bits/stl_relops.h:
|
||||
|
||||
/usr/include/c++/8/array:
|
||||
|
||||
/usr/include/c++/8/bits/uses_allocator.h:
|
||||
|
||||
/usr/include/c++/8/bits/invoke.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/wait.h:
|
||||
|
||||
/usr/include/signal.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/signum.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/signum-generic.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigaction.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigcontext.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/stack_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/ucontext.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigstack.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/ss_flags.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sigthread.h:
|
||||
|
||||
/usr/include/c++/8/iomanip:
|
||||
|
||||
/usr/include/c++/8/locale:
|
||||
|
||||
/usr/include/c++/8/bits/locale_facets_nonio.h:
|
||||
|
||||
/usr/include/c++/8/ctime:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/time_members.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/messages_members.h:
|
||||
|
||||
/usr/include/libintl.h:
|
||||
|
||||
/usr/include/c++/8/bits/codecvt.h:
|
||||
|
||||
/usr/include/c++/8/bits/locale_facets_nonio.tcc:
|
||||
|
||||
/usr/include/c++/8/bits/locale_conv.h:
|
||||
|
||||
/usr/include/c++/8/bits/unique_ptr.h:
|
||||
|
||||
/usr/include/c++/8/bits/quoted_string.h:
|
||||
|
||||
/usr/include/c++/8/set:
|
||||
|
||||
/usr/include/c++/8/bits/stl_tree.h:
|
||||
|
||||
/usr/include/c++/8/ext/aligned_buffer.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_set.h:
|
||||
|
||||
/usr/include/c++/8/bits/stl_multiset.h:
|
||||
|
||||
include/gtest/internal/gtest-string.h:
|
||||
|
||||
include/gtest/internal/gtest-filepath.h:
|
||||
|
||||
include/gtest/internal/gtest-type-util.h:
|
||||
|
||||
/usr/include/c++/8/cxxabi.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/8/bits/cxxabi_tweaks.h:
|
||||
|
||||
include/gtest/gtest-death-test.h:
|
||||
|
||||
include/gtest/internal/gtest-death-test-internal.h:
|
||||
|
||||
include/gtest/gtest-message.h:
|
||||
|
||||
include/gtest/gtest-param-test.h:
|
||||
|
||||
include/gtest/internal/gtest-param-util.h:
|
||||
|
||||
/usr/include/c++/8/iterator:
|
||||
|
||||
/usr/include/c++/8/bits/stream_iterator.h:
|
||||
|
||||
include/gtest/internal/gtest-linked_ptr.h:
|
||||
|
||||
/usr/include/assert.h:
|
||||
|
||||
include/gtest/gtest-printers.h:
|
||||
|
||||
include/gtest/internal/gtest-param-util-generated.h:
|
||||
|
||||
include/gtest/gtest_prod.h:
|
||||
|
||||
include/gtest/gtest-test-part.h:
|
||||
|
||||
include/gtest/gtest-typed-test.h:
|
||||
|
||||
include/gtest/gtest_pred_impl.h:
|
||||
# dummy
|
||||
|
||||
Reference in New Issue
Block a user