Commit 8475e691 authored by huchen's avatar huchen
Browse files

compile ok

parent 395d2ce6
# CMake generated Testfile for
# Source directory: /home/huchen/FAISS/faiss/build/_deps/googletest-src
# Build directory: /home/huchen/FAISS/faiss/build/_deps/googletest-build
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
subdirs("googletest")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
# 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/cmake3
# The command to remove a file.
RM = /usr/bin/cmake3 -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/huchen/FAISS/faiss
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/huchen/FAISS/faiss/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake3 -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake3 -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake3 -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake3 -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake3 -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake3 -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake3 --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/ccmake3 -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/usr/bin/ctest3 --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# The main all target
all: cmake_check_build_system
cd /home/huchen/FAISS/faiss/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/huchen/FAISS/faiss/build/CMakeFiles /home/huchen/FAISS/faiss/build/_deps/googletest-build/CMakeFiles/progress.marks
cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/googletest-build/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/huchen/FAISS/faiss/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/googletest-build/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/googletest-build/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/googletest-build/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/huchen/FAISS/faiss/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... test"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/huchen/FAISS/faiss/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
# Install script for directory: /home/huchen/FAISS/faiss/build/_deps/googletest-src
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest/cmake_install.cmake")
endif()
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/huchen/FAISS/faiss")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/huchen/FAISS/faiss/build")
# 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})
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest-all.cc
gtest/gtest.h
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest/gtest.h
src/gtest.cc
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/src/gtest.cc
src/gtest-death-test.cc
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/src/gtest-death-test.cc
src/gtest-filepath.cc
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/src/gtest-filepath.cc
src/gtest-matchers.cc
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/src/gtest-matchers.cc
src/gtest-port.cc
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/src/gtest-port.cc
src/gtest-printers.cc
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/src/gtest-printers.cc
src/gtest-test-part.cc
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/src/gtest-test-part.cc
src/gtest-typed-test.cc
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/src/gtest-typed-test.cc
_deps/googletest-src/googletest/include/gtest/gtest-death-test.h
gtest/internal/gtest-death-test-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
_deps/googletest-src/googletest/include/gtest/gtest-matchers.h
memory
-
ostream
-
string
-
type_traits
-
gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest-message.h
limits
-
memory
-
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest-param-test.h
iterator
-
utility
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-param-util.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest-printers.h
functional
-
ostream
-
sstream
-
string
-
tuple
-
type_traits
-
utility
-
vector
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
absl/strings/string_view.h
_deps/googletest-src/googletest/include/gtest/absl/strings/string_view.h
absl/types/optional.h
_deps/googletest-src/googletest/include/gtest/absl/types/optional.h
absl/types/variant.h
_deps/googletest-src/googletest/include/gtest/absl/types/variant.h
gtest/internal/custom/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest-spi.h
gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest-test-part.h
iosfwd
-
vector
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/include/gtest/gtest.h
cstddef
-
limits
-
memory
-
ostream
-
type_traits
-
vector
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
gtest/gtest-death-test.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-death-test.h
gtest/gtest-matchers.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-matchers.h
gtest/gtest-message.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h
gtest/gtest-param-test.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-param-test.h
gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/gtest_prod.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest_prod.h
gtest/gtest-test-part.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-test-part.h
gtest/gtest-typed-test.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h
gtest/gtest_pred_impl.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h
_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h
gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest_prod.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
gtest/gtest-matchers.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
stdio.h
-
memory
-
_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/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
-
map
-
set
-
string
-
type_traits
-
vector
-
gtest/gtest-message.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h
gtest/internal/gtest-filepath.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h
ctype.h
-
cassert
-
iterator
-
memory
-
set
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
winapifamily.h
-
_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h
ctype.h
-
stddef.h
-
stdio.h
-
stdlib.h
-
string.h
-
memory
-
type_traits
-
sys/types.h
-
sys/stat.h
-
AvailabilityMacros.h
-
TargetConditionals.h
-
algorithm
-
iostream
-
sstream
-
string
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-port-arch.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
gtest/internal/custom/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
direct.h
-
io.h
-
unistd.h
-
strings.h
-
android/api-level.h
-
regex.h
-
typeinfo
-
pthread.h
-
time.h
-
_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h
mem.h
-
string.h
-
string
-
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
cxxabi.h
-
acxx_demangle.h
-
_deps/googletest-src/googletest/src/gtest-death-test.cc
gtest/gtest-death-test.h
_deps/googletest-src/googletest/src/gtest/gtest-death-test.h
utility
-
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h
gtest/internal/custom/gtest.h
_deps/googletest-src/googletest/src/gtest/internal/custom/gtest.h
crt_externs.h
-
errno.h
-
fcntl.h
-
limits.h
-
signal.h
-
stdarg.h
-
windows.h
-
sys/mman.h
-
sys/wait.h
-
spawn.h
-
lib/fdio/fd.h
-
lib/fdio/io.h
-
lib/fdio/spawn.h
-
lib/zx/channel.h
-
lib/zx/port.h
-
lib/zx/process.h
-
lib/zx/socket.h
-
zircon/processargs.h
-
zircon/syscalls.h
-
zircon/syscalls/policy.h
-
zircon/syscalls/port.h
-
gtest/gtest-message.h
_deps/googletest-src/googletest/src/gtest/gtest-message.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-string.h
src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/gtest-filepath.cc
gtest/internal/gtest-filepath.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-filepath.h
stdlib.h
-
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h
gtest/gtest-message.h
_deps/googletest-src/googletest/src/gtest/gtest-message.h
windows.h
-
direct.h
-
io.h
-
limits.h
-
climits
-
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-string.h
_deps/googletest-src/googletest/src/gtest-internal-inl.h
errno.h
-
stddef.h
-
stdlib.h
-
string.h
-
algorithm
-
memory
-
string
-
vector
-
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h
arpa/inet.h
-
netdb.h
-
windows.h
-
gtest/gtest.h
_deps/googletest-src/googletest/src/gtest/gtest.h
gtest/gtest-spi.h
_deps/googletest-src/googletest/src/gtest/gtest-spi.h
_deps/googletest-src/googletest/src/gtest-matchers.cc
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h
gtest/gtest-matchers.h
_deps/googletest-src/googletest/src/gtest/gtest-matchers.h
string
-
_deps/googletest-src/googletest/src/gtest-port.cc
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h
limits.h
-
stdio.h
-
stdlib.h
-
string.h
-
fstream
-
memory
-
windows.h
-
io.h
-
sys/stat.h
-
map
-
crtdbg.h
-
unistd.h
-
mach/mach_init.h
-
mach/task.h
-
mach/vm_map.h
-
sys/sysctl.h
-
sys/user.h
-
devctl.h
-
fcntl.h
-
sys/procfs.h
-
procinfo.h
-
sys/types.h
-
zircon/process.h
-
zircon/syscalls.h
-
gtest/gtest-spi.h
_deps/googletest-src/googletest/src/gtest/gtest-spi.h
gtest/gtest-message.h
_deps/googletest-src/googletest/src/gtest/gtest-message.h
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-string.h
src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/gtest-printers.cc
gtest/gtest-printers.h
_deps/googletest-src/googletest/src/gtest/gtest-printers.h
stdio.h
-
cctype
-
cwchar
-
ostream
-
string
-
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h
src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/gtest-test-part.cc
gtest/gtest-test-part.h
_deps/googletest-src/googletest/src/gtest/gtest-test-part.h
src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/gtest-typed-test.cc
gtest/gtest-typed-test.h
_deps/googletest-src/googletest/src/gtest/gtest-typed-test.h
gtest/gtest.h
_deps/googletest-src/googletest/src/gtest/gtest.h
_deps/googletest-src/googletest/src/gtest.cc
gtest/gtest.h
_deps/googletest-src/googletest/src/gtest/gtest.h
gtest/internal/custom/gtest.h
_deps/googletest-src/googletest/src/gtest/internal/custom/gtest.h
gtest/gtest-spi.h
_deps/googletest-src/googletest/src/gtest/gtest-spi.h
ctype.h
-
math.h
-
stdarg.h
-
stdio.h
-
stdlib.h
-
time.h
-
wchar.h
-
wctype.h
-
algorithm
-
iomanip
-
limits
-
list
-
map
-
ostream
-
sstream
-
vector
-
fcntl.h
-
limits.h
-
sched.h
-
strings.h
-
sys/mman.h
-
sys/time.h
-
unistd.h
-
string
-
sys/time.h
-
strings.h
-
windows.h
-
windows.h
-
crtdbg.h
-
debugapi.h
-
io.h
-
sys/timeb.h
-
sys/types.h
-
sys/stat.h
-
sys/time.h
-
sys/time.h
-
unistd.h
-
stdexcept
-
arpa/inet.h
-
netdb.h
-
sys/socket.h
-
sys/types.h
-
src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/src/gtest-internal-inl.h
crt_externs.h
-
absl/debugging/failure_signal_handler.h
_deps/googletest-src/googletest/src/absl/debugging/failure_signal_handler.h
absl/debugging/stacktrace.h
_deps/googletest-src/googletest/src/absl/debugging/stacktrace.h
absl/debugging/symbolize.h
_deps/googletest-src/googletest/src/absl/debugging/symbolize.h
absl/strings/str_cat.h
_deps/googletest-src/googletest/src/absl/strings/str_cat.h
# 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/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest-all.cc" "/home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
)
set(CMAKE_CXX_COMPILER_ID "Clang")
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_CXX
"GTEST_CREATE_SHARED_LIBRARY=1"
"gtest_EXPORTS"
)
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"_deps/googletest-src/googletest/include"
"_deps/googletest-src/googletest"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
# 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/cmake3
# The command to remove a file.
RM = /usr/bin/cmake3 -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/huchen/FAISS/faiss
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/huchen/FAISS/faiss/build
# Include any dependencies generated for this target.
include _deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend.make
# Include the progress variables for this target.
include _deps/googletest-build/googletest/CMakeFiles/gtest.dir/progress.make
# Include the compile flags for this target's objects.
include _deps/googletest-build/googletest/CMakeFiles/gtest.dir/flags.make
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/flags.make
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-all.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/huchen/FAISS/faiss/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && /opt/dtk-21.04/bin/hipcc $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest-all.cc
_deps/googletest-build/googletest/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"
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && /opt/dtk-21.04/bin/hipcc $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i
_deps/googletest-build/googletest/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"
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && /opt/dtk-21.04/bin/hipcc $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s
# Object files for target gtest
gtest_OBJECTS = \
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
# External object files for target gtest
gtest_EXTERNAL_OBJECTS =
lib/libgtest.so: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
lib/libgtest.so: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make
lib/libgtest.so: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/huchen/FAISS/faiss/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library ../../../lib/libgtest.so"
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/build: lib/libgtest.so
.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/clean:
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/clean
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend:
cd /home/huchen/FAISS/faiss/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/huchen/FAISS/faiss /home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend
file(REMOVE_RECURSE
"../../../bin/libgtest.pdb"
"../../../lib/libgtest.so"
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest-all.cc
_deps/googletest-src/googletest/include/gtest/gtest-death-test.h
_deps/googletest-src/googletest/include/gtest/gtest-matchers.h
_deps/googletest-src/googletest/include/gtest/gtest-message.h
_deps/googletest-src/googletest/include/gtest/gtest-param-test.h
_deps/googletest-src/googletest/include/gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest-spi.h
_deps/googletest-src/googletest/include/gtest/gtest-test-part.h
_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h
_deps/googletest-src/googletest/include/gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h
_deps/googletest-src/googletest/include/gtest/gtest_prod.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/src/gtest-death-test.cc
_deps/googletest-src/googletest/src/gtest-filepath.cc
_deps/googletest-src/googletest/src/gtest-internal-inl.h
_deps/googletest-src/googletest/src/gtest-matchers.cc
_deps/googletest-src/googletest/src/gtest-port.cc
_deps/googletest-src/googletest/src/gtest-printers.cc
_deps/googletest-src/googletest/src/gtest-test-part.cc
_deps/googletest-src/googletest/src/gtest-typed-test.cc
_deps/googletest-src/googletest/src/gtest.cc
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-all.cc
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-death-test.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-matchers.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-message.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-param-test.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-printers.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-spi.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-test-part.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_prod.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-death-test.cc
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-filepath.cc
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-internal-inl.h
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-matchers.cc
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-port.cc
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-printers.cc
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-test-part.cc
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-typed-test.cc
_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest.cc
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# compile CXX with /opt/dtk-21.04/bin/hipcc
CXX_FLAGS = -fPIC -Wall -Wshadow -Werror -Wconversion -DGTEST_HAS_PTHREAD=1 -fexceptions -W -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wredundant-decls -pthread -std=c++11
CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_EXPORTS
CXX_INCLUDES = -I/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/include -I/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest
/opt/dtk-21.04/bin/hipcc -fPIC -Wl,-rpath=/opt/rh/devtoolset-7/root/usr/lib64 -Wl,-rpath=/opt/rh/devtoolset-7/root/usr/lib -shared -Wl,-soname,libgtest.so -o ../../../lib/libgtest.so CMakeFiles/gtest.dir/src/gtest-all.cc.o -pthread
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest_main.cc
cstdio
-
gtest/gtest.h
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest-death-test.h
gtest/internal/gtest-death-test-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
_deps/googletest-src/googletest/include/gtest/gtest-matchers.h
memory
-
ostream
-
string
-
type_traits
-
gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest-message.h
limits
-
memory
-
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest-param-test.h
iterator
-
utility
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-param-util.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest-printers.h
functional
-
ostream
-
sstream
-
string
-
tuple
-
type_traits
-
utility
-
vector
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
absl/strings/string_view.h
_deps/googletest-src/googletest/include/gtest/absl/strings/string_view.h
absl/types/optional.h
_deps/googletest-src/googletest/include/gtest/absl/types/optional.h
absl/types/variant.h
_deps/googletest-src/googletest/include/gtest/absl/types/variant.h
gtest/internal/custom/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest-test-part.h
iosfwd
-
vector
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h
gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/include/gtest/gtest.h
cstddef
-
limits
-
memory
-
ostream
-
type_traits
-
vector
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h
gtest/gtest-death-test.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-death-test.h
gtest/gtest-matchers.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-matchers.h
gtest/gtest-message.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h
gtest/gtest-param-test.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-param-test.h
gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h
gtest/gtest_prod.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest_prod.h
gtest/gtest-test-part.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-test-part.h
gtest/gtest-typed-test.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h
gtest/gtest_pred_impl.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h
_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h
gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest_prod.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
gtest/gtest-matchers.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
stdio.h
-
memory
-
_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/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
-
map
-
set
-
string
-
type_traits
-
vector
-
gtest/gtest-message.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h
gtest/internal/gtest-filepath.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h
gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h
ctype.h
-
cassert
-
iterator
-
memory
-
set
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
winapifamily.h
-
_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h
ctype.h
-
stddef.h
-
stdio.h
-
stdlib.h
-
string.h
-
memory
-
type_traits
-
sys/types.h
-
sys/stat.h
-
AvailabilityMacros.h
-
TargetConditionals.h
-
algorithm
-
iostream
-
sstream
-
string
-
tuple
-
utility
-
vector
-
gtest/internal/gtest-port-arch.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
gtest/internal/custom/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
direct.h
-
io.h
-
unistd.h
-
strings.h
-
android/api-level.h
-
regex.h
-
typeinfo
-
pthread.h
-
time.h
-
_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h
mem.h
-
string.h
-
string
-
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h
gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h
cxxabi.h
-
acxx_demangle.h
-
# 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/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest_main.cc" "/home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
)
set(CMAKE_CXX_COMPILER_ID "Clang")
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_CXX
"GTEST_CREATE_SHARED_LIBRARY=1"
"gtest_main_EXPORTS"
)
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"_deps/googletest-src/googletest/include"
"_deps/googletest-src/googletest"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
# 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/cmake3
# The command to remove a file.
RM = /usr/bin/cmake3 -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/huchen/FAISS/faiss
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/huchen/FAISS/faiss/build
# Include any dependencies generated for this target.
include _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend.make
# Include the progress variables for this target.
include _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/progress.make
# Include the compile flags for this target's objects.
include _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/flags.make
_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/flags.make
_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/src/gtest_main.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/huchen/FAISS/faiss/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && /opt/dtk-21.04/bin/hipcc $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest_main.cc
_deps/googletest-build/googletest/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"
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && /opt/dtk-21.04/bin/hipcc $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i
_deps/googletest-build/googletest/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"
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && /opt/dtk-21.04/bin/hipcc $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s
# 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 =
lib/libgtest_main.so: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
lib/libgtest_main.so: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make
lib/libgtest_main.so: lib/libgtest.so
lib/libgtest_main.so: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/huchen/FAISS/faiss/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX shared library ../../../lib/libgtest_main.so"
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build: lib/libgtest_main.so
.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build
_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/clean:
cd /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake
.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/clean
_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend:
cd /home/huchen/FAISS/faiss/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/huchen/FAISS/faiss /home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest /home/huchen/FAISS/faiss/build /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest /home/huchen/FAISS/faiss/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend
file(REMOVE_RECURSE
"../../../bin/libgtest_main.pdb"
"../../../lib/libgtest_main.so"
"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
/home/huchen/FAISS/faiss/build/_deps/googletest-src/googletest/src/gtest_main.cc
_deps/googletest-src/googletest/include/gtest/gtest-death-test.h
_deps/googletest-src/googletest/include/gtest/gtest-matchers.h
_deps/googletest-src/googletest/include/gtest/gtest-message.h
_deps/googletest-src/googletest/include/gtest/gtest-param-test.h
_deps/googletest-src/googletest/include/gtest/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/gtest-test-part.h
_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h
_deps/googletest-src/googletest/include/gtest/gtest.h
_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h
_deps/googletest-src/googletest/include/gtest/gtest_prod.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h
_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment