# 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/tests/CMakeFiles/progress.marks
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/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 tests/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 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/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

# Convenience name for target.
tests/CMakeFiles/faiss_test.dir/rule:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/faiss_test.dir/rule
.PHONY : tests/CMakeFiles/faiss_test.dir/rule

# Convenience name for target.
faiss_test: tests/CMakeFiles/faiss_test.dir/rule

.PHONY : faiss_test

# fast build rule for target.
faiss_test/fast:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/build
.PHONY : faiss_test/fast

test_binary_flat.o: test_binary_flat.cpp.o

.PHONY : test_binary_flat.o

# target to build an object file
test_binary_flat.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_binary_flat.cpp.o
.PHONY : test_binary_flat.cpp.o

test_binary_flat.i: test_binary_flat.cpp.i

.PHONY : test_binary_flat.i

# target to preprocess a source file
test_binary_flat.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_binary_flat.cpp.i
.PHONY : test_binary_flat.cpp.i

test_binary_flat.s: test_binary_flat.cpp.s

.PHONY : test_binary_flat.s

# target to generate assembly for a file
test_binary_flat.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_binary_flat.cpp.s
.PHONY : test_binary_flat.cpp.s

test_dealloc_invlists.o: test_dealloc_invlists.cpp.o

.PHONY : test_dealloc_invlists.o

# target to build an object file
test_dealloc_invlists.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_dealloc_invlists.cpp.o
.PHONY : test_dealloc_invlists.cpp.o

test_dealloc_invlists.i: test_dealloc_invlists.cpp.i

.PHONY : test_dealloc_invlists.i

# target to preprocess a source file
test_dealloc_invlists.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_dealloc_invlists.cpp.i
.PHONY : test_dealloc_invlists.cpp.i

test_dealloc_invlists.s: test_dealloc_invlists.cpp.s

.PHONY : test_dealloc_invlists.s

# target to generate assembly for a file
test_dealloc_invlists.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_dealloc_invlists.cpp.s
.PHONY : test_dealloc_invlists.cpp.s

test_ivfpq_codec.o: test_ivfpq_codec.cpp.o

.PHONY : test_ivfpq_codec.o

# target to build an object file
test_ivfpq_codec.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ivfpq_codec.cpp.o
.PHONY : test_ivfpq_codec.cpp.o

test_ivfpq_codec.i: test_ivfpq_codec.cpp.i

.PHONY : test_ivfpq_codec.i

# target to preprocess a source file
test_ivfpq_codec.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ivfpq_codec.cpp.i
.PHONY : test_ivfpq_codec.cpp.i

test_ivfpq_codec.s: test_ivfpq_codec.cpp.s

.PHONY : test_ivfpq_codec.s

# target to generate assembly for a file
test_ivfpq_codec.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ivfpq_codec.cpp.s
.PHONY : test_ivfpq_codec.cpp.s

test_ivfpq_indexing.o: test_ivfpq_indexing.cpp.o

.PHONY : test_ivfpq_indexing.o

# target to build an object file
test_ivfpq_indexing.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ivfpq_indexing.cpp.o
.PHONY : test_ivfpq_indexing.cpp.o

test_ivfpq_indexing.i: test_ivfpq_indexing.cpp.i

.PHONY : test_ivfpq_indexing.i

# target to preprocess a source file
test_ivfpq_indexing.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ivfpq_indexing.cpp.i
.PHONY : test_ivfpq_indexing.cpp.i

test_ivfpq_indexing.s: test_ivfpq_indexing.cpp.s

.PHONY : test_ivfpq_indexing.s

# target to generate assembly for a file
test_ivfpq_indexing.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ivfpq_indexing.cpp.s
.PHONY : test_ivfpq_indexing.cpp.s

test_lowlevel_ivf.o: test_lowlevel_ivf.cpp.o

.PHONY : test_lowlevel_ivf.o

# target to build an object file
test_lowlevel_ivf.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_lowlevel_ivf.cpp.o
.PHONY : test_lowlevel_ivf.cpp.o

test_lowlevel_ivf.i: test_lowlevel_ivf.cpp.i

.PHONY : test_lowlevel_ivf.i

# target to preprocess a source file
test_lowlevel_ivf.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_lowlevel_ivf.cpp.i
.PHONY : test_lowlevel_ivf.cpp.i

test_lowlevel_ivf.s: test_lowlevel_ivf.cpp.s

.PHONY : test_lowlevel_ivf.s

# target to generate assembly for a file
test_lowlevel_ivf.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_lowlevel_ivf.cpp.s
.PHONY : test_lowlevel_ivf.cpp.s

test_mem_leak.o: test_mem_leak.cpp.o

.PHONY : test_mem_leak.o

# target to build an object file
test_mem_leak.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_mem_leak.cpp.o
.PHONY : test_mem_leak.cpp.o

test_mem_leak.i: test_mem_leak.cpp.i

.PHONY : test_mem_leak.i

# target to preprocess a source file
test_mem_leak.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_mem_leak.cpp.i
.PHONY : test_mem_leak.cpp.i

test_mem_leak.s: test_mem_leak.cpp.s

.PHONY : test_mem_leak.s

# target to generate assembly for a file
test_mem_leak.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_mem_leak.cpp.s
.PHONY : test_mem_leak.cpp.s

test_merge.o: test_merge.cpp.o

.PHONY : test_merge.o

# target to build an object file
test_merge.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_merge.cpp.o
.PHONY : test_merge.cpp.o

test_merge.i: test_merge.cpp.i

.PHONY : test_merge.i

# target to preprocess a source file
test_merge.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_merge.cpp.i
.PHONY : test_merge.cpp.i

test_merge.s: test_merge.cpp.s

.PHONY : test_merge.s

# target to generate assembly for a file
test_merge.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_merge.cpp.s
.PHONY : test_merge.cpp.s

test_omp_threads.o: test_omp_threads.cpp.o

.PHONY : test_omp_threads.o

# target to build an object file
test_omp_threads.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_omp_threads.cpp.o
.PHONY : test_omp_threads.cpp.o

test_omp_threads.i: test_omp_threads.cpp.i

.PHONY : test_omp_threads.i

# target to preprocess a source file
test_omp_threads.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_omp_threads.cpp.i
.PHONY : test_omp_threads.cpp.i

test_omp_threads.s: test_omp_threads.cpp.s

.PHONY : test_omp_threads.s

# target to generate assembly for a file
test_omp_threads.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_omp_threads.cpp.s
.PHONY : test_omp_threads.cpp.s

test_ondisk_ivf.o: test_ondisk_ivf.cpp.o

.PHONY : test_ondisk_ivf.o

# target to build an object file
test_ondisk_ivf.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ondisk_ivf.cpp.o
.PHONY : test_ondisk_ivf.cpp.o

test_ondisk_ivf.i: test_ondisk_ivf.cpp.i

.PHONY : test_ondisk_ivf.i

# target to preprocess a source file
test_ondisk_ivf.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ondisk_ivf.cpp.i
.PHONY : test_ondisk_ivf.cpp.i

test_ondisk_ivf.s: test_ondisk_ivf.cpp.s

.PHONY : test_ondisk_ivf.s

# target to generate assembly for a file
test_ondisk_ivf.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_ondisk_ivf.cpp.s
.PHONY : test_ondisk_ivf.cpp.s

test_pairs_decoding.o: test_pairs_decoding.cpp.o

.PHONY : test_pairs_decoding.o

# target to build an object file
test_pairs_decoding.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_pairs_decoding.cpp.o
.PHONY : test_pairs_decoding.cpp.o

test_pairs_decoding.i: test_pairs_decoding.cpp.i

.PHONY : test_pairs_decoding.i

# target to preprocess a source file
test_pairs_decoding.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_pairs_decoding.cpp.i
.PHONY : test_pairs_decoding.cpp.i

test_pairs_decoding.s: test_pairs_decoding.cpp.s

.PHONY : test_pairs_decoding.s

# target to generate assembly for a file
test_pairs_decoding.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_pairs_decoding.cpp.s
.PHONY : test_pairs_decoding.cpp.s

test_params_override.o: test_params_override.cpp.o

.PHONY : test_params_override.o

# target to build an object file
test_params_override.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_params_override.cpp.o
.PHONY : test_params_override.cpp.o

test_params_override.i: test_params_override.cpp.i

.PHONY : test_params_override.i

# target to preprocess a source file
test_params_override.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_params_override.cpp.i
.PHONY : test_params_override.cpp.i

test_params_override.s: test_params_override.cpp.s

.PHONY : test_params_override.s

# target to generate assembly for a file
test_params_override.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_params_override.cpp.s
.PHONY : test_params_override.cpp.s

test_pq_encoding.o: test_pq_encoding.cpp.o

.PHONY : test_pq_encoding.o

# target to build an object file
test_pq_encoding.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_pq_encoding.cpp.o
.PHONY : test_pq_encoding.cpp.o

test_pq_encoding.i: test_pq_encoding.cpp.i

.PHONY : test_pq_encoding.i

# target to preprocess a source file
test_pq_encoding.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_pq_encoding.cpp.i
.PHONY : test_pq_encoding.cpp.i

test_pq_encoding.s: test_pq_encoding.cpp.s

.PHONY : test_pq_encoding.s

# target to generate assembly for a file
test_pq_encoding.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_pq_encoding.cpp.s
.PHONY : test_pq_encoding.cpp.s

test_sliding_ivf.o: test_sliding_ivf.cpp.o

.PHONY : test_sliding_ivf.o

# target to build an object file
test_sliding_ivf.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_sliding_ivf.cpp.o
.PHONY : test_sliding_ivf.cpp.o

test_sliding_ivf.i: test_sliding_ivf.cpp.i

.PHONY : test_sliding_ivf.i

# target to preprocess a source file
test_sliding_ivf.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_sliding_ivf.cpp.i
.PHONY : test_sliding_ivf.cpp.i

test_sliding_ivf.s: test_sliding_ivf.cpp.s

.PHONY : test_sliding_ivf.s

# target to generate assembly for a file
test_sliding_ivf.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_sliding_ivf.cpp.s
.PHONY : test_sliding_ivf.cpp.s

test_threaded_index.o: test_threaded_index.cpp.o

.PHONY : test_threaded_index.o

# target to build an object file
test_threaded_index.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_threaded_index.cpp.o
.PHONY : test_threaded_index.cpp.o

test_threaded_index.i: test_threaded_index.cpp.i

.PHONY : test_threaded_index.i

# target to preprocess a source file
test_threaded_index.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_threaded_index.cpp.i
.PHONY : test_threaded_index.cpp.i

test_threaded_index.s: test_threaded_index.cpp.s

.PHONY : test_threaded_index.s

# target to generate assembly for a file
test_threaded_index.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_threaded_index.cpp.s
.PHONY : test_threaded_index.cpp.s

test_transfer_invlists.o: test_transfer_invlists.cpp.o

.PHONY : test_transfer_invlists.o

# target to build an object file
test_transfer_invlists.cpp.o:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_transfer_invlists.cpp.o
.PHONY : test_transfer_invlists.cpp.o

test_transfer_invlists.i: test_transfer_invlists.cpp.i

.PHONY : test_transfer_invlists.i

# target to preprocess a source file
test_transfer_invlists.cpp.i:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_transfer_invlists.cpp.i
.PHONY : test_transfer_invlists.cpp.i

test_transfer_invlists.s: test_transfer_invlists.cpp.s

.PHONY : test_transfer_invlists.s

# target to generate assembly for a file
test_transfer_invlists.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/faiss_test.dir/build.make tests/CMakeFiles/faiss_test.dir/test_transfer_invlists.cpp.s
.PHONY : test_transfer_invlists.cpp.s

# 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"
	@echo "... faiss_test"
	@echo "... test_binary_flat.o"
	@echo "... test_binary_flat.i"
	@echo "... test_binary_flat.s"
	@echo "... test_dealloc_invlists.o"
	@echo "... test_dealloc_invlists.i"
	@echo "... test_dealloc_invlists.s"
	@echo "... test_ivfpq_codec.o"
	@echo "... test_ivfpq_codec.i"
	@echo "... test_ivfpq_codec.s"
	@echo "... test_ivfpq_indexing.o"
	@echo "... test_ivfpq_indexing.i"
	@echo "... test_ivfpq_indexing.s"
	@echo "... test_lowlevel_ivf.o"
	@echo "... test_lowlevel_ivf.i"
	@echo "... test_lowlevel_ivf.s"
	@echo "... test_mem_leak.o"
	@echo "... test_mem_leak.i"
	@echo "... test_mem_leak.s"
	@echo "... test_merge.o"
	@echo "... test_merge.i"
	@echo "... test_merge.s"
	@echo "... test_omp_threads.o"
	@echo "... test_omp_threads.i"
	@echo "... test_omp_threads.s"
	@echo "... test_ondisk_ivf.o"
	@echo "... test_ondisk_ivf.i"
	@echo "... test_ondisk_ivf.s"
	@echo "... test_pairs_decoding.o"
	@echo "... test_pairs_decoding.i"
	@echo "... test_pairs_decoding.s"
	@echo "... test_params_override.o"
	@echo "... test_params_override.i"
	@echo "... test_params_override.s"
	@echo "... test_pq_encoding.o"
	@echo "... test_pq_encoding.i"
	@echo "... test_pq_encoding.s"
	@echo "... test_sliding_ivf.o"
	@echo "... test_sliding_ivf.i"
	@echo "... test_sliding_ivf.s"
	@echo "... test_threaded_index.o"
	@echo "... test_threaded_index.i"
	@echo "... test_threaded_index.s"
	@echo "... test_transfer_invlists.o"
	@echo "... test_transfer_invlists.i"
	@echo "... test_transfer_invlists.s"
.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

