From 8cf9783c56934cc0790eb40812970abf3c818253 Mon Sep 17 00:00:00 2001 From: bruceperens Date: Thu, 16 Jan 2014 19:48:59 +0000 Subject: [PATCH] Build googletest. Add license text. Delete generated directory. git-svn-id: https://svn.code.sf.net/p/freetel/code@1361 01035d8c-6547-0410-b346-abe4f91aad63 --- freedv-server/CMakeLists.txt | 1 + freedv-server/LICENSE | 43 ++ freedv-server/README.dox | 21 +- .../CMakeFiles/CMakeCCompiler.cmake | 53 -- .../CMakeFiles/CMakeCXXCompiler.cmake | 54 -- .../CMakeDetermineCompilerABI_C.bin | Bin 7563 -> 0 bytes .../CMakeDetermineCompilerABI_CXX.bin | Bin 7624 -> 0 bytes .../CMakeDirectoryInformation.cmake | 16 - .../googletest/CMakeFiles/CMakeError.log | 53 -- .../googletest/CMakeFiles/CMakeOutput.log | 289 ---------- .../googletest/CMakeFiles/CMakeSystem.cmake | 15 - .../googletest/CMakeFiles/CMakeTmp/.gitignore | 0 .../CMakeFiles/CompilerIdC/CMakeCCompilerId.c | 361 ------------- .../googletest/CMakeFiles/CompilerIdC/a.out | Bin 7035 -> 0 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 344 ------------ .../googletest/CMakeFiles/CompilerIdCXX/a.out | Bin 7284 -> 0 bytes .../googletest/CMakeFiles/Makefile.cmake | 73 --- freedv-server/googletest/CMakeFiles/Makefile2 | 134 ----- .../CMakeFiles/TargetDirectories.txt | 2 - .../googletest/CMakeFiles/cmake.check_cache | 1 - .../CMakeFiles/gtest.dir/CXX.includecache | 502 ------------------ .../CMakeFiles/gtest.dir/DependInfo.cmake | 22 - .../CMakeFiles/gtest.dir/build.make | 103 ---- .../CMakeFiles/gtest.dir/cmake_clean.cmake | 10 - .../gtest.dir/cmake_clean_target.cmake | 3 - .../CMakeFiles/gtest.dir/depend.internal | 33 -- .../CMakeFiles/gtest.dir/depend.make | 33 -- .../CMakeFiles/gtest.dir/flags.make | 10 - .../googletest/CMakeFiles/gtest.dir/link.txt | 2 - .../CMakeFiles/gtest.dir/progress.make | 2 - .../CMakeFiles/gtest.dir/src/.gitignore | 0 .../gtest_main.dir/CXX.includecache | 254 --------- .../gtest_main.dir/DependInfo.cmake | 23 - .../CMakeFiles/gtest_main.dir/build.make | 103 ---- .../gtest_main.dir/cmake_clean.cmake | 10 - .../gtest_main.dir/cmake_clean_target.cmake | 3 - .../CMakeFiles/gtest_main.dir/depend.internal | 24 - .../CMakeFiles/gtest_main.dir/depend.make | 24 - .../CMakeFiles/gtest_main.dir/flags.make | 10 - .../CMakeFiles/gtest_main.dir/link.txt | 2 - .../CMakeFiles/gtest_main.dir/progress.make | 2 - .../CMakeFiles/gtest_main.dir/src/.gitignore | 0 .../googletest/CMakeFiles/progress.marks | 1 - 43 files changed, 63 insertions(+), 2573 deletions(-) create mode 100644 freedv-server/LICENSE delete mode 100644 freedv-server/googletest/CMakeFiles/CMakeCCompiler.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/CMakeCXXCompiler.cmake delete mode 100755 freedv-server/googletest/CMakeFiles/CMakeDetermineCompilerABI_C.bin delete mode 100755 freedv-server/googletest/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin delete mode 100644 freedv-server/googletest/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/CMakeError.log delete mode 100644 freedv-server/googletest/CMakeFiles/CMakeOutput.log delete mode 100644 freedv-server/googletest/CMakeFiles/CMakeSystem.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/CMakeTmp/.gitignore delete mode 100644 freedv-server/googletest/CMakeFiles/CompilerIdC/CMakeCCompilerId.c delete mode 100755 freedv-server/googletest/CMakeFiles/CompilerIdC/a.out delete mode 100644 freedv-server/googletest/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp delete mode 100755 freedv-server/googletest/CMakeFiles/CompilerIdCXX/a.out delete mode 100644 freedv-server/googletest/CMakeFiles/Makefile.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/Makefile2 delete mode 100644 freedv-server/googletest/CMakeFiles/TargetDirectories.txt delete mode 100644 freedv-server/googletest/CMakeFiles/cmake.check_cache delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/CXX.includecache delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/DependInfo.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/build.make delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/depend.internal delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/depend.make delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/flags.make delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/link.txt delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/progress.make delete mode 100644 freedv-server/googletest/CMakeFiles/gtest.dir/src/.gitignore delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/CXX.includecache delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/build.make delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/depend.internal delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/depend.make delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/flags.make delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/link.txt delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/progress.make delete mode 100644 freedv-server/googletest/CMakeFiles/gtest_main.dir/src/.gitignore delete mode 100644 freedv-server/googletest/CMakeFiles/progress.marks diff --git a/freedv-server/CMakeLists.txt b/freedv-server/CMakeLists.txt index bc630b44..63593a9a 100644 --- a/freedv-server/CMakeLists.txt +++ b/freedv-server/CMakeLists.txt @@ -114,6 +114,7 @@ set_source_files_properties(${Compile.sources} PROPERTIES COMPILE_FLAGS "${Param add_executable(freedv-server ${Compile.sources}) +add_subdirectory(googletest) find_path(Codec2.include codec2.h PATH_SUFFIXES codec2) find_library(Codec2.lib NAMES codec2) diff --git a/freedv-server/LICENSE b/freedv-server/LICENSE new file mode 100644 index 00000000..ee0949ff --- /dev/null +++ b/freedv-server/LICENSE @@ -0,0 +1,43 @@ +LICENSING + +Copyright (C) Algoram. +Contact us via Bruce Perens + +This program is dual-licensed. You can purchase a commercial license from +Algoram. We use commercial licensing to fund the further development +of Free Software, and we make each version of this program available under +both a commercial license and the Affero GPL Version 3. If you have not +explicitly purchased a commercial license from us, the terms of the Affero +GPL Version 3 apply to this program. + +You are welcome to incorporate this program into commercial products under +the Affero GPL Version 3, but you must comply with all of its terms, including +those that require you to publish the source code of your own software +under a compatible license. + +Alternatively, you may purchase a commercial license from Algoram, in which +case you need not publish your own source code. Be advised that Algoram does +not own the entire copyright of this program, specifically the codec library. +The portions of this program that we do not own are under less restrictive +licenses like LGPL version 2, and we will work with your attorney and engineers +to help you to deal with the intellectual property due diligence requirements +of those licenses in a way that protects you from being obligated to publish +your own source code. + +Algoram is not a law firm and in general we work with your attorney. Only your +attorney can provide you with legal advice. + +Contributions to this software must be handled specially due to the dual +licensing. We request that developers sign all rights in their modifications +over to us by sending us their contribution along with this statement: + + I swear that this addition or modification to an existing program + is my original work, and that I have the right to convey the rights + in this work. I convey all rights in this work to Algoram. + - your-name-here. + +In return, we commit to continue to release subsequent development +of this program under The Affero GPL Version 3 or a less restrictive license +for a period of three years from your contribution, or we will remove your +contribution from our version. We feel that our committment to continuation of +Free Software development is an appropriate reward for developer contributions. diff --git a/freedv-server/README.dox b/freedv-server/README.dox index 7ee8e0a6..c41915f0 100644 --- a/freedv-server/README.dox +++ b/freedv-server/README.dox @@ -1,10 +1,12 @@ FreeDV Server By Bruce Perens -Copyright (C) Algoram. LICENSING +Copyright (C) Algoram. +Contact us via Bruce Perens + This program is dual-licensed. You can purchase a commercial license from Algoram. We use commercial licensing to fund the further development of Free Software, and we make each version of this program available under @@ -14,7 +16,7 @@ GPL Version 3 apply to this program. You are welcome to incorporate this program into commercial products under the Affero GPL Version 3, but you must comply with all of its terms, including -those that may require you to publish the source code of your own software +those that require you to publish the source code of your own software under a compatible license. Alternatively, you may purchase a commercial license from Algoram, in which @@ -28,3 +30,18 @@ your own source code. Algoram is not a law firm and in general we work with your attorney. Only your attorney can provide you with legal advice. + +Contributions to this software must be handled specially due to the dual +licensing. We request that developers sign all rights in their modifications +over to us by sending us their contribution along with this statement. + + I swear that this addition or modification to an existing program + is my original work, and that I have the right to convey the rights + in this work. I convey all rights in this work to Algoram. + - your-name-here. + +In return, we commit to continue to release subsequent development +of this program under The Affero GPL Version 3 or a less restrictive license +for a period of three years from your contribution, or we will remove your +contribution from our version. We feel that our committment to continuation of +Free Software development is an appropriate reward for developer contributions. diff --git a/freedv-server/googletest/CMakeFiles/CMakeCCompiler.cmake b/freedv-server/googletest/CMakeFiles/CMakeCCompiler.cmake deleted file mode 100644 index 1472effa..00000000 --- a/freedv-server/googletest/CMakeFiles/CMakeCCompiler.cmake +++ /dev/null @@ -1,53 +0,0 @@ -SET(CMAKE_C_COMPILER "/usr/bin/gcc") -SET(CMAKE_C_COMPILER_ARG1 "") -SET(CMAKE_C_COMPILER_ID "GNU") -SET(CMAKE_C_COMPILER_VERSION "4.7.2") -SET(CMAKE_C_PLATFORM_ID "Linux") - -SET(CMAKE_AR "/usr/bin/ar") -SET(CMAKE_RANLIB "/usr/bin/ranlib") -SET(CMAKE_LINKER "/usr/bin/ld") -SET(CMAKE_COMPILER_IS_GNUCC 1) -SET(CMAKE_C_COMPILER_LOADED 1) -SET(CMAKE_COMPILER_IS_MINGW ) -SET(CMAKE_COMPILER_IS_CYGWIN ) -IF(CMAKE_COMPILER_IS_CYGWIN) - SET(CYGWIN 1) - SET(UNIX 1) -ENDIF(CMAKE_COMPILER_IS_CYGWIN) - -SET(CMAKE_C_COMPILER_ENV_VAR "CC") - -IF(CMAKE_COMPILER_IS_MINGW) - SET(MINGW 1) -ENDIF(CMAKE_COMPILER_IS_MINGW) -SET(CMAKE_C_COMPILER_ID_RUN 1) -SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c) -SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -SET(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -SET(CMAKE_C_SIZEOF_DATA_PTR "8") -SET(CMAKE_C_COMPILER_ABI "ELF") -SET(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") - -IF(CMAKE_C_SIZEOF_DATA_PTR) - SET(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -ENDIF(CMAKE_C_SIZEOF_DATA_PTR) - -IF(CMAKE_C_COMPILER_ABI) - SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -ENDIF(CMAKE_C_COMPILER_ABI) - -IF(CMAKE_C_LIBRARY_ARCHITECTURE) - SET(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") -ENDIF() - -SET(CMAKE_C_HAS_ISYSROOT "") - - -SET(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") -SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") - - - diff --git a/freedv-server/googletest/CMakeFiles/CMakeCXXCompiler.cmake b/freedv-server/googletest/CMakeFiles/CMakeCXXCompiler.cmake deleted file mode 100644 index cf7c4df5..00000000 --- a/freedv-server/googletest/CMakeFiles/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,54 +0,0 @@ -SET(CMAKE_CXX_COMPILER "/usr/bin/c++") -SET(CMAKE_CXX_COMPILER_ARG1 "") -SET(CMAKE_CXX_COMPILER_ID "GNU") -SET(CMAKE_CXX_COMPILER_VERSION "4.7.2") -SET(CMAKE_CXX_PLATFORM_ID "Linux") - -SET(CMAKE_AR "/usr/bin/ar") -SET(CMAKE_RANLIB "/usr/bin/ranlib") -SET(CMAKE_LINKER "/usr/bin/ld") -SET(CMAKE_COMPILER_IS_GNUCXX 1) -SET(CMAKE_CXX_COMPILER_LOADED 1) -SET(CMAKE_COMPILER_IS_MINGW ) -SET(CMAKE_COMPILER_IS_CYGWIN ) -IF(CMAKE_COMPILER_IS_CYGWIN) - SET(CYGWIN 1) - SET(UNIX 1) -ENDIF(CMAKE_COMPILER_IS_CYGWIN) - -SET(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -IF(CMAKE_COMPILER_IS_MINGW) - SET(MINGW 1) -ENDIF(CMAKE_COMPILER_IS_MINGW) -SET(CMAKE_CXX_COMPILER_ID_RUN 1) -SET(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) -SET(CMAKE_CXX_LINKER_PREFERENCE 30) -SET(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -SET(CMAKE_CXX_SIZEOF_DATA_PTR "8") -SET(CMAKE_CXX_COMPILER_ABI "ELF") -SET(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") - -IF(CMAKE_CXX_SIZEOF_DATA_PTR) - SET(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -ENDIF(CMAKE_CXX_SIZEOF_DATA_PTR) - -IF(CMAKE_CXX_COMPILER_ABI) - SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -ENDIF(CMAKE_CXX_COMPILER_ABI) - -IF(CMAKE_CXX_LIBRARY_ARCHITECTURE) - SET(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") -ENDIF() - -SET(CMAKE_CXX_HAS_ISYSROOT "") - - -SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") -SET(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") - - - diff --git a/freedv-server/googletest/CMakeFiles/CMakeDetermineCompilerABI_C.bin b/freedv-server/googletest/CMakeFiles/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 73b912a374cf81ac55e5ede7e9468014780918ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7563 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 B<|6To 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 Tr%=AZGJr8#4Bz^5K$`pq^TyaJ diff --git a/freedv-server/googletest/CMakeFiles/CMakeDirectoryInformation.cmake b/freedv-server/googletest/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index d4af016e..00000000 --- a/freedv-server/googletest/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -# Relative path conversion top directories. -SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/bruce/freedv/freetel-code/freedv-server/googletest") -SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/bruce/freedv/freetel-code/freedv-server/googletest") - -# Force unix paths in dependencies. -SET(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/freedv-server/googletest/CMakeFiles/CMakeError.log b/freedv-server/googletest/CMakeFiles/CMakeError.log deleted file mode 100644 index 721a7407..00000000 --- a/freedv-server/googletest/CMakeFiles/CMakeError.log +++ /dev/null @@ -1,53 +0,0 @@ -Determining if the pthread_create exist failed with the following output: -Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/make "cmTryCompileExec3331772866/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec3331772866.dir/build.make CMakeFiles/cmTryCompileExec3331772866.dir/build -make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building C object CMakeFiles/cmTryCompileExec3331772866.dir/CheckSymbolExists.c.o -/usr/bin/gcc -o CMakeFiles/cmTryCompileExec3331772866.dir/CheckSymbolExists.c.o -c /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CheckSymbolExists.c -Linking C executable cmTryCompileExec3331772866 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3331772866.dir/link.txt --verbose=1 -/usr/bin/gcc CMakeFiles/cmTryCompileExec3331772866.dir/CheckSymbolExists.c.o -o cmTryCompileExec3331772866 -rdynamic -CMakeFiles/cmTryCompileExec3331772866.dir/CheckSymbolExists.c.o: In function `main': -CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create' -collect2: error: ld returned 1 exit status -make[1]: *** [cmTryCompileExec3331772866] Error 1 -make[1]: Leaving directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -make: *** [cmTryCompileExec3331772866/fast] Error 2 - -File /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CheckSymbolExists.c: -/* */ -#include - -int main(int argc, char** argv) -{ - (void)argv; -#ifndef pthread_create - return ((int*)(&pthread_create))[argc]; -#else - (void)argc; - return 0; -#endif -} - -Determining if the function pthread_create exists in the pthreads failed with the following output: -Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/make "cmTryCompileExec3330423950/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec3330423950.dir/build.make CMakeFiles/cmTryCompileExec3330423950.dir/build -make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building C object CMakeFiles/cmTryCompileExec3330423950.dir/CheckFunctionExists.c.o -/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec3330423950.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c -Linking C executable cmTryCompileExec3330423950 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3330423950.dir/link.txt --verbose=1 -/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec3330423950.dir/CheckFunctionExists.c.o -o cmTryCompileExec3330423950 -rdynamic -lpthreads -/usr/bin/ld: cannot find -lpthreads -collect2: error: ld returned 1 exit status -make[1]: *** [cmTryCompileExec3330423950] Error 1 -make[1]: Leaving directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -make: *** [cmTryCompileExec3330423950/fast] Error 2 - - diff --git a/freedv-server/googletest/CMakeFiles/CMakeOutput.log b/freedv-server/googletest/CMakeFiles/CMakeOutput.log deleted file mode 100644 index 9a755eb6..00000000 --- a/freedv-server/googletest/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,289 +0,0 @@ -The system is: Linux - 3.13.0-rc1 - x86_64 -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: /usr/bin/c++ -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is GNU, found in "/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CompilerIdCXX/a.out" - -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /usr/bin/gcc -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CompilerIdC/a.out" - -Determining if the CXX compiler works passed with the following output: -Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/make "cmTryCompileExec537354247/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec537354247.dir/build.make CMakeFiles/cmTryCompileExec537354247.dir/build -make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building CXX object CMakeFiles/cmTryCompileExec537354247.dir/testCXXCompiler.cxx.o -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec537354247.dir/testCXXCompiler.cxx.o -c /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -Linking CXX executable cmTryCompileExec537354247 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec537354247.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTryCompileExec537354247.dir/testCXXCompiler.cxx.o -o cmTryCompileExec537354247 -rdynamic -make[1]: Leaving directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/make "cmTryCompileExec2833255319/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec2833255319.dir/build.make CMakeFiles/cmTryCompileExec2833255319.dir/build -make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building CXX object CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp -Linking CXX executable cmTryCompileExec2833255319 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2833255319.dir/link.txt --verbose=1 -/usr/bin/c++ -v CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec2833255319 -rdynamic -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 4.7.2 (Debian 4.7.2-5) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2833255319' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64' - /usr/lib/gcc/x86_64-linux-gnu/4.7/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -m elf_x86_64 --hash-style=both -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec2833255319 /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.7/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../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/4.7/../../.. CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.7/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -make[1]: Leaving directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec2833255319/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec2833255319.dir/build.make CMakeFiles/cmTryCompileExec2833255319.dir/build] - ignore line: [make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp'] - ignore line: [/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1] - ignore line: [Building CXX object CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Linking CXX executable cmTryCompileExec2833255319] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2833255319.dir/link.txt --verbose=1] - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec2833255319 -rdynamic ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper] - ignore line: [Target: x86_64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 4.7.2 (Debian 4.7.2-5) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2833255319' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.7/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -m elf_x86_64 --hash-style=both -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec2833255319 /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.7/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../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/4.7/../../.. CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.7/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/collect2] ==> ignore - arg [--sysroot=/] ==> ignore - arg [--build-id] ==> ignore - arg [--no-add-needed] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=both] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-o] ==> ignore - arg [cmTryCompileExec2833255319] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/crtbegin.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.7] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../..] - arg [CMakeFiles/cmTryCompileExec2833255319.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/crtend.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o] ==> ignore - remove lib [gcc_s] - remove lib [gcc] - remove lib [gcc_s] - remove lib [gcc] - collapse dir [/usr/lib/gcc/x86_64-linux-gnu/4.7] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.7] - collapse dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib] ==> [/usr/lib] - collapse dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse dir [/lib/../lib] ==> [/lib] - collapse dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse dir [/usr/lib/../lib] ==> [/usr/lib] - collapse dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;c] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - - -Determining if the C compiler works passed with the following output: -Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/make "cmTryCompileExec1719154276/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec1719154276.dir/build.make CMakeFiles/cmTryCompileExec1719154276.dir/build -make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building C object CMakeFiles/cmTryCompileExec1719154276.dir/testCCompiler.c.o -/usr/bin/gcc -o CMakeFiles/cmTryCompileExec1719154276.dir/testCCompiler.c.o -c /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/testCCompiler.c -Linking C executable cmTryCompileExec1719154276 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1719154276.dir/link.txt --verbose=1 -/usr/bin/gcc CMakeFiles/cmTryCompileExec1719154276.dir/testCCompiler.c.o -o cmTryCompileExec1719154276 -rdynamic -make[1]: Leaving directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' - - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/make "cmTryCompileExec1748837882/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec1748837882.dir/build.make CMakeFiles/cmTryCompileExec1748837882.dir/build -make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building C object CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o -/usr/bin/gcc -o CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c -Linking C executable cmTryCompileExec1748837882 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1748837882.dir/link.txt --verbose=1 -/usr/bin/gcc -v CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec1748837882 -rdynamic -Using built-in specs. -COLLECT_GCC=/usr/bin/gcc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 4.7.2 (Debian 4.7.2-5) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1748837882' '-rdynamic' '-mtune=generic' '-march=x86-64' - /usr/lib/gcc/x86_64-linux-gnu/4.7/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -m elf_x86_64 --hash-style=both -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec1748837882 /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.7/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../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/4.7/../../.. CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.7/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -make[1]: Leaving directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec1748837882/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec1748837882.dir/build.make CMakeFiles/cmTryCompileExec1748837882.dir/build] - ignore line: [make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp'] - ignore line: [/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1] - ignore line: [Building C object CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/gcc -o CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c] - ignore line: [Linking C executable cmTryCompileExec1748837882] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1748837882.dir/link.txt --verbose=1] - ignore line: [/usr/bin/gcc -v CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec1748837882 -rdynamic ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/gcc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper] - ignore line: [Target: x86_64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 4.7.2 (Debian 4.7.2-5) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.7/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1748837882' '-rdynamic' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.7/collect2 --sysroot=/ --build-id --no-add-needed --eh-frame-hdr -m elf_x86_64 --hash-style=both -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec1748837882 /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.7/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../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/4.7/../../.. CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.7/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/collect2] ==> ignore - arg [--sysroot=/] ==> ignore - arg [--build-id] ==> ignore - arg [--no-add-needed] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=both] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-o] ==> ignore - arg [cmTryCompileExec1748837882] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/crtbegin.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.7] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../..] - arg [CMakeFiles/cmTryCompileExec1748837882.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--no-as-needed] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--no-as-needed] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/crtend.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o] ==> ignore - remove lib [gcc] - remove lib [gcc_s] - remove lib [gcc] - remove lib [gcc_s] - collapse dir [/usr/lib/gcc/x86_64-linux-gnu/4.7] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.7] - collapse dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib] ==> [/usr/lib] - collapse dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse dir [/lib/../lib] ==> [/lib] - collapse dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse dir [/usr/lib/../lib] ==> [/usr/lib] - collapse dir [/usr/lib/gcc/x86_64-linux-gnu/4.7/../../..] ==> [/usr/lib] - implicit libs: [c] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - - -Determining if files pthread.h exist passed with the following output: -Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/make "cmTryCompileExec370053655/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec370053655.dir/build.make CMakeFiles/cmTryCompileExec370053655.dir/build -make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building C object CMakeFiles/cmTryCompileExec370053655.dir/CheckIncludeFiles.c.o -/usr/bin/gcc -o CMakeFiles/cmTryCompileExec370053655.dir/CheckIncludeFiles.c.o -c /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -Linking C executable cmTryCompileExec370053655 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec370053655.dir/link.txt --verbose=1 -/usr/bin/gcc CMakeFiles/cmTryCompileExec370053655.dir/CheckIncludeFiles.c.o -o cmTryCompileExec370053655 -rdynamic -make[1]: Leaving directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' - - -Determining if the function pthread_create exists in the pthread passed with the following output: -Change Dir: /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp - -Run Build Command:/usr/bin/make "cmTryCompileExec987378374/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec987378374.dir/build.make CMakeFiles/cmTryCompileExec987378374.dir/build -make[1]: Entering directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp/CMakeFiles 1 -Building C object CMakeFiles/cmTryCompileExec987378374.dir/CheckFunctionExists.c.o -/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec987378374.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c -Linking C executable cmTryCompileExec987378374 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec987378374.dir/link.txt --verbose=1 -/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec987378374.dir/CheckFunctionExists.c.o -o cmTryCompileExec987378374 -rdynamic -lpthread -make[1]: Leaving directory `/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/CMakeTmp' - - diff --git a/freedv-server/googletest/CMakeFiles/CMakeSystem.cmake b/freedv-server/googletest/CMakeFiles/CMakeSystem.cmake deleted file mode 100644 index 42d898fb..00000000 --- a/freedv-server/googletest/CMakeFiles/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ - - -SET(CMAKE_SYSTEM "Linux-3.13.0-rc1") -SET(CMAKE_SYSTEM_NAME "Linux") -SET(CMAKE_SYSTEM_VERSION "3.13.0-rc1") -SET(CMAKE_SYSTEM_PROCESSOR "x86_64") - -SET(CMAKE_HOST_SYSTEM "Linux-3.13.0-rc1") -SET(CMAKE_HOST_SYSTEM_NAME "Linux") -SET(CMAKE_HOST_SYSTEM_VERSION "3.13.0-rc1") -SET(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - -SET(CMAKE_CROSSCOMPILING "FALSE") - -SET(CMAKE_SYSTEM_LOADED 1) diff --git a/freedv-server/googletest/CMakeFiles/CMakeTmp/.gitignore b/freedv-server/googletest/CMakeFiles/CMakeTmp/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/freedv-server/googletest/CMakeFiles/CompilerIdC/CMakeCCompilerId.c b/freedv-server/googletest/CMakeFiles/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index 3583176b..00000000 --- a/freedv-server/googletest/CMakeFiles/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,361 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_C = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - -#elif defined(__IBMC__) -# if defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# else -# if __IBMC__ >= 800 -# define COMPILER_ID "XL" -# else -# define COMPILER_ID "VisualAge" -# endif - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(__PATHSCALE__) -# define COMPILER_ID "PathScale" - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI_DSP" - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -/* Analog Devices C++ compiler for Blackfin, TigerSHARC and - SHARC (21000) DSPs */ -# define COMPILER_ID "ADSP" - -/* IAR Systems compiler for embedded systems. - http://www.iar.com - Not supported yet by CMake -#elif defined(__IAR_SYSTEMS_ICC__) -# define COMPILER_ID "IAR" */ - -/* sdcc, the small devices C compiler for embedded systems, - http://sdcc.sourceforge.net */ -#elif defined(SDCC) -# define COMPILER_ID "SDCC" - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - -/* This compiler is either not known or is too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" - -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU) -# define PLATFORM_ID "Haiku" -/* Haiku also defines __BEOS__ so we must - put it prior to the check for __BEOS__ -*/ - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#else /* unknown platform */ -# define PLATFORM_ID "" - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM) -# define ARCHITECTURE_ID "ARM" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID "" -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif - (void)argv; - return require; -} -#endif diff --git a/freedv-server/googletest/CMakeFiles/CompilerIdC/a.out b/freedv-server/googletest/CMakeFiles/CompilerIdC/a.out deleted file mode 100755 index 7f93894b6c798a5882efcb20c2ce172398b46e9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7035 zcmcIpeQZ~>IO5G%{8XL4!1C=7w0p9Q2caQ!2 zVy5no9m)5c^SkGqd+z6Z@A|vF;Xcjh6HJM60L+ zQj4DlvE~)+(tAGB_*9T7g>E;^;zW=k|CoXGO-@HP;R9_la z$b`9nP`@%!yGyHBQ#`#2E-Y(!G@Y`tb~IyKmOyuhsCS!CL9(hCjV4lJOE|Q-+v*5* z1UDj*ld%t((iqT>D7PxHfa-YsjRg^j)7ZQF7*RMa8_JEzoV?s{aSt?e@=U{=5XFtZ ztJOvE{&Ogs))5P`h9CB3{>>4@Bt zz3{yF9V9yNUhO@Ae4o!zf6d7!&TBBRSC>*)viIG6^~f%Np?H4a(zoDp=@5$PX$q15 z_GL4lE1d1UDO;Rc{>vI&O!Zzik0YO^6Qb!iv%cP&=G5{x?|{En4VM9$PE6=^hKexN zdvjn81NZsdL84&Onir`-WR(nj7|zE61@l;26EY7UyI&9keleW416RWNBY_)c{y+eu zf4MWf?m}1oRw#enJblX_%K!P|zi$hoH`J|R3-z>;i*`lB@9UqPuYRB;i)5mcFbxgwa`Ciy9eB;f&)r;yIrm>*{ z!06d9d$U;7!9`H(**V*QABa6py0jF=f@&d zG3Gangw`r)1Os57MLZpDWc-_qUvsJ^x* zKA4E6^bNs>gB@)f*Exdl)SPYV%hp7V0wbWRx6~G?uhQFp)~2 zwBzF_4?;m*Iu^B~A{ZaB4rZdGacd+7U)CHCE1Jnf4?7+#e{%?Ch#nnH458^X0-^}Y zR-A}~*{lfS2pf&3Z13>@&pPclT1&i+g=RnlDS-Ez1D5wU>-RyRHO>C5ngOl+9;i#L zT-20BDXmB8_J3S6B>uPx7?4`I@cNsmqW5ENKcX4Xa4so;_Yu9X5b=KFI6c6wV-K71UfU=|F~vAqw_^FLHQ9;A8DMqea`D?V05Oie?c>#2~ki$ zr_{;?#cOcUv%~BE3NRWIj?d4TG3DQgIydpWGe*xkxBrC7f5Ov$w&&*> z^B;KpXO#bp^5^d%uRrTQ_W1L2@f0m;5I+wb%^7Q!iO=9i`SbV}Y7J;uKg$0#sg(=8 zEK2EZlx}~!&X72Nk3Ar@a^W4n6R2|g&nW*HH6d@6U8ThH$M7r!njgrTa{2Rn!cJPSAg{ew{}48mKetbB;zawtqW@oEOI>AuelA9oe}RI7lv>J%*Uvvt z=Wd_BuM9Qu-h5eS{;9{G-%Cv8ucO{g?8p2XD&6gmsP~!?<-gYL44M5H{!(GwfBJkP zn!ZE+-t|+2Ew$fHPA+2qJDq=OSj7_faN90-@jkcDhN{w|%C>p$xc#TqNB6i|$6rHb z5I^oepKH`iwe}m-i*42u+}pmpO|R^y>@>p*qdl#3ui~!sqlTZKm3R%FhlU%HvL8>* z@v3-T>HXO4q9@P4kuS7Covi_c$QWoxWJthPpR&NI%m?`p(V+P)P; z?~6V$zhCQsQ=BWFI8Q2EuQ4E%X%|GYk9hE5;672#pYkI*gr5&z&wTz%5XBq#QJe`+ zoS#bj`SbNY@M`_KQ-42_ah3|B-hfo5OAxD#!xz%z?s<9Ep(DO3^WG#oI6u#OrTzSQ z?*zUS{ngca=Htf%u9wp*Nim7fUngnc&6r>BIynS+eV!p48Sy^l=g1!=zEVsmdp@842Asx$t__LuvJ~PfaO&4_PyFl3 ze#UPoONZS8z67@vGBeg9Ome_F<$ ze;yv7ILJt^Gi3M<)ks3(E5-Lb`HP`wGU>W17DE|3Yv*wDH-wwwt=+q=aA;3IE|6pK zOnf+z#TT_@k6J^?bSj<|RUpfXrLEy)dN7)_Vs<){wW7IkK{sv5xE+rLH?=>~fyh;i zEc#$}K7TEI(q;||=Yu(x8y!6i7nf$ycXowo_qOP>@$PPQp%;qD^!s*qZR@pqxA!1_ zr!y>9_{W6R^NsCY+d|#2a@EMYb75@>@7UZGws!RO?dk2e`nxuVdnuf}MIXxMWZJ?C z^>4GvW7NN`n?|TVI+%>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - -#elif defined(__IBMCPP__) -# if defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# else -# if __IBMCPP__ >= 800 -# define COMPILER_ID "XL" -# else -# define COMPILER_ID "VisualAge" -# endif - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(__PATHSCALE__) -# define COMPILER_ID "PathScale" - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI_DSP" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -/* Analog Devices C++ compiler for Blackfin, TigerSHARC and - SHARC (21000) DSPs */ -# define COMPILER_ID "ADSP" - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - -/* This compiler is either not known or is too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" - -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU) -# define PLATFORM_ID "Haiku" -/* Haiku also defines __BEOS__ so we must - put it prior to the check for __BEOS__ -*/ - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#else /* unknown platform */ -# define PLATFORM_ID "" - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM) -# define ARCHITECTURE_ID "ARM" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID "" -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif - (void)argv; - return require; -} diff --git a/freedv-server/googletest/CMakeFiles/CompilerIdCXX/a.out b/freedv-server/googletest/CMakeFiles/CompilerIdCXX/a.out deleted file mode 100755 index e6511fed7f4b03b92ab0a6d7b9173db757112131..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7284 zcmcIpZEREL6@G2!i?75f&<2Qxx4ILo#3UimQ2KF0KDb6s_-I&RG`)6gleqOqW?!dC z$5vMBa|3~4`*CLuIUG%QoukN%+Bq*ZIDp{`7UQjMwQk%2g>6GM+-rt&k>RouW=CVxwpl zHGovZPmwt&4UOd-70t4a{9GWbP_p2%=Z=;g9llJ; z*Dl-dh5~Wy_6!`7Me}&92Mg<713#Qg%s=_O`)uIDzQW3e^B2#wUEJ36<>{T6hwVb1 zb>56}0hWC32iClTiJrB406Zk|yg3fuo$?Gc5?K7wb%Mg=sq zN73Q>)k2}r_L)Eb{)=kihSz!2b>Uswe(f3+|xUuIU?J52$%~$fQAmeTm4Od z9AC_1f7Pj{&pE+C-%xBqst1)yutiWsTEo z=c_zoy7#8~GiXo4dC_oj&e3~UonHIvO1N}vIG+;`H4M+`-n&EdrUCk5{um}-!^StT z0%%3t`#~Td@m^I=wG@eyQt=0@WN={>ZBRcwy?|UUy(R z;%y3m<_S#e-c5n&r4vU37}f|3rNg5~hb)Cy_}X|hor$HAM_Y~5;UnbN$cySH1hBvwKyIa}Y{0%8vlN3FXS8Ez0x;T`y=ODu2WSAmQoP*8776KG~mH|-!5b1z<9=HzfSf_l4_MAwN+%# z)EM?UviTg|z&1%dXE3?x+{N+0#OD`xBj{8B72?bLg%rwJr-Gt*<|r=1<}>n~)3BF= z52mw*5GzPFkz7lX1;@Nj2pgDq%-NskyH@53@d(LQ>ObR6WOF~5zl{9ZhUt_2S)}$u zppZ6?`z^9>P(IQB?}Fcd>=lhuzwG!N&G(;3E|A>Q-TkCzQ%`g_7D{?Ld{6k=TefdD z6k*GQ+?H*a2Z|8B%w$3j4TIFvh8$%rmV}dcO!$&1J?iV)?QhXTBV>&vv%cYM3|@C) z5#d8?G?WWL8WAN0Y6Yx9+2IQq8Aw48~ z(NXPKI+TcNqY>b;WiYf*Ivtuc7_7e(1~(`@l!%3)>J$_R51*{XC~-KG5k3fciD*){ z5A*+Q<9@@n#Oqi%6|f)?!28VrOYwm1M?t|g&HQGk0#@n0*CVacgZC>VZJ?O>PdOEt z^%NE8l~(Ct=c|x~@0DDC(5ZkWM38_j(lXvbQRV%{<@5k{2lf#2Id04n!2RdA!F(!K z41j_$gZUg+&Ji$6j@U;WXXf+%{x)D3Q<%?jN})i*aS2>x;(gEdi=bdkU_Qrz8^q`M z%k5`BmM;SzV+`9IXBLU?p^EJ7Cs@1+3XUc7Ij%L)0CPXNetZAlu<i27#r`uN z-^?*JJs|&Y;EO}ed_EUF#OHef8jj-n<@NJV;F{~_@2*yQF|qfTZI++f`21edNqi6F zn-lX`-iAzb{fCzarTbyxZ!(iXXCA{}5yt(;&nZl~CE9OaKLzl``dg7?O3d#xVW^@n zCYFt$bKNq79v8TNb|l;UKLB2-Uw@bW5VdJNw1bUlsd4xm z@*H@>Sf`*{F&Xi$e0)|wM;sOA@$0gKtIO6;JK=m@as|DzobvTE0Juk#uZJUmKLq29 zw{Dm?T*V0I_ZgW9k1<&eTP6A068KMKIpzEA=MpdRS-Y@AIe!Mc5pFAapYl2Kk0t!? z0q(BQ-{sK3M(4V+_5U#8LEFA~6mT3LQKQHv=Bc6E&>zYlBY!>@x&U{>zOe7Fe)6BN z`9Dwis11)&IX@(v$LFOb%Kt9l*iO7J#U$^FK#ohiLi`Me;&Ib`vvRF6h{ zJ6d>ah%Y=g zCbaJa+S+5uV=2DUgL3)~cJ=pay#qaX_b$6g`kuhP-CY4~UtiyIy@T3d*X}?sdRXd; zSOIy5FSMQ`16}?8Zh;@>#>G3h$y@kvCM)|TitvBG`4auP<+X+ULqd+J_%|fao]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest-all.cc -gtest/gtest.h -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest/gtest.h -src/gtest.cc -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/src/gtest.cc -src/gtest-death-test.cc -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/src/gtest-death-test.cc -src/gtest-filepath.cc -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/src/gtest-filepath.cc -src/gtest-port.cc -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/src/gtest-port.cc -src/gtest-printers.cc -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/src/gtest-printers.cc -src/gtest-test-part.cc -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/src/gtest-test-part.cc -src/gtest-typed-test.cc -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/src/gtest-typed-test.cc - -include/gtest/gtest-death-test.h -gtest/internal/gtest-death-test-internal.h -include/gtest/gtest/internal/gtest-death-test-internal.h - -include/gtest/gtest-message.h -limits -- -gtest/internal/gtest-port.h -include/gtest/gtest/internal/gtest-port.h - -include/gtest/gtest-param-test.h -gtest/internal/gtest-port.h -include/gtest/gtest/internal/gtest-port.h -utility -- -gtest/internal/gtest-internal.h -include/gtest/gtest/internal/gtest-internal.h -gtest/internal/gtest-param-util.h -include/gtest/gtest/internal/gtest-param-util.h -gtest/internal/gtest-param-util-generated.h -include/gtest/gtest/internal/gtest-param-util-generated.h - -include/gtest/gtest-printers.h -ostream -- -sstream -- -string -- -utility -- -vector -- -gtest/internal/gtest-port.h -include/gtest/gtest/internal/gtest-port.h -gtest/internal/gtest-internal.h -include/gtest/gtest/internal/gtest-internal.h - -include/gtest/gtest-spi.h -gtest/gtest.h -include/gtest/gtest/gtest.h - -include/gtest/gtest-test-part.h -iosfwd -- -vector -- -gtest/internal/gtest-internal.h -include/gtest/gtest/internal/gtest-internal.h -gtest/internal/gtest-string.h -include/gtest/gtest/internal/gtest-string.h - -include/gtest/gtest-typed-test.h -gtest/internal/gtest-port.h -include/gtest/gtest/internal/gtest-port.h -gtest/internal/gtest-type-util.h -include/gtest/gtest/internal/gtest-type-util.h - -include/gtest/gtest.h -limits -- -ostream -- -vector -- -gtest/internal/gtest-internal.h -include/gtest/gtest/internal/gtest-internal.h -gtest/internal/gtest-string.h -include/gtest/gtest/internal/gtest-string.h -gtest/gtest-death-test.h -include/gtest/gtest/gtest-death-test.h -gtest/gtest-message.h -include/gtest/gtest/gtest-message.h -gtest/gtest-param-test.h -include/gtest/gtest/gtest-param-test.h -gtest/gtest-printers.h -include/gtest/gtest/gtest-printers.h -gtest/gtest_prod.h -include/gtest/gtest/gtest_prod.h -gtest/gtest-test-part.h -include/gtest/gtest/gtest-test-part.h -gtest/gtest-typed-test.h -include/gtest/gtest/gtest-typed-test.h -gtest/gtest_pred_impl.h -include/gtest/gtest/gtest_pred_impl.h - -include/gtest/gtest_pred_impl.h - -include/gtest/gtest_prod.h - -include/gtest/internal/gtest-death-test-internal.h -gtest/internal/gtest-internal.h -include/gtest/internal/gtest/internal/gtest-internal.h -stdio.h -- - -include/gtest/internal/gtest-filepath.h -gtest/internal/gtest-string.h -include/gtest/internal/gtest/internal/gtest-string.h - -include/gtest/internal/gtest-internal.h -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h -stdlib.h -- -sys/types.h -- -sys/wait.h -- -unistd.h -- -stdexcept -- -ctype.h -- -float.h -- -string.h -- -iomanip -- -limits -- -set -- -gtest/gtest-message.h -include/gtest/internal/gtest/gtest-message.h -gtest/internal/gtest-string.h -include/gtest/internal/gtest/internal/gtest-string.h -gtest/internal/gtest-filepath.h -include/gtest/internal/gtest/internal/gtest-filepath.h -gtest/internal/gtest-type-util.h -include/gtest/internal/gtest/internal/gtest-type-util.h - -include/gtest/internal/gtest-linked_ptr.h -stdlib.h -- -assert.h -- -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h - -include/gtest/internal/gtest-param-util-generated.h -gtest/internal/gtest-param-util.h -include/gtest/internal/gtest/internal/gtest-param-util.h -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h - -include/gtest/internal/gtest-param-util.h -iterator -- -utility -- -vector -- -gtest/internal/gtest-internal.h -include/gtest/internal/gtest/internal/gtest-internal.h -gtest/internal/gtest-linked_ptr.h -include/gtest/internal/gtest/internal/gtest-linked_ptr.h -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h -gtest/gtest-printers.h -include/gtest/internal/gtest/gtest-printers.h - -include/gtest/internal/gtest-port.h -ctype.h -- -stddef.h -- -stdlib.h -- -stdio.h -- -string.h -- -sys/types.h -- -sys/stat.h -- -AvailabilityMacros.h -- -TargetConditionals.h -- -iostream -- -sstream -- -string -- -unistd.h -- -strings.h -- -direct.h -- -io.h -- -android/api-level.h -- -regex.h -- -typeinfo -- -pthread.h -- -time.h -- -gtest/internal/gtest-tuple.h -include/gtest/internal/gtest/internal/gtest-tuple.h -tuple -- -tuple -- -tr1/tuple -- -tr1/tuple -- -tuple -- -vector -- - -include/gtest/internal/gtest-string.h -mem.h -- -string.h -- -string -- -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h - -include/gtest/internal/gtest-tuple.h -utility -- - -include/gtest/internal/gtest-type-util.h -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h -cxxabi.h -- -acxx_demangle.h -- - -src/gtest-death-test.cc -gtest/gtest-death-test.h -src/gtest/gtest-death-test.h -gtest/internal/gtest-port.h -src/gtest/internal/gtest-port.h -crt_externs.h -- -errno.h -- -fcntl.h -- -limits.h -- -signal.h -- -stdarg.h -- -windows.h -- -sys/mman.h -- -sys/wait.h -- -spawn.h -- -gtest/gtest-message.h -src/gtest/gtest-message.h -gtest/internal/gtest-string.h -src/gtest/internal/gtest-string.h -src/gtest-internal-inl.h -src/src/gtest-internal-inl.h - -src/gtest-filepath.cc -gtest/gtest-message.h -src/gtest/gtest-message.h -gtest/internal/gtest-filepath.h -src/gtest/internal/gtest-filepath.h -gtest/internal/gtest-port.h -src/gtest/internal/gtest-port.h -stdlib.h -- -windows.h -- -direct.h -- -io.h -- -sys/syslimits.h -- -limits.h -- -climits -- -gtest/internal/gtest-string.h -src/gtest/internal/gtest-string.h - -src/gtest-internal-inl.h -errno.h -- -stddef.h -- -stdlib.h -- -string.h -- -algorithm -- -string -- -vector -- -gtest/internal/gtest-port.h -src/gtest/internal/gtest-port.h -arpa/inet.h -- -netdb.h -- -windows.h -- -gtest/gtest.h -src/gtest/gtest.h -gtest/gtest-spi.h -src/gtest/gtest-spi.h - -src/gtest-port.cc -gtest/internal/gtest-port.h -src/gtest/internal/gtest-port.h -limits.h -- -stdlib.h -- -stdio.h -- -string.h -- -windows.h -- -io.h -- -sys/stat.h -- -unistd.h -- -mach/mach_init.h -- -mach/task.h -- -mach/vm_map.h -- -devctl.h -- -sys/procfs.h -- -gtest/gtest-spi.h -src/gtest/gtest-spi.h -gtest/gtest-message.h -src/gtest/gtest-message.h -gtest/internal/gtest-internal.h -src/gtest/internal/gtest-internal.h -gtest/internal/gtest-string.h -src/gtest/internal/gtest-string.h -src/gtest-internal-inl.h -src/src/gtest-internal-inl.h - -src/gtest-printers.cc -gtest/gtest-printers.h -src/gtest/gtest-printers.h -ctype.h -- -stdio.h -- -ostream -- -string -- -gtest/internal/gtest-port.h -src/gtest/internal/gtest-port.h - -src/gtest-test-part.cc -gtest/gtest-test-part.h -src/gtest/gtest-test-part.h -src/gtest-internal-inl.h -src/src/gtest-internal-inl.h - -src/gtest-typed-test.cc -gtest/gtest-typed-test.h -src/gtest/gtest-typed-test.h -gtest/gtest.h -src/gtest/gtest.h - -src/gtest.cc -gtest/gtest.h -src/gtest/gtest.h -gtest/gtest-spi.h -src/gtest/gtest-spi.h -ctype.h -- -math.h -- -stdarg.h -- -stdio.h -- -stdlib.h -- -time.h -- -wchar.h -- -wctype.h -- -algorithm -- -iomanip -- -limits -- -ostream -- -sstream -- -vector -- -fcntl.h -- -limits.h -- -sched.h -- -strings.h -- -sys/mman.h -- -sys/time.h -- -unistd.h -- -string -- -sys/time.h -- -sys/time.h -- -strings.h -- -windows.h -- -io.h -- -sys/timeb.h -- -sys/types.h -- -sys/stat.h -- -sys/time.h -- -windows.h -- -sys/time.h -- -unistd.h -- -stdexcept -- -arpa/inet.h -- -netdb.h -- -src/gtest-internal-inl.h -src/src/gtest-internal-inl.h - diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/DependInfo.cmake b/freedv-server/googletest/CMakeFiles/gtest.dir/DependInfo.cmake deleted file mode 100644 index e2e23005..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -SET(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -SET(CMAKE_DEPENDS_CHECK_CXX - "/home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest-all.cc" "/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" - ) -SET(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -SET(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -SET(CMAKE_C_TARGET_INCLUDE_PATH - "include" - "." - ) -SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/build.make b/freedv-server/googletest/CMakeFiles/gtest.dir/build.make deleted file mode 100644 index 1a6e93ca..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/build.make +++ /dev/null @@ -1,103 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/bruce/freedv/freetel-code/freedv-server/googletest - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/bruce/freedv/freetel-code/freedv-server/googletest - -# Include any dependencies generated for this target. -include CMakeFiles/gtest.dir/depend.make - -# Include the progress variables for this target. -include CMakeFiles/gtest.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/gtest.dir/flags.make - -CMakeFiles/gtest.dir/src/gtest-all.cc.o: CMakeFiles/gtest.dir/flags.make -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-all.cc - $(CMAKE_COMMAND) -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/gtest.dir/src/gtest-all.cc.o" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest-all.cc - -CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -E /home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i - -CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -S /home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s - -CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires: -.PHONY : CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires - -CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides: CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires - $(MAKE) -f CMakeFiles/gtest.dir/build.make CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build -.PHONY : CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides - -CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build: CMakeFiles/gtest.dir/src/gtest-all.cc.o - -# Object files for target gtest -gtest_OBJECTS = \ -"CMakeFiles/gtest.dir/src/gtest-all.cc.o" - -# External object files for target gtest -gtest_EXTERNAL_OBJECTS = - -libgtest.a: CMakeFiles/gtest.dir/src/gtest-all.cc.o -libgtest.a: CMakeFiles/gtest.dir/build.make -libgtest.a: CMakeFiles/gtest.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX static library libgtest.a" - $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean_target.cmake - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -CMakeFiles/gtest.dir/build: libgtest.a -.PHONY : CMakeFiles/gtest.dir/build - -CMakeFiles/gtest.dir/requires: CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires -.PHONY : CMakeFiles/gtest.dir/requires - -CMakeFiles/gtest.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake -.PHONY : CMakeFiles/gtest.dir/clean - -CMakeFiles/gtest.dir/depend: - cd /home/bruce/freedv/freetel-code/freedv-server/googletest && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/bruce/freedv/freetel-code/freedv-server/googletest /home/bruce/freedv/freetel-code/freedv-server/googletest /home/bruce/freedv/freetel-code/freedv-server/googletest /home/bruce/freedv/freetel-code/freedv-server/googletest /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/gtest.dir/depend - diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake b/freedv-server/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake deleted file mode 100644 index 0c962559..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -FILE(REMOVE_RECURSE - "CMakeFiles/gtest.dir/src/gtest-all.cc.o" - "libgtest.pdb" - "libgtest.a" -) - -# Per-language clean rules from dependency scanning. -FOREACH(lang CXX) - INCLUDE(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL) -ENDFOREACH(lang) diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake b/freedv-server/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake deleted file mode 100644 index 5d4c3415..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -FILE(REMOVE_RECURSE - "libgtest.a" -) diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/depend.internal b/freedv-server/googletest/CMakeFiles/gtest.dir/depend.internal deleted file mode 100644 index a22e1be9..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/depend.internal +++ /dev/null @@ -1,33 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -CMakeFiles/gtest.dir/src/gtest-all.cc.o - /home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest-all.cc - include/gtest/gtest-death-test.h - include/gtest/gtest-message.h - include/gtest/gtest-param-test.h - include/gtest/gtest-printers.h - include/gtest/gtest-spi.h - include/gtest/gtest-test-part.h - include/gtest/gtest-typed-test.h - include/gtest/gtest.h - include/gtest/gtest_pred_impl.h - include/gtest/gtest_prod.h - include/gtest/internal/gtest-death-test-internal.h - include/gtest/internal/gtest-filepath.h - include/gtest/internal/gtest-internal.h - include/gtest/internal/gtest-linked_ptr.h - include/gtest/internal/gtest-param-util-generated.h - include/gtest/internal/gtest-param-util.h - include/gtest/internal/gtest-port.h - include/gtest/internal/gtest-string.h - include/gtest/internal/gtest-tuple.h - include/gtest/internal/gtest-type-util.h - src/gtest-death-test.cc - src/gtest-filepath.cc - src/gtest-internal-inl.h - src/gtest-port.cc - src/gtest-printers.cc - src/gtest-test-part.cc - src/gtest-typed-test.cc - src/gtest.cc diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/depend.make b/freedv-server/googletest/CMakeFiles/gtest.dir/depend.make deleted file mode 100644 index 6e859119..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/depend.make +++ /dev/null @@ -1,33 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-all.cc -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest-death-test.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest-message.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest-param-test.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest-printers.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest-spi.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest-test-part.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest-typed-test.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest_pred_impl.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/gtest_prod.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-death-test-internal.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-filepath.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-internal.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-linked_ptr.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-param-util-generated.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-param-util.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-port.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-string.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-tuple.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: include/gtest/internal/gtest-type-util.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-death-test.cc -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-filepath.cc -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-internal-inl.h -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-port.cc -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-printers.cc -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-test-part.cc -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest-typed-test.cc -CMakeFiles/gtest.dir/src/gtest-all.cc.o: src/gtest.cc - diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/flags.make b/freedv-server/googletest/CMakeFiles/gtest.dir/flags.make deleted file mode 100644 index 00ede886..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -I/home/bruce/freedv/freetel-code/freedv-server/googletest/include -I/home/bruce/freedv/freetel-code/freedv-server/googletest - -CXX_DEFINES = - -# TARGET_FLAGS = -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers - diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/link.txt b/freedv-server/googletest/CMakeFiles/gtest.dir/link.txt deleted file mode 100644 index ba66c154..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar cr libgtest.a CMakeFiles/gtest.dir/src/gtest-all.cc.o -/usr/bin/ranlib libgtest.a diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/progress.make b/freedv-server/googletest/CMakeFiles/gtest.dir/progress.make deleted file mode 100644 index 781c7de2..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 1 - diff --git a/freedv-server/googletest/CMakeFiles/gtest.dir/src/.gitignore b/freedv-server/googletest/CMakeFiles/gtest.dir/src/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/CXX.includecache b/freedv-server/googletest/CMakeFiles/gtest_main.dir/CXX.includecache deleted file mode 100644 index 22a04254..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/CXX.includecache +++ /dev/null @@ -1,254 +0,0 @@ -#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest_main.cc -stdio.h -- -gtest/gtest.h -/home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest/gtest.h - -include/gtest/gtest-death-test.h -gtest/internal/gtest-death-test-internal.h -include/gtest/gtest/internal/gtest-death-test-internal.h - -include/gtest/gtest-message.h -limits -- -gtest/internal/gtest-port.h -include/gtest/gtest/internal/gtest-port.h - -include/gtest/gtest-param-test.h -gtest/internal/gtest-port.h -include/gtest/gtest/internal/gtest-port.h -utility -- -gtest/internal/gtest-internal.h -include/gtest/gtest/internal/gtest-internal.h -gtest/internal/gtest-param-util.h -include/gtest/gtest/internal/gtest-param-util.h -gtest/internal/gtest-param-util-generated.h -include/gtest/gtest/internal/gtest-param-util-generated.h - -include/gtest/gtest-printers.h -ostream -- -sstream -- -string -- -utility -- -vector -- -gtest/internal/gtest-port.h -include/gtest/gtest/internal/gtest-port.h -gtest/internal/gtest-internal.h -include/gtest/gtest/internal/gtest-internal.h - -include/gtest/gtest-test-part.h -iosfwd -- -vector -- -gtest/internal/gtest-internal.h -include/gtest/gtest/internal/gtest-internal.h -gtest/internal/gtest-string.h -include/gtest/gtest/internal/gtest-string.h - -include/gtest/gtest-typed-test.h -gtest/internal/gtest-port.h -include/gtest/gtest/internal/gtest-port.h -gtest/internal/gtest-type-util.h -include/gtest/gtest/internal/gtest-type-util.h - -include/gtest/gtest.h -limits -- -ostream -- -vector -- -gtest/internal/gtest-internal.h -include/gtest/gtest/internal/gtest-internal.h -gtest/internal/gtest-string.h -include/gtest/gtest/internal/gtest-string.h -gtest/gtest-death-test.h -include/gtest/gtest/gtest-death-test.h -gtest/gtest-message.h -include/gtest/gtest/gtest-message.h -gtest/gtest-param-test.h -include/gtest/gtest/gtest-param-test.h -gtest/gtest-printers.h -include/gtest/gtest/gtest-printers.h -gtest/gtest_prod.h -include/gtest/gtest/gtest_prod.h -gtest/gtest-test-part.h -include/gtest/gtest/gtest-test-part.h -gtest/gtest-typed-test.h -include/gtest/gtest/gtest-typed-test.h -gtest/gtest_pred_impl.h -include/gtest/gtest/gtest_pred_impl.h - -include/gtest/gtest_pred_impl.h - -include/gtest/gtest_prod.h - -include/gtest/internal/gtest-death-test-internal.h -gtest/internal/gtest-internal.h -include/gtest/internal/gtest/internal/gtest-internal.h -stdio.h -- - -include/gtest/internal/gtest-filepath.h -gtest/internal/gtest-string.h -include/gtest/internal/gtest/internal/gtest-string.h - -include/gtest/internal/gtest-internal.h -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h -stdlib.h -- -sys/types.h -- -sys/wait.h -- -unistd.h -- -stdexcept -- -ctype.h -- -float.h -- -string.h -- -iomanip -- -limits -- -set -- -gtest/gtest-message.h -include/gtest/internal/gtest/gtest-message.h -gtest/internal/gtest-string.h -include/gtest/internal/gtest/internal/gtest-string.h -gtest/internal/gtest-filepath.h -include/gtest/internal/gtest/internal/gtest-filepath.h -gtest/internal/gtest-type-util.h -include/gtest/internal/gtest/internal/gtest-type-util.h - -include/gtest/internal/gtest-linked_ptr.h -stdlib.h -- -assert.h -- -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h - -include/gtest/internal/gtest-param-util-generated.h -gtest/internal/gtest-param-util.h -include/gtest/internal/gtest/internal/gtest-param-util.h -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h - -include/gtest/internal/gtest-param-util.h -iterator -- -utility -- -vector -- -gtest/internal/gtest-internal.h -include/gtest/internal/gtest/internal/gtest-internal.h -gtest/internal/gtest-linked_ptr.h -include/gtest/internal/gtest/internal/gtest-linked_ptr.h -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h -gtest/gtest-printers.h -include/gtest/internal/gtest/gtest-printers.h - -include/gtest/internal/gtest-port.h -ctype.h -- -stddef.h -- -stdlib.h -- -stdio.h -- -string.h -- -sys/types.h -- -sys/stat.h -- -AvailabilityMacros.h -- -TargetConditionals.h -- -iostream -- -sstream -- -string -- -unistd.h -- -strings.h -- -direct.h -- -io.h -- -android/api-level.h -- -regex.h -- -typeinfo -- -pthread.h -- -time.h -- -gtest/internal/gtest-tuple.h -include/gtest/internal/gtest/internal/gtest-tuple.h -tuple -- -tuple -- -tr1/tuple -- -tr1/tuple -- -tuple -- -vector -- - -include/gtest/internal/gtest-string.h -mem.h -- -string.h -- -string -- -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h - -include/gtest/internal/gtest-tuple.h -utility -- - -include/gtest/internal/gtest-type-util.h -gtest/internal/gtest-port.h -include/gtest/internal/gtest/internal/gtest-port.h -cxxabi.h -- -acxx_demangle.h -- - diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake b/freedv-server/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake deleted file mode 100644 index c3260b41..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -SET(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -SET(CMAKE_DEPENDS_CHECK_CXX - "/home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest_main.cc" "/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" - ) -SET(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -SET(CMAKE_TARGET_LINKED_INFO_FILES - "/home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/gtest.dir/DependInfo.cmake" - ) - -# The include file search paths: -SET(CMAKE_C_TARGET_INCLUDE_PATH - "include" - "." - ) -SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/build.make b/freedv-server/googletest/CMakeFiles/gtest_main.dir/build.make deleted file mode 100644 index 68b940ee..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/build.make +++ /dev/null @@ -1,103 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/bruce/freedv/freetel-code/freedv-server/googletest - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/bruce/freedv/freetel-code/freedv-server/googletest - -# Include any dependencies generated for this target. -include CMakeFiles/gtest_main.dir/depend.make - -# Include the progress variables for this target. -include CMakeFiles/gtest_main.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/gtest_main.dir/flags.make - -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: CMakeFiles/gtest_main.dir/flags.make -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: src/gtest_main.cc - $(CMAKE_COMMAND) -E cmake_progress_report /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest_main.cc - -CMakeFiles/gtest_main.dir/src/gtest_main.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest_main.dir/src/gtest_main.cc.i" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -E /home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i - -CMakeFiles/gtest_main.dir/src/gtest_main.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest_main.dir/src/gtest_main.cc.s" - /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -S /home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s - -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires: -.PHONY : CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires - -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides: CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires - $(MAKE) -f CMakeFiles/gtest_main.dir/build.make CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build -.PHONY : CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides - -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.provides.build: CMakeFiles/gtest_main.dir/src/gtest_main.cc.o - -# Object files for target gtest_main -gtest_main_OBJECTS = \ -"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" - -# External object files for target gtest_main -gtest_main_EXTERNAL_OBJECTS = - -libgtest_main.a: CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -libgtest_main.a: CMakeFiles/gtest_main.dir/build.make -libgtest_main.a: CMakeFiles/gtest_main.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX static library libgtest_main.a" - $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -CMakeFiles/gtest_main.dir/build: libgtest_main.a -.PHONY : CMakeFiles/gtest_main.dir/build - -CMakeFiles/gtest_main.dir/requires: CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.requires -.PHONY : CMakeFiles/gtest_main.dir/requires - -CMakeFiles/gtest_main.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake -.PHONY : CMakeFiles/gtest_main.dir/clean - -CMakeFiles/gtest_main.dir/depend: - cd /home/bruce/freedv/freetel-code/freedv-server/googletest && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/bruce/freedv/freetel-code/freedv-server/googletest /home/bruce/freedv/freetel-code/freedv-server/googletest /home/bruce/freedv/freetel-code/freedv-server/googletest /home/bruce/freedv/freetel-code/freedv-server/googletest /home/bruce/freedv/freetel-code/freedv-server/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/gtest_main.dir/depend - diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake b/freedv-server/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake deleted file mode 100644 index 7b1e34d1..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -FILE(REMOVE_RECURSE - "CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" - "libgtest_main.pdb" - "libgtest_main.a" -) - -# Per-language clean rules from dependency scanning. -FOREACH(lang CXX) - INCLUDE(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL) -ENDFOREACH(lang) diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake b/freedv-server/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake deleted file mode 100644 index 3ff35dd5..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -FILE(REMOVE_RECURSE - "libgtest_main.a" -) diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/depend.internal b/freedv-server/googletest/CMakeFiles/gtest_main.dir/depend.internal deleted file mode 100644 index c91dd89b..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/depend.internal +++ /dev/null @@ -1,24 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o - /home/bruce/freedv/freetel-code/freedv-server/googletest/src/gtest_main.cc - include/gtest/gtest-death-test.h - include/gtest/gtest-message.h - include/gtest/gtest-param-test.h - include/gtest/gtest-printers.h - include/gtest/gtest-test-part.h - include/gtest/gtest-typed-test.h - include/gtest/gtest.h - include/gtest/gtest_pred_impl.h - include/gtest/gtest_prod.h - include/gtest/internal/gtest-death-test-internal.h - include/gtest/internal/gtest-filepath.h - include/gtest/internal/gtest-internal.h - include/gtest/internal/gtest-linked_ptr.h - include/gtest/internal/gtest-param-util-generated.h - include/gtest/internal/gtest-param-util.h - include/gtest/internal/gtest-port.h - include/gtest/internal/gtest-string.h - include/gtest/internal/gtest-tuple.h - include/gtest/internal/gtest-type-util.h diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/depend.make b/freedv-server/googletest/CMakeFiles/gtest_main.dir/depend.make deleted file mode 100644 index 79d08d82..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/depend.make +++ /dev/null @@ -1,24 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: src/gtest_main.cc -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest-death-test.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest-message.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest-param-test.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest-printers.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest-test-part.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest-typed-test.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest_pred_impl.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/gtest_prod.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-death-test-internal.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-filepath.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-internal.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-linked_ptr.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-param-util-generated.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-param-util.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-port.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-string.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-tuple.h -CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: include/gtest/internal/gtest-type-util.h - diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/flags.make b/freedv-server/googletest/CMakeFiles/gtest_main.dir/flags.make deleted file mode 100644 index 00ede886..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 2.8 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -I/home/bruce/freedv/freetel-code/freedv-server/googletest/include -I/home/bruce/freedv/freetel-code/freedv-server/googletest - -CXX_DEFINES = - -# TARGET_FLAGS = -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers - diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/link.txt b/freedv-server/googletest/CMakeFiles/gtest_main.dir/link.txt deleted file mode 100644 index 3c0cb588..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar cr libgtest_main.a CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -/usr/bin/ranlib libgtest_main.a diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/progress.make b/freedv-server/googletest/CMakeFiles/gtest_main.dir/progress.make deleted file mode 100644 index 164e1d26..00000000 --- a/freedv-server/googletest/CMakeFiles/gtest_main.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 2 - diff --git a/freedv-server/googletest/CMakeFiles/gtest_main.dir/src/.gitignore b/freedv-server/googletest/CMakeFiles/gtest_main.dir/src/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/freedv-server/googletest/CMakeFiles/progress.marks b/freedv-server/googletest/CMakeFiles/progress.marks deleted file mode 100644 index 0cfbf088..00000000 --- a/freedv-server/googletest/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -2 -- 2.25.1