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
|
||||
|
||||
Reference in New Issue
Block a user