# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18

# 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/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/stadmin/Documents/cody/LIBS/pyTheiaSfM

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_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/cmake -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/cmake -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/cmake -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/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.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/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test

.PHONY : test/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source

.PHONY : package_source/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -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/cmake -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\" \"pkgconfig\""
.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/cmake --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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package

.PHONY : package/fast

# The main all target
all: cmake_check_build_system
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(CMAKE_COMMAND) -E cmake_progress_start /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build/CMakeFiles /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build/src/pytheia//CMakeFiles/progress.marks
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/pytheia/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/pytheia/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/pytheia/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/pytheia/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/pytheia/CMakeFiles/pytheia.dir/rule:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/pytheia/CMakeFiles/pytheia.dir/rule
.PHONY : src/pytheia/CMakeFiles/pytheia.dir/rule

# Convenience name for target.
pytheia: src/pytheia/CMakeFiles/pytheia.dir/rule

.PHONY : pytheia

# fast build rule for target.
pytheia/fast:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/build
.PHONY : pytheia/fast

io/io.o: io/io.cc.o

.PHONY : io/io.o

# target to build an object file
io/io.cc.o:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/io/io.cc.o
.PHONY : io/io.cc.o

io/io.i: io/io.cc.i

.PHONY : io/io.i

# target to preprocess a source file
io/io.cc.i:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/io/io.cc.i
.PHONY : io/io.cc.i

io/io.s: io/io.cc.s

.PHONY : io/io.s

# target to generate assembly for a file
io/io.cc.s:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/io/io.cc.s
.PHONY : io/io.cc.s

matching/matching.o: matching/matching.cc.o

.PHONY : matching/matching.o

# target to build an object file
matching/matching.cc.o:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/matching/matching.cc.o
.PHONY : matching/matching.cc.o

matching/matching.i: matching/matching.cc.i

.PHONY : matching/matching.i

# target to preprocess a source file
matching/matching.cc.i:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/matching/matching.cc.i
.PHONY : matching/matching.cc.i

matching/matching.s: matching/matching.cc.s

.PHONY : matching/matching.s

# target to generate assembly for a file
matching/matching.cc.s:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/matching/matching.cc.s
.PHONY : matching/matching.cc.s

math/math.o: math/math.cc.o

.PHONY : math/math.o

# target to build an object file
math/math.cc.o:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/math/math.cc.o
.PHONY : math/math.cc.o

math/math.i: math/math.cc.i

.PHONY : math/math.i

# target to preprocess a source file
math/math.cc.i:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/math/math.cc.i
.PHONY : math/math.cc.i

math/math.s: math/math.cc.s

.PHONY : math/math.s

# target to generate assembly for a file
math/math.cc.s:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/math/math.cc.s
.PHONY : math/math.cc.s

mvs/mvs.o: mvs/mvs.cc.o

.PHONY : mvs/mvs.o

# target to build an object file
mvs/mvs.cc.o:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/mvs/mvs.cc.o
.PHONY : mvs/mvs.cc.o

mvs/mvs.i: mvs/mvs.cc.i

.PHONY : mvs/mvs.i

# target to preprocess a source file
mvs/mvs.cc.i:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/mvs/mvs.cc.i
.PHONY : mvs/mvs.cc.i

mvs/mvs.s: mvs/mvs.cc.s

.PHONY : mvs/mvs.s

# target to generate assembly for a file
mvs/mvs.cc.s:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/mvs/mvs.cc.s
.PHONY : mvs/mvs.cc.s

pytheia_pybind.o: pytheia_pybind.cc.o

.PHONY : pytheia_pybind.o

# target to build an object file
pytheia_pybind.cc.o:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/pytheia_pybind.cc.o
.PHONY : pytheia_pybind.cc.o

pytheia_pybind.i: pytheia_pybind.cc.i

.PHONY : pytheia_pybind.i

# target to preprocess a source file
pytheia_pybind.cc.i:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/pytheia_pybind.cc.i
.PHONY : pytheia_pybind.cc.i

pytheia_pybind.s: pytheia_pybind.cc.s

.PHONY : pytheia_pybind.s

# target to generate assembly for a file
pytheia_pybind.cc.s:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/pytheia_pybind.cc.s
.PHONY : pytheia_pybind.cc.s

sfm/sfm.o: sfm/sfm.cc.o

.PHONY : sfm/sfm.o

# target to build an object file
sfm/sfm.cc.o:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/sfm/sfm.cc.o
.PHONY : sfm/sfm.cc.o

sfm/sfm.i: sfm/sfm.cc.i

.PHONY : sfm/sfm.i

# target to preprocess a source file
sfm/sfm.cc.i:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/sfm/sfm.cc.i
.PHONY : sfm/sfm.cc.i

sfm/sfm.s: sfm/sfm.cc.s

.PHONY : sfm/sfm.s

# target to generate assembly for a file
sfm/sfm.cc.s:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/sfm/sfm.cc.s
.PHONY : sfm/sfm.cc.s

solvers/solvers.o: solvers/solvers.cc.o

.PHONY : solvers/solvers.o

# target to build an object file
solvers/solvers.cc.o:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/solvers/solvers.cc.o
.PHONY : solvers/solvers.cc.o

solvers/solvers.i: solvers/solvers.cc.i

.PHONY : solvers/solvers.i

# target to preprocess a source file
solvers/solvers.cc.i:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/solvers/solvers.cc.i
.PHONY : solvers/solvers.cc.i

solvers/solvers.s: solvers/solvers.cc.s

.PHONY : solvers/solvers.s

# target to generate assembly for a file
solvers/solvers.cc.s:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/pytheia/CMakeFiles/pytheia.dir/build.make src/pytheia/CMakeFiles/pytheia.dir/solvers/solvers.cc.s
.PHONY : solvers/solvers.cc.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 "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... pytheia"
	@echo "... io/io.o"
	@echo "... io/io.i"
	@echo "... io/io.s"
	@echo "... matching/matching.o"
	@echo "... matching/matching.i"
	@echo "... matching/matching.s"
	@echo "... math/math.o"
	@echo "... math/math.i"
	@echo "... math/math.s"
	@echo "... mvs/mvs.o"
	@echo "... mvs/mvs.i"
	@echo "... mvs/mvs.s"
	@echo "... pytheia_pybind.o"
	@echo "... pytheia_pybind.i"
	@echo "... pytheia_pybind.s"
	@echo "... sfm/sfm.o"
	@echo "... sfm/sfm.i"
	@echo "... sfm/sfm.s"
	@echo "... solvers/solvers.o"
	@echo "... solvers/solvers.i"
	@echo "... solvers/solvers.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/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

