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

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

# Convenience name for target.
demo_imi_flat: demos/CMakeFiles/demo_imi_flat.dir/rule

.PHONY : demo_imi_flat

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

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

# Convenience name for target.
demo_imi_pq: demos/CMakeFiles/demo_imi_pq.dir/rule

.PHONY : demo_imi_pq

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

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

# Convenience name for target.
demo_ivfpq_indexing: demos/CMakeFiles/demo_ivfpq_indexing.dir/rule

.PHONY : demo_ivfpq_indexing

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

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

# Convenience name for target.
demo_nndescent: demos/CMakeFiles/demo_nndescent.dir/rule

.PHONY : demo_nndescent

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

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

# Convenience name for target.
demo_weighted_kmeans: demos/CMakeFiles/demo_weighted_kmeans.dir/rule

.PHONY : demo_weighted_kmeans

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

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

# Convenience name for target.
demo_sift1M: demos/CMakeFiles/demo_sift1M.dir/rule

.PHONY : demo_sift1M

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

demo_imi_flat.o: demo_imi_flat.cpp.o

.PHONY : demo_imi_flat.o

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

demo_imi_flat.i: demo_imi_flat.cpp.i

.PHONY : demo_imi_flat.i

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

demo_imi_flat.s: demo_imi_flat.cpp.s

.PHONY : demo_imi_flat.s

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

demo_imi_pq.o: demo_imi_pq.cpp.o

.PHONY : demo_imi_pq.o

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

demo_imi_pq.i: demo_imi_pq.cpp.i

.PHONY : demo_imi_pq.i

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

demo_imi_pq.s: demo_imi_pq.cpp.s

.PHONY : demo_imi_pq.s

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

demo_ivfpq_indexing.o: demo_ivfpq_indexing.cpp.o

.PHONY : demo_ivfpq_indexing.o

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

demo_ivfpq_indexing.i: demo_ivfpq_indexing.cpp.i

.PHONY : demo_ivfpq_indexing.i

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

demo_ivfpq_indexing.s: demo_ivfpq_indexing.cpp.s

.PHONY : demo_ivfpq_indexing.s

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

demo_nndescent.o: demo_nndescent.cpp.o

.PHONY : demo_nndescent.o

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

demo_nndescent.i: demo_nndescent.cpp.i

.PHONY : demo_nndescent.i

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

demo_nndescent.s: demo_nndescent.cpp.s

.PHONY : demo_nndescent.s

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

demo_sift1M.o: demo_sift1M.cpp.o

.PHONY : demo_sift1M.o

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

demo_sift1M.i: demo_sift1M.cpp.i

.PHONY : demo_sift1M.i

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

demo_sift1M.s: demo_sift1M.cpp.s

.PHONY : demo_sift1M.s

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

demo_weighted_kmeans.o: demo_weighted_kmeans.cpp.o

.PHONY : demo_weighted_kmeans.o

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

demo_weighted_kmeans.i: demo_weighted_kmeans.cpp.i

.PHONY : demo_weighted_kmeans.i

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

demo_weighted_kmeans.s: demo_weighted_kmeans.cpp.s

.PHONY : demo_weighted_kmeans.s

# target to generate assembly for a file
demo_weighted_kmeans.cpp.s:
	cd /home/huchen/FAISS/faiss/build && $(MAKE) $(MAKESILENT) -f demos/CMakeFiles/demo_weighted_kmeans.dir/build.make demos/CMakeFiles/demo_weighted_kmeans.dir/demo_weighted_kmeans.cpp.s
.PHONY : demo_weighted_kmeans.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 "... demo_imi_flat"
	@echo "... demo_imi_pq"
	@echo "... demo_ivfpq_indexing"
	@echo "... demo_nndescent"
	@echo "... demo_sift1M"
	@echo "... demo_weighted_kmeans"
	@echo "... demo_imi_flat.o"
	@echo "... demo_imi_flat.i"
	@echo "... demo_imi_flat.s"
	@echo "... demo_imi_pq.o"
	@echo "... demo_imi_pq.i"
	@echo "... demo_imi_pq.s"
	@echo "... demo_ivfpq_indexing.o"
	@echo "... demo_ivfpq_indexing.i"
	@echo "... demo_ivfpq_indexing.s"
	@echo "... demo_nndescent.o"
	@echo "... demo_nndescent.i"
	@echo "... demo_nndescent.s"
	@echo "... demo_sift1M.o"
	@echo "... demo_sift1M.i"
	@echo "... demo_sift1M.s"
	@echo "... demo_weighted_kmeans.o"
	@echo "... demo_weighted_kmeans.i"
	@echo "... demo_weighted_kmeans.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

