# 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/theia//CMakeFiles/progress.marks
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/theia/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/theia/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/theia/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/theia/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/theia/CMakeFiles/THEIA.dir/rule:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/theia/CMakeFiles/THEIA.dir/rule
.PHONY : src/theia/CMakeFiles/THEIA.dir/rule

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

.PHONY : THEIA

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

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

.PHONY : io/bundler_file_reader.o

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

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

.PHONY : io/bundler_file_reader.i

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

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

.PHONY : io/bundler_file_reader.s

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

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

.PHONY : io/import_nvm_file.o

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

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

.PHONY : io/import_nvm_file.i

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

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

.PHONY : io/import_nvm_file.s

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

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

.PHONY : io/io_wrapper.o

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

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

.PHONY : io/io_wrapper.i

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

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

.PHONY : io/io_wrapper.s

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

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

.PHONY : io/populate_image_sizes.o

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

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

.PHONY : io/populate_image_sizes.i

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

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

.PHONY : io/populate_image_sizes.s

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

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

.PHONY : io/read_1dsfm.o

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

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

.PHONY : io/read_1dsfm.i

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

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

.PHONY : io/read_1dsfm.s

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

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

.PHONY : io/read_bundler_files.o

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

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

.PHONY : io/read_bundler_files.i

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

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

.PHONY : io/read_bundler_files.s

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

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

.PHONY : io/read_calibration.o

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

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

.PHONY : io/read_calibration.i

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

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

.PHONY : io/read_calibration.s

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

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

.PHONY : io/read_keypoints_and_descriptors.o

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

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

.PHONY : io/read_keypoints_and_descriptors.i

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

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

.PHONY : io/read_keypoints_and_descriptors.s

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

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

.PHONY : io/read_strecha_dataset.o

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

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

.PHONY : io/read_strecha_dataset.i

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

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

.PHONY : io/read_strecha_dataset.s

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

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

.PHONY : io/reconstruction_reader.o

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

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

.PHONY : io/reconstruction_reader.i

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

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

.PHONY : io/reconstruction_reader.s

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

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

.PHONY : io/reconstruction_writer.o

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

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

.PHONY : io/reconstruction_writer.i

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

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

.PHONY : io/reconstruction_writer.s

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

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

.PHONY : io/sift_binary_file.o

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

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

.PHONY : io/sift_binary_file.i

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

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

.PHONY : io/sift_binary_file.s

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

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

.PHONY : io/sift_text_file.o

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

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

.PHONY : io/sift_text_file.i

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

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

.PHONY : io/sift_text_file.s

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

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

.PHONY : io/write_bundler_files.o

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

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

.PHONY : io/write_bundler_files.i

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

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

.PHONY : io/write_bundler_files.s

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

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

.PHONY : io/write_calibration.o

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

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

.PHONY : io/write_calibration.i

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

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

.PHONY : io/write_calibration.s

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

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

.PHONY : io/write_colmap_files.o

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

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

.PHONY : io/write_colmap_files.i

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

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

.PHONY : io/write_colmap_files.s

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

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

.PHONY : io/write_keypoints_and_descriptors.o

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

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

.PHONY : io/write_keypoints_and_descriptors.i

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

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

.PHONY : io/write_keypoints_and_descriptors.s

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

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

.PHONY : io/write_matches.o

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

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

.PHONY : io/write_matches.i

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

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

.PHONY : io/write_matches.s

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

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

.PHONY : io/write_nerfstudio.o

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

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

.PHONY : io/write_nerfstudio.i

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

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

.PHONY : io/write_nerfstudio.s

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

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

.PHONY : io/write_nvm_file.o

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

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

.PHONY : io/write_nvm_file.i

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

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

.PHONY : io/write_nvm_file.s

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

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

.PHONY : io/write_ply_file.o

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

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

.PHONY : io/write_ply_file.i

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

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

.PHONY : io/write_ply_file.s

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

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

.PHONY : io/write_sdfstudio.o

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

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

.PHONY : io/write_sdfstudio.i

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

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

.PHONY : io/write_sdfstudio.s

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

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

.PHONY : matching/brute_force_feature_matcher.o

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

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

.PHONY : matching/brute_force_feature_matcher.i

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

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

.PHONY : matching/brute_force_feature_matcher.s

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

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

.PHONY : matching/cascade_hasher.o

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

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

.PHONY : matching/cascade_hasher.i

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

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

.PHONY : matching/cascade_hasher.s

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

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

.PHONY : matching/cascade_hashing_feature_matcher.o

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

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

.PHONY : matching/cascade_hashing_feature_matcher.i

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

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

.PHONY : matching/cascade_hashing_feature_matcher.s

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

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

.PHONY : matching/create_feature_matcher.o

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

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

.PHONY : matching/create_feature_matcher.i

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

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

.PHONY : matching/create_feature_matcher.s

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

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

.PHONY : matching/feature_matcher.o

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

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

.PHONY : matching/feature_matcher.i

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

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

.PHONY : matching/feature_matcher.s

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

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

.PHONY : matching/feature_matcher_utils.o

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

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

.PHONY : matching/feature_matcher_utils.i

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

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

.PHONY : matching/feature_matcher_utils.s

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

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

.PHONY : matching/fisher_vector_extractor.o

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

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

.PHONY : matching/fisher_vector_extractor.i

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

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

.PHONY : matching/fisher_vector_extractor.s

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

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

.PHONY : matching/graph_match.o

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

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

.PHONY : matching/graph_match.i

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

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

.PHONY : matching/graph_match.s

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

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

.PHONY : matching/guided_epipolar_matcher.o

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

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

.PHONY : matching/guided_epipolar_matcher.i

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

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

.PHONY : matching/guided_epipolar_matcher.s

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

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

.PHONY : matching/in_memory_features_and_matches_database.o

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

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

.PHONY : matching/in_memory_features_and_matches_database.i

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

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

.PHONY : matching/in_memory_features_and_matches_database.s

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

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

.PHONY : matching/rocksdb_features_and_matches_database.o

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

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

.PHONY : matching/rocksdb_features_and_matches_database.i

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

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

.PHONY : matching/rocksdb_features_and_matches_database.s

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

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

.PHONY : math/closed_form_polynomial_solver.o

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

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

.PHONY : math/closed_form_polynomial_solver.i

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

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

.PHONY : math/closed_form_polynomial_solver.s

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

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

.PHONY : math/constrained_l1_solver.o

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

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

.PHONY : math/constrained_l1_solver.i

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

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

.PHONY : math/constrained_l1_solver.s

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

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

.PHONY : math/find_polynomial_roots_companion_matrix.o

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

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

.PHONY : math/find_polynomial_roots_companion_matrix.i

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

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

.PHONY : math/find_polynomial_roots_companion_matrix.s

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

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

.PHONY : math/find_polynomial_roots_jenkins_traub.o

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

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

.PHONY : math/find_polynomial_roots_jenkins_traub.i

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

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

.PHONY : math/find_polynomial_roots_jenkins_traub.s

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

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

.PHONY : math/math_wrapper.o

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

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

.PHONY : math/math_wrapper.i

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

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

.PHONY : math/math_wrapper.s

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

math/matrix/matrix_square_root.o: math/matrix/matrix_square_root.cc.o

.PHONY : math/matrix/matrix_square_root.o

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

math/matrix/matrix_square_root.i: math/matrix/matrix_square_root.cc.i

.PHONY : math/matrix/matrix_square_root.i

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

math/matrix/matrix_square_root.s: math/matrix/matrix_square_root.cc.s

.PHONY : math/matrix/matrix_square_root.s

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

math/matrix/sparse_cholesky_llt.o: math/matrix/sparse_cholesky_llt.cc.o

.PHONY : math/matrix/sparse_cholesky_llt.o

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

math/matrix/sparse_cholesky_llt.i: math/matrix/sparse_cholesky_llt.cc.i

.PHONY : math/matrix/sparse_cholesky_llt.i

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

math/matrix/sparse_cholesky_llt.s: math/matrix/sparse_cholesky_llt.cc.s

.PHONY : math/matrix/sparse_cholesky_llt.s

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

math/matrix/sparse_matrix.o: math/matrix/sparse_matrix.cc.o

.PHONY : math/matrix/sparse_matrix.o

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

math/matrix/sparse_matrix.i: math/matrix/sparse_matrix.cc.i

.PHONY : math/matrix/sparse_matrix.i

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

math/matrix/sparse_matrix.s: math/matrix/sparse_matrix.cc.s

.PHONY : math/matrix/sparse_matrix.s

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

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

.PHONY : math/polynomial.o

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

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

.PHONY : math/polynomial.i

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

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

.PHONY : math/polynomial.s

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

math/probability/sequential_probability_ratio.o: math/probability/sequential_probability_ratio.cc.o

.PHONY : math/probability/sequential_probability_ratio.o

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

math/probability/sequential_probability_ratio.i: math/probability/sequential_probability_ratio.cc.i

.PHONY : math/probability/sequential_probability_ratio.i

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

math/probability/sequential_probability_ratio.s: math/probability/sequential_probability_ratio.cc.s

.PHONY : math/probability/sequential_probability_ratio.s

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

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

.PHONY : math/qp_solver.o

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

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

.PHONY : math/qp_solver.i

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

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

.PHONY : math/qp_solver.s

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

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

.PHONY : math/rank_restricted_sdp_solver.o

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

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

.PHONY : math/rank_restricted_sdp_solver.i

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

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

.PHONY : math/rank_restricted_sdp_solver.s

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

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

.PHONY : math/rbr_sdp_solver.o

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

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

.PHONY : math/rbr_sdp_solver.i

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

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

.PHONY : math/rbr_sdp_solver.s

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

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

.PHONY : math/riemannian_staircase.o

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

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

.PHONY : math/riemannian_staircase.i

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

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

.PHONY : math/riemannian_staircase.s

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

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

.PHONY : math/rotation.o

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

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

.PHONY : math/rotation.i

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

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

.PHONY : math/rotation.s

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

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

.PHONY : mvs/view_selection_mvsnet.o

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

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

.PHONY : mvs/view_selection_mvsnet.i

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

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

.PHONY : mvs/view_selection_mvsnet.s

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

sfm/bundle_adjustment/bundle_adjust_two_views.o: sfm/bundle_adjustment/bundle_adjust_two_views.cc.o

.PHONY : sfm/bundle_adjustment/bundle_adjust_two_views.o

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

sfm/bundle_adjustment/bundle_adjust_two_views.i: sfm/bundle_adjustment/bundle_adjust_two_views.cc.i

.PHONY : sfm/bundle_adjustment/bundle_adjust_two_views.i

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

sfm/bundle_adjustment/bundle_adjust_two_views.s: sfm/bundle_adjustment/bundle_adjust_two_views.cc.s

.PHONY : sfm/bundle_adjustment/bundle_adjust_two_views.s

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

sfm/bundle_adjustment/bundle_adjuster.o: sfm/bundle_adjustment/bundle_adjuster.cc.o

.PHONY : sfm/bundle_adjustment/bundle_adjuster.o

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

sfm/bundle_adjustment/bundle_adjuster.i: sfm/bundle_adjustment/bundle_adjuster.cc.i

.PHONY : sfm/bundle_adjustment/bundle_adjuster.i

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

sfm/bundle_adjustment/bundle_adjuster.s: sfm/bundle_adjustment/bundle_adjuster.cc.s

.PHONY : sfm/bundle_adjustment/bundle_adjuster.s

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

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

.PHONY : sfm/bundle_adjustment/bundle_adjustment.o

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

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

.PHONY : sfm/bundle_adjustment/bundle_adjustment.i

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

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

.PHONY : sfm/bundle_adjustment/bundle_adjustment.s

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

sfm/bundle_adjustment/bundle_adjustment_wrapper.o: sfm/bundle_adjustment/bundle_adjustment_wrapper.cc.o

.PHONY : sfm/bundle_adjustment/bundle_adjustment_wrapper.o

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

sfm/bundle_adjustment/bundle_adjustment_wrapper.i: sfm/bundle_adjustment/bundle_adjustment_wrapper.cc.i

.PHONY : sfm/bundle_adjustment/bundle_adjustment_wrapper.i

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

sfm/bundle_adjustment/bundle_adjustment_wrapper.s: sfm/bundle_adjustment/bundle_adjustment_wrapper.cc.s

.PHONY : sfm/bundle_adjustment/bundle_adjustment_wrapper.s

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

sfm/bundle_adjustment/create_loss_function.o: sfm/bundle_adjustment/create_loss_function.cc.o

.PHONY : sfm/bundle_adjustment/create_loss_function.o

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

sfm/bundle_adjustment/create_loss_function.i: sfm/bundle_adjustment/create_loss_function.cc.i

.PHONY : sfm/bundle_adjustment/create_loss_function.i

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

sfm/bundle_adjustment/create_loss_function.s: sfm/bundle_adjustment/create_loss_function.cc.s

.PHONY : sfm/bundle_adjustment/create_loss_function.s

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

sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.o: sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.cc.o

.PHONY : sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.o

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

sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.i: sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.cc.i

.PHONY : sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.i

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

sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.s: sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.cc.s

.PHONY : sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.s

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

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

.PHONY : sfm/camera/camera.o

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

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

.PHONY : sfm/camera/camera.i

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

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

.PHONY : sfm/camera/camera.s

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

sfm/camera/camera_intrinsics_model.o: sfm/camera/camera_intrinsics_model.cc.o

.PHONY : sfm/camera/camera_intrinsics_model.o

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

sfm/camera/camera_intrinsics_model.i: sfm/camera/camera_intrinsics_model.cc.i

.PHONY : sfm/camera/camera_intrinsics_model.i

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

sfm/camera/camera_intrinsics_model.s: sfm/camera/camera_intrinsics_model.cc.s

.PHONY : sfm/camera/camera_intrinsics_model.s

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

sfm/camera/camera_wrapper.o: sfm/camera/camera_wrapper.cc.o

.PHONY : sfm/camera/camera_wrapper.o

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

sfm/camera/camera_wrapper.i: sfm/camera/camera_wrapper.cc.i

.PHONY : sfm/camera/camera_wrapper.i

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

sfm/camera/camera_wrapper.s: sfm/camera/camera_wrapper.cc.s

.PHONY : sfm/camera/camera_wrapper.s

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

sfm/camera/division_undistortion_camera_model.o: sfm/camera/division_undistortion_camera_model.cc.o

.PHONY : sfm/camera/division_undistortion_camera_model.o

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

sfm/camera/division_undistortion_camera_model.i: sfm/camera/division_undistortion_camera_model.cc.i

.PHONY : sfm/camera/division_undistortion_camera_model.i

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

sfm/camera/division_undistortion_camera_model.s: sfm/camera/division_undistortion_camera_model.cc.s

.PHONY : sfm/camera/division_undistortion_camera_model.s

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

sfm/camera/double_sphere_camera_model.o: sfm/camera/double_sphere_camera_model.cc.o

.PHONY : sfm/camera/double_sphere_camera_model.o

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

sfm/camera/double_sphere_camera_model.i: sfm/camera/double_sphere_camera_model.cc.i

.PHONY : sfm/camera/double_sphere_camera_model.i

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

sfm/camera/double_sphere_camera_model.s: sfm/camera/double_sphere_camera_model.cc.s

.PHONY : sfm/camera/double_sphere_camera_model.s

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

sfm/camera/extended_unified_camera_model.o: sfm/camera/extended_unified_camera_model.cc.o

.PHONY : sfm/camera/extended_unified_camera_model.o

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

sfm/camera/extended_unified_camera_model.i: sfm/camera/extended_unified_camera_model.cc.i

.PHONY : sfm/camera/extended_unified_camera_model.i

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

sfm/camera/extended_unified_camera_model.s: sfm/camera/extended_unified_camera_model.cc.s

.PHONY : sfm/camera/extended_unified_camera_model.s

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

sfm/camera/fisheye_camera_model.o: sfm/camera/fisheye_camera_model.cc.o

.PHONY : sfm/camera/fisheye_camera_model.o

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

sfm/camera/fisheye_camera_model.i: sfm/camera/fisheye_camera_model.cc.i

.PHONY : sfm/camera/fisheye_camera_model.i

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

sfm/camera/fisheye_camera_model.s: sfm/camera/fisheye_camera_model.cc.s

.PHONY : sfm/camera/fisheye_camera_model.s

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

sfm/camera/fov_camera_model.o: sfm/camera/fov_camera_model.cc.o

.PHONY : sfm/camera/fov_camera_model.o

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

sfm/camera/fov_camera_model.i: sfm/camera/fov_camera_model.cc.i

.PHONY : sfm/camera/fov_camera_model.i

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

sfm/camera/fov_camera_model.s: sfm/camera/fov_camera_model.cc.s

.PHONY : sfm/camera/fov_camera_model.s

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

sfm/camera/orthographic_camera_model.o: sfm/camera/orthographic_camera_model.cc.o

.PHONY : sfm/camera/orthographic_camera_model.o

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

sfm/camera/orthographic_camera_model.i: sfm/camera/orthographic_camera_model.cc.i

.PHONY : sfm/camera/orthographic_camera_model.i

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

sfm/camera/orthographic_camera_model.s: sfm/camera/orthographic_camera_model.cc.s

.PHONY : sfm/camera/orthographic_camera_model.s

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

sfm/camera/pinhole_camera_model.o: sfm/camera/pinhole_camera_model.cc.o

.PHONY : sfm/camera/pinhole_camera_model.o

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

sfm/camera/pinhole_camera_model.i: sfm/camera/pinhole_camera_model.cc.i

.PHONY : sfm/camera/pinhole_camera_model.i

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

sfm/camera/pinhole_camera_model.s: sfm/camera/pinhole_camera_model.cc.s

.PHONY : sfm/camera/pinhole_camera_model.s

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

sfm/camera/pinhole_radial_tangential_camera_model.o: sfm/camera/pinhole_radial_tangential_camera_model.cc.o

.PHONY : sfm/camera/pinhole_radial_tangential_camera_model.o

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

sfm/camera/pinhole_radial_tangential_camera_model.i: sfm/camera/pinhole_radial_tangential_camera_model.cc.i

.PHONY : sfm/camera/pinhole_radial_tangential_camera_model.i

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

sfm/camera/pinhole_radial_tangential_camera_model.s: sfm/camera/pinhole_radial_tangential_camera_model.cc.s

.PHONY : sfm/camera/pinhole_radial_tangential_camera_model.s

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

sfm/camera/projection_matrix_utils.o: sfm/camera/projection_matrix_utils.cc.o

.PHONY : sfm/camera/projection_matrix_utils.o

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

sfm/camera/projection_matrix_utils.i: sfm/camera/projection_matrix_utils.cc.i

.PHONY : sfm/camera/projection_matrix_utils.i

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

sfm/camera/projection_matrix_utils.s: sfm/camera/projection_matrix_utils.cc.s

.PHONY : sfm/camera/projection_matrix_utils.s

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

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

.PHONY : sfm/colorize_reconstruction.o

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

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

.PHONY : sfm/colorize_reconstruction.i

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

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

.PHONY : sfm/colorize_reconstruction.s

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

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

.PHONY : sfm/estimate_track.o

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

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

.PHONY : sfm/estimate_track.i

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

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

.PHONY : sfm/estimate_track.s

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

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

.PHONY : sfm/estimate_twoview_info.o

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

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

.PHONY : sfm/estimate_twoview_info.i

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

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

.PHONY : sfm/estimate_twoview_info.s

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

sfm/estimators/estimate_absolute_pose_with_known_orientation.o: sfm/estimators/estimate_absolute_pose_with_known_orientation.cc.o

.PHONY : sfm/estimators/estimate_absolute_pose_with_known_orientation.o

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

sfm/estimators/estimate_absolute_pose_with_known_orientation.i: sfm/estimators/estimate_absolute_pose_with_known_orientation.cc.i

.PHONY : sfm/estimators/estimate_absolute_pose_with_known_orientation.i

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

sfm/estimators/estimate_absolute_pose_with_known_orientation.s: sfm/estimators/estimate_absolute_pose_with_known_orientation.cc.s

.PHONY : sfm/estimators/estimate_absolute_pose_with_known_orientation.s

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

sfm/estimators/estimate_calibrated_absolute_pose.o: sfm/estimators/estimate_calibrated_absolute_pose.cc.o

.PHONY : sfm/estimators/estimate_calibrated_absolute_pose.o

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

sfm/estimators/estimate_calibrated_absolute_pose.i: sfm/estimators/estimate_calibrated_absolute_pose.cc.i

.PHONY : sfm/estimators/estimate_calibrated_absolute_pose.i

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

sfm/estimators/estimate_calibrated_absolute_pose.s: sfm/estimators/estimate_calibrated_absolute_pose.cc.s

.PHONY : sfm/estimators/estimate_calibrated_absolute_pose.s

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

sfm/estimators/estimate_dominant_plane_from_points.o: sfm/estimators/estimate_dominant_plane_from_points.cc.o

.PHONY : sfm/estimators/estimate_dominant_plane_from_points.o

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

sfm/estimators/estimate_dominant_plane_from_points.i: sfm/estimators/estimate_dominant_plane_from_points.cc.i

.PHONY : sfm/estimators/estimate_dominant_plane_from_points.i

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

sfm/estimators/estimate_dominant_plane_from_points.s: sfm/estimators/estimate_dominant_plane_from_points.cc.s

.PHONY : sfm/estimators/estimate_dominant_plane_from_points.s

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

sfm/estimators/estimate_essential_matrix.o: sfm/estimators/estimate_essential_matrix.cc.o

.PHONY : sfm/estimators/estimate_essential_matrix.o

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

sfm/estimators/estimate_essential_matrix.i: sfm/estimators/estimate_essential_matrix.cc.i

.PHONY : sfm/estimators/estimate_essential_matrix.i

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

sfm/estimators/estimate_essential_matrix.s: sfm/estimators/estimate_essential_matrix.cc.s

.PHONY : sfm/estimators/estimate_essential_matrix.s

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

sfm/estimators/estimate_fundamental_matrix.o: sfm/estimators/estimate_fundamental_matrix.cc.o

.PHONY : sfm/estimators/estimate_fundamental_matrix.o

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

sfm/estimators/estimate_fundamental_matrix.i: sfm/estimators/estimate_fundamental_matrix.cc.i

.PHONY : sfm/estimators/estimate_fundamental_matrix.i

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

sfm/estimators/estimate_fundamental_matrix.s: sfm/estimators/estimate_fundamental_matrix.cc.s

.PHONY : sfm/estimators/estimate_fundamental_matrix.s

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

sfm/estimators/estimate_homography.o: sfm/estimators/estimate_homography.cc.o

.PHONY : sfm/estimators/estimate_homography.o

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

sfm/estimators/estimate_homography.i: sfm/estimators/estimate_homography.cc.i

.PHONY : sfm/estimators/estimate_homography.i

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

sfm/estimators/estimate_homography.s: sfm/estimators/estimate_homography.cc.s

.PHONY : sfm/estimators/estimate_homography.s

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

sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.o: sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.cc.o

.PHONY : sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.o

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

sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.i: sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.cc.i

.PHONY : sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.i

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

sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.s: sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.cc.s

.PHONY : sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.s

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

sfm/estimators/estimate_radial_distortion_homography.o: sfm/estimators/estimate_radial_distortion_homography.cc.o

.PHONY : sfm/estimators/estimate_radial_distortion_homography.o

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

sfm/estimators/estimate_radial_distortion_homography.i: sfm/estimators/estimate_radial_distortion_homography.cc.i

.PHONY : sfm/estimators/estimate_radial_distortion_homography.i

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

sfm/estimators/estimate_radial_distortion_homography.s: sfm/estimators/estimate_radial_distortion_homography.cc.s

.PHONY : sfm/estimators/estimate_radial_distortion_homography.s

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

sfm/estimators/estimate_relative_pose.o: sfm/estimators/estimate_relative_pose.cc.o

.PHONY : sfm/estimators/estimate_relative_pose.o

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

sfm/estimators/estimate_relative_pose.i: sfm/estimators/estimate_relative_pose.cc.i

.PHONY : sfm/estimators/estimate_relative_pose.i

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

sfm/estimators/estimate_relative_pose.s: sfm/estimators/estimate_relative_pose.cc.s

.PHONY : sfm/estimators/estimate_relative_pose.s

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

sfm/estimators/estimate_relative_pose_with_known_orientation.o: sfm/estimators/estimate_relative_pose_with_known_orientation.cc.o

.PHONY : sfm/estimators/estimate_relative_pose_with_known_orientation.o

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

sfm/estimators/estimate_relative_pose_with_known_orientation.i: sfm/estimators/estimate_relative_pose_with_known_orientation.cc.i

.PHONY : sfm/estimators/estimate_relative_pose_with_known_orientation.i

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

sfm/estimators/estimate_relative_pose_with_known_orientation.s: sfm/estimators/estimate_relative_pose_with_known_orientation.cc.s

.PHONY : sfm/estimators/estimate_relative_pose_with_known_orientation.s

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

sfm/estimators/estimate_rigid_transformation_2d_3d.o: sfm/estimators/estimate_rigid_transformation_2d_3d.cc.o

.PHONY : sfm/estimators/estimate_rigid_transformation_2d_3d.o

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

sfm/estimators/estimate_rigid_transformation_2d_3d.i: sfm/estimators/estimate_rigid_transformation_2d_3d.cc.i

.PHONY : sfm/estimators/estimate_rigid_transformation_2d_3d.i

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

sfm/estimators/estimate_rigid_transformation_2d_3d.s: sfm/estimators/estimate_rigid_transformation_2d_3d.cc.s

.PHONY : sfm/estimators/estimate_rigid_transformation_2d_3d.s

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

sfm/estimators/estimate_similarity_transformation_2d_3d.o: sfm/estimators/estimate_similarity_transformation_2d_3d.cc.o

.PHONY : sfm/estimators/estimate_similarity_transformation_2d_3d.o

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

sfm/estimators/estimate_similarity_transformation_2d_3d.i: sfm/estimators/estimate_similarity_transformation_2d_3d.cc.i

.PHONY : sfm/estimators/estimate_similarity_transformation_2d_3d.i

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

sfm/estimators/estimate_similarity_transformation_2d_3d.s: sfm/estimators/estimate_similarity_transformation_2d_3d.cc.s

.PHONY : sfm/estimators/estimate_similarity_transformation_2d_3d.s

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

sfm/estimators/estimate_triangulation.o: sfm/estimators/estimate_triangulation.cc.o

.PHONY : sfm/estimators/estimate_triangulation.o

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

sfm/estimators/estimate_triangulation.i: sfm/estimators/estimate_triangulation.cc.i

.PHONY : sfm/estimators/estimate_triangulation.i

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

sfm/estimators/estimate_triangulation.s: sfm/estimators/estimate_triangulation.cc.s

.PHONY : sfm/estimators/estimate_triangulation.s

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

sfm/estimators/estimate_uncalibrated_absolute_pose.o: sfm/estimators/estimate_uncalibrated_absolute_pose.cc.o

.PHONY : sfm/estimators/estimate_uncalibrated_absolute_pose.o

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

sfm/estimators/estimate_uncalibrated_absolute_pose.i: sfm/estimators/estimate_uncalibrated_absolute_pose.cc.i

.PHONY : sfm/estimators/estimate_uncalibrated_absolute_pose.i

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

sfm/estimators/estimate_uncalibrated_absolute_pose.s: sfm/estimators/estimate_uncalibrated_absolute_pose.cc.s

.PHONY : sfm/estimators/estimate_uncalibrated_absolute_pose.s

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

sfm/estimators/estimate_uncalibrated_relative_pose.o: sfm/estimators/estimate_uncalibrated_relative_pose.cc.o

.PHONY : sfm/estimators/estimate_uncalibrated_relative_pose.o

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

sfm/estimators/estimate_uncalibrated_relative_pose.i: sfm/estimators/estimate_uncalibrated_relative_pose.cc.i

.PHONY : sfm/estimators/estimate_uncalibrated_relative_pose.i

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

sfm/estimators/estimate_uncalibrated_relative_pose.s: sfm/estimators/estimate_uncalibrated_relative_pose.cc.s

.PHONY : sfm/estimators/estimate_uncalibrated_relative_pose.s

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

sfm/estimators/estimators_wrapper.o: sfm/estimators/estimators_wrapper.cc.o

.PHONY : sfm/estimators/estimators_wrapper.o

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

sfm/estimators/estimators_wrapper.i: sfm/estimators/estimators_wrapper.cc.i

.PHONY : sfm/estimators/estimators_wrapper.i

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

sfm/estimators/estimators_wrapper.s: sfm/estimators/estimators_wrapper.cc.s

.PHONY : sfm/estimators/estimators_wrapper.s

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

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

.PHONY : sfm/extract_maximally_parallel_rigid_subgraph.o

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

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

.PHONY : sfm/extract_maximally_parallel_rigid_subgraph.i

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

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

.PHONY : sfm/extract_maximally_parallel_rigid_subgraph.s

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

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

.PHONY : sfm/feature_extractor.o

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

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

.PHONY : sfm/feature_extractor.i

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

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

.PHONY : sfm/feature_extractor.s

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

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

.PHONY : sfm/feature_extractor_and_matcher.o

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

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

.PHONY : sfm/feature_extractor_and_matcher.i

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

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

.PHONY : sfm/feature_extractor_and_matcher.s

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

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

.PHONY : sfm/filter_view_graph_cycles_by_rotation.o

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

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

.PHONY : sfm/filter_view_graph_cycles_by_rotation.i

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

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

.PHONY : sfm/filter_view_graph_cycles_by_rotation.s

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

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

.PHONY : sfm/filter_view_pairs_from_orientation.o

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

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

.PHONY : sfm/filter_view_pairs_from_orientation.i

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

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

.PHONY : sfm/filter_view_pairs_from_orientation.s

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

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

.PHONY : sfm/filter_view_pairs_from_relative_translation.o

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

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

.PHONY : sfm/filter_view_pairs_from_relative_translation.i

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

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

.PHONY : sfm/filter_view_pairs_from_relative_translation.s

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

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

.PHONY : sfm/find_common_tracks_in_views.o

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

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

.PHONY : sfm/find_common_tracks_in_views.i

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

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

.PHONY : sfm/find_common_tracks_in_views.s

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

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

.PHONY : sfm/find_common_views_by_name.o

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

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

.PHONY : sfm/find_common_views_by_name.i

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

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

.PHONY : sfm/find_common_views_by_name.s

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

sfm/global_pose_estimation/LiGT_position_estimator.o: sfm/global_pose_estimation/LiGT_position_estimator.cc.o

.PHONY : sfm/global_pose_estimation/LiGT_position_estimator.o

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

sfm/global_pose_estimation/LiGT_position_estimator.i: sfm/global_pose_estimation/LiGT_position_estimator.cc.i

.PHONY : sfm/global_pose_estimation/LiGT_position_estimator.i

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

sfm/global_pose_estimation/LiGT_position_estimator.s: sfm/global_pose_estimation/LiGT_position_estimator.cc.s

.PHONY : sfm/global_pose_estimation/LiGT_position_estimator.s

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

sfm/global_pose_estimation/bata_position_estimator.o: sfm/global_pose_estimation/bata_position_estimator.cc.o

.PHONY : sfm/global_pose_estimation/bata_position_estimator.o

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

sfm/global_pose_estimation/bata_position_estimator.i: sfm/global_pose_estimation/bata_position_estimator.cc.i

.PHONY : sfm/global_pose_estimation/bata_position_estimator.i

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

sfm/global_pose_estimation/bata_position_estimator.s: sfm/global_pose_estimation/bata_position_estimator.cc.s

.PHONY : sfm/global_pose_estimation/bata_position_estimator.s

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

sfm/global_pose_estimation/compute_triplet_baseline_ratios.o: sfm/global_pose_estimation/compute_triplet_baseline_ratios.cc.o

.PHONY : sfm/global_pose_estimation/compute_triplet_baseline_ratios.o

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

sfm/global_pose_estimation/compute_triplet_baseline_ratios.i: sfm/global_pose_estimation/compute_triplet_baseline_ratios.cc.i

.PHONY : sfm/global_pose_estimation/compute_triplet_baseline_ratios.i

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

sfm/global_pose_estimation/compute_triplet_baseline_ratios.s: sfm/global_pose_estimation/compute_triplet_baseline_ratios.cc.s

.PHONY : sfm/global_pose_estimation/compute_triplet_baseline_ratios.s

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

sfm/global_pose_estimation/global_pose_estimation_wrapper.o: sfm/global_pose_estimation/global_pose_estimation_wrapper.cc.o

.PHONY : sfm/global_pose_estimation/global_pose_estimation_wrapper.o

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

sfm/global_pose_estimation/global_pose_estimation_wrapper.i: sfm/global_pose_estimation/global_pose_estimation_wrapper.cc.i

.PHONY : sfm/global_pose_estimation/global_pose_estimation_wrapper.i

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

sfm/global_pose_estimation/global_pose_estimation_wrapper.s: sfm/global_pose_estimation/global_pose_estimation_wrapper.cc.s

.PHONY : sfm/global_pose_estimation/global_pose_estimation_wrapper.s

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

sfm/global_pose_estimation/hybrid_rotation_estimator.o: sfm/global_pose_estimation/hybrid_rotation_estimator.cc.o

.PHONY : sfm/global_pose_estimation/hybrid_rotation_estimator.o

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

sfm/global_pose_estimation/hybrid_rotation_estimator.i: sfm/global_pose_estimation/hybrid_rotation_estimator.cc.i

.PHONY : sfm/global_pose_estimation/hybrid_rotation_estimator.i

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

sfm/global_pose_estimation/hybrid_rotation_estimator.s: sfm/global_pose_estimation/hybrid_rotation_estimator.cc.s

.PHONY : sfm/global_pose_estimation/hybrid_rotation_estimator.s

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

sfm/global_pose_estimation/irls_rotation_local_refiner.o: sfm/global_pose_estimation/irls_rotation_local_refiner.cc.o

.PHONY : sfm/global_pose_estimation/irls_rotation_local_refiner.o

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

sfm/global_pose_estimation/irls_rotation_local_refiner.i: sfm/global_pose_estimation/irls_rotation_local_refiner.cc.i

.PHONY : sfm/global_pose_estimation/irls_rotation_local_refiner.i

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

sfm/global_pose_estimation/irls_rotation_local_refiner.s: sfm/global_pose_estimation/irls_rotation_local_refiner.cc.s

.PHONY : sfm/global_pose_estimation/irls_rotation_local_refiner.s

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

sfm/global_pose_estimation/l1_rotation_global_estimator.o: sfm/global_pose_estimation/l1_rotation_global_estimator.cc.o

.PHONY : sfm/global_pose_estimation/l1_rotation_global_estimator.o

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

sfm/global_pose_estimation/l1_rotation_global_estimator.i: sfm/global_pose_estimation/l1_rotation_global_estimator.cc.i

.PHONY : sfm/global_pose_estimation/l1_rotation_global_estimator.i

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

sfm/global_pose_estimation/l1_rotation_global_estimator.s: sfm/global_pose_estimation/l1_rotation_global_estimator.cc.s

.PHONY : sfm/global_pose_estimation/l1_rotation_global_estimator.s

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

sfm/global_pose_estimation/lagrange_dual_rotation_estimator.o: sfm/global_pose_estimation/lagrange_dual_rotation_estimator.cc.o

.PHONY : sfm/global_pose_estimation/lagrange_dual_rotation_estimator.o

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

sfm/global_pose_estimation/lagrange_dual_rotation_estimator.i: sfm/global_pose_estimation/lagrange_dual_rotation_estimator.cc.i

.PHONY : sfm/global_pose_estimation/lagrange_dual_rotation_estimator.i

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

sfm/global_pose_estimation/lagrange_dual_rotation_estimator.s: sfm/global_pose_estimation/lagrange_dual_rotation_estimator.cc.s

.PHONY : sfm/global_pose_estimation/lagrange_dual_rotation_estimator.s

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

sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.o: sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.cc.o

.PHONY : sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.o

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

sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.i: sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.cc.i

.PHONY : sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.i

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

sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.s: sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.cc.s

.PHONY : sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.s

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

sfm/global_pose_estimation/linear_position_estimator.o: sfm/global_pose_estimation/linear_position_estimator.cc.o

.PHONY : sfm/global_pose_estimation/linear_position_estimator.o

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

sfm/global_pose_estimation/linear_position_estimator.i: sfm/global_pose_estimation/linear_position_estimator.cc.i

.PHONY : sfm/global_pose_estimation/linear_position_estimator.i

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

sfm/global_pose_estimation/linear_position_estimator.s: sfm/global_pose_estimation/linear_position_estimator.cc.s

.PHONY : sfm/global_pose_estimation/linear_position_estimator.s

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

sfm/global_pose_estimation/linear_rotation_estimator.o: sfm/global_pose_estimation/linear_rotation_estimator.cc.o

.PHONY : sfm/global_pose_estimation/linear_rotation_estimator.o

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

sfm/global_pose_estimation/linear_rotation_estimator.i: sfm/global_pose_estimation/linear_rotation_estimator.cc.i

.PHONY : sfm/global_pose_estimation/linear_rotation_estimator.i

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

sfm/global_pose_estimation/linear_rotation_estimator.s: sfm/global_pose_estimation/linear_rotation_estimator.cc.s

.PHONY : sfm/global_pose_estimation/linear_rotation_estimator.s

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

sfm/global_pose_estimation/nonlinear_position_estimator.o: sfm/global_pose_estimation/nonlinear_position_estimator.cc.o

.PHONY : sfm/global_pose_estimation/nonlinear_position_estimator.o

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

sfm/global_pose_estimation/nonlinear_position_estimator.i: sfm/global_pose_estimation/nonlinear_position_estimator.cc.i

.PHONY : sfm/global_pose_estimation/nonlinear_position_estimator.i

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

sfm/global_pose_estimation/nonlinear_position_estimator.s: sfm/global_pose_estimation/nonlinear_position_estimator.cc.s

.PHONY : sfm/global_pose_estimation/nonlinear_position_estimator.s

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

sfm/global_pose_estimation/nonlinear_rotation_estimator.o: sfm/global_pose_estimation/nonlinear_rotation_estimator.cc.o

.PHONY : sfm/global_pose_estimation/nonlinear_rotation_estimator.o

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

sfm/global_pose_estimation/nonlinear_rotation_estimator.i: sfm/global_pose_estimation/nonlinear_rotation_estimator.cc.i

.PHONY : sfm/global_pose_estimation/nonlinear_rotation_estimator.i

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

sfm/global_pose_estimation/nonlinear_rotation_estimator.s: sfm/global_pose_estimation/nonlinear_rotation_estimator.cc.s

.PHONY : sfm/global_pose_estimation/nonlinear_rotation_estimator.s

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

sfm/global_pose_estimation/pairwise_rotation_error.o: sfm/global_pose_estimation/pairwise_rotation_error.cc.o

.PHONY : sfm/global_pose_estimation/pairwise_rotation_error.o

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

sfm/global_pose_estimation/pairwise_rotation_error.i: sfm/global_pose_estimation/pairwise_rotation_error.cc.i

.PHONY : sfm/global_pose_estimation/pairwise_rotation_error.i

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

sfm/global_pose_estimation/pairwise_rotation_error.s: sfm/global_pose_estimation/pairwise_rotation_error.cc.s

.PHONY : sfm/global_pose_estimation/pairwise_rotation_error.s

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

sfm/global_pose_estimation/pairwise_translation_and_scale_error.o: sfm/global_pose_estimation/pairwise_translation_and_scale_error.cc.o

.PHONY : sfm/global_pose_estimation/pairwise_translation_and_scale_error.o

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

sfm/global_pose_estimation/pairwise_translation_and_scale_error.i: sfm/global_pose_estimation/pairwise_translation_and_scale_error.cc.i

.PHONY : sfm/global_pose_estimation/pairwise_translation_and_scale_error.i

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

sfm/global_pose_estimation/pairwise_translation_and_scale_error.s: sfm/global_pose_estimation/pairwise_translation_and_scale_error.cc.s

.PHONY : sfm/global_pose_estimation/pairwise_translation_and_scale_error.s

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

sfm/global_pose_estimation/pairwise_translation_error.o: sfm/global_pose_estimation/pairwise_translation_error.cc.o

.PHONY : sfm/global_pose_estimation/pairwise_translation_error.o

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

sfm/global_pose_estimation/pairwise_translation_error.i: sfm/global_pose_estimation/pairwise_translation_error.cc.i

.PHONY : sfm/global_pose_estimation/pairwise_translation_error.i

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

sfm/global_pose_estimation/pairwise_translation_error.s: sfm/global_pose_estimation/pairwise_translation_error.cc.s

.PHONY : sfm/global_pose_estimation/pairwise_translation_error.s

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

sfm/global_pose_estimation/robust_rotation_estimator.o: sfm/global_pose_estimation/robust_rotation_estimator.cc.o

.PHONY : sfm/global_pose_estimation/robust_rotation_estimator.o

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

sfm/global_pose_estimation/robust_rotation_estimator.i: sfm/global_pose_estimation/robust_rotation_estimator.cc.i

.PHONY : sfm/global_pose_estimation/robust_rotation_estimator.i

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

sfm/global_pose_estimation/robust_rotation_estimator.s: sfm/global_pose_estimation/robust_rotation_estimator.cc.s

.PHONY : sfm/global_pose_estimation/robust_rotation_estimator.s

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

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

.PHONY : sfm/global_reconstruction_estimator.o

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

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

.PHONY : sfm/global_reconstruction_estimator.i

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

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

.PHONY : sfm/global_reconstruction_estimator.s

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

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

.PHONY : sfm/gps_converter.o

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

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

.PHONY : sfm/gps_converter.i

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

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

.PHONY : sfm/gps_converter.s

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

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

.PHONY : sfm/hybrid_reconstruction_estimator.o

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

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

.PHONY : sfm/hybrid_reconstruction_estimator.i

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

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

.PHONY : sfm/hybrid_reconstruction_estimator.s

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

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

.PHONY : sfm/incremental_reconstruction_estimator.o

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

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

.PHONY : sfm/incremental_reconstruction_estimator.i

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

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

.PHONY : sfm/incremental_reconstruction_estimator.s

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

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

.PHONY : sfm/localize_view_to_reconstruction.o

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

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

.PHONY : sfm/localize_view_to_reconstruction.i

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

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

.PHONY : sfm/localize_view_to_reconstruction.s

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

sfm/pose/build_upnp_action_matrix.o: sfm/pose/build_upnp_action_matrix.cc.o

.PHONY : sfm/pose/build_upnp_action_matrix.o

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

sfm/pose/build_upnp_action_matrix.i: sfm/pose/build_upnp_action_matrix.cc.i

.PHONY : sfm/pose/build_upnp_action_matrix.i

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

sfm/pose/build_upnp_action_matrix.s: sfm/pose/build_upnp_action_matrix.cc.s

.PHONY : sfm/pose/build_upnp_action_matrix.s

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

sfm/pose/build_upnp_action_matrix_using_symmetry.o: sfm/pose/build_upnp_action_matrix_using_symmetry.cc.o

.PHONY : sfm/pose/build_upnp_action_matrix_using_symmetry.o

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

sfm/pose/build_upnp_action_matrix_using_symmetry.i: sfm/pose/build_upnp_action_matrix_using_symmetry.cc.i

.PHONY : sfm/pose/build_upnp_action_matrix_using_symmetry.i

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

sfm/pose/build_upnp_action_matrix_using_symmetry.s: sfm/pose/build_upnp_action_matrix_using_symmetry.cc.s

.PHONY : sfm/pose/build_upnp_action_matrix_using_symmetry.s

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

sfm/pose/dls_impl.o: sfm/pose/dls_impl.cc.o

.PHONY : sfm/pose/dls_impl.o

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

sfm/pose/dls_impl.i: sfm/pose/dls_impl.cc.i

.PHONY : sfm/pose/dls_impl.i

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

sfm/pose/dls_impl.s: sfm/pose/dls_impl.cc.s

.PHONY : sfm/pose/dls_impl.s

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

sfm/pose/dls_pnp.o: sfm/pose/dls_pnp.cc.o

.PHONY : sfm/pose/dls_pnp.o

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

sfm/pose/dls_pnp.i: sfm/pose/dls_pnp.cc.i

.PHONY : sfm/pose/dls_pnp.i

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

sfm/pose/dls_pnp.s: sfm/pose/dls_pnp.cc.s

.PHONY : sfm/pose/dls_pnp.s

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

sfm/pose/eight_point_fundamental_matrix.o: sfm/pose/eight_point_fundamental_matrix.cc.o

.PHONY : sfm/pose/eight_point_fundamental_matrix.o

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

sfm/pose/eight_point_fundamental_matrix.i: sfm/pose/eight_point_fundamental_matrix.cc.i

.PHONY : sfm/pose/eight_point_fundamental_matrix.i

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

sfm/pose/eight_point_fundamental_matrix.s: sfm/pose/eight_point_fundamental_matrix.cc.s

.PHONY : sfm/pose/eight_point_fundamental_matrix.s

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

sfm/pose/essential_matrix_utils.o: sfm/pose/essential_matrix_utils.cc.o

.PHONY : sfm/pose/essential_matrix_utils.o

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

sfm/pose/essential_matrix_utils.i: sfm/pose/essential_matrix_utils.cc.i

.PHONY : sfm/pose/essential_matrix_utils.i

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

sfm/pose/essential_matrix_utils.s: sfm/pose/essential_matrix_utils.cc.s

.PHONY : sfm/pose/essential_matrix_utils.s

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

sfm/pose/five_point_focal_length_radial_distortion.o: sfm/pose/five_point_focal_length_radial_distortion.cc.o

.PHONY : sfm/pose/five_point_focal_length_radial_distortion.o

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

sfm/pose/five_point_focal_length_radial_distortion.i: sfm/pose/five_point_focal_length_radial_distortion.cc.i

.PHONY : sfm/pose/five_point_focal_length_radial_distortion.i

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

sfm/pose/five_point_focal_length_radial_distortion.s: sfm/pose/five_point_focal_length_radial_distortion.cc.s

.PHONY : sfm/pose/five_point_focal_length_radial_distortion.s

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

sfm/pose/five_point_relative_pose.o: sfm/pose/five_point_relative_pose.cc.o

.PHONY : sfm/pose/five_point_relative_pose.o

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

sfm/pose/five_point_relative_pose.i: sfm/pose/five_point_relative_pose.cc.i

.PHONY : sfm/pose/five_point_relative_pose.i

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

sfm/pose/five_point_relative_pose.s: sfm/pose/five_point_relative_pose.cc.s

.PHONY : sfm/pose/five_point_relative_pose.s

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

sfm/pose/four_point_focal_length.o: sfm/pose/four_point_focal_length.cc.o

.PHONY : sfm/pose/four_point_focal_length.o

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

sfm/pose/four_point_focal_length.i: sfm/pose/four_point_focal_length.cc.i

.PHONY : sfm/pose/four_point_focal_length.i

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

sfm/pose/four_point_focal_length.s: sfm/pose/four_point_focal_length.cc.s

.PHONY : sfm/pose/four_point_focal_length.s

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

sfm/pose/four_point_focal_length_helper.o: sfm/pose/four_point_focal_length_helper.cc.o

.PHONY : sfm/pose/four_point_focal_length_helper.o

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

sfm/pose/four_point_focal_length_helper.i: sfm/pose/four_point_focal_length_helper.cc.i

.PHONY : sfm/pose/four_point_focal_length_helper.i

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

sfm/pose/four_point_focal_length_helper.s: sfm/pose/four_point_focal_length_helper.cc.s

.PHONY : sfm/pose/four_point_focal_length_helper.s

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

sfm/pose/four_point_focal_length_radial_distortion.o: sfm/pose/four_point_focal_length_radial_distortion.cc.o

.PHONY : sfm/pose/four_point_focal_length_radial_distortion.o

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

sfm/pose/four_point_focal_length_radial_distortion.i: sfm/pose/four_point_focal_length_radial_distortion.cc.i

.PHONY : sfm/pose/four_point_focal_length_radial_distortion.i

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

sfm/pose/four_point_focal_length_radial_distortion.s: sfm/pose/four_point_focal_length_radial_distortion.cc.s

.PHONY : sfm/pose/four_point_focal_length_radial_distortion.s

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

sfm/pose/four_point_focal_length_radial_distortion_helper.o: sfm/pose/four_point_focal_length_radial_distortion_helper.cc.o

.PHONY : sfm/pose/four_point_focal_length_radial_distortion_helper.o

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

sfm/pose/four_point_focal_length_radial_distortion_helper.i: sfm/pose/four_point_focal_length_radial_distortion_helper.cc.i

.PHONY : sfm/pose/four_point_focal_length_radial_distortion_helper.i

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

sfm/pose/four_point_focal_length_radial_distortion_helper.s: sfm/pose/four_point_focal_length_radial_distortion_helper.cc.s

.PHONY : sfm/pose/four_point_focal_length_radial_distortion_helper.s

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

sfm/pose/four_point_homography.o: sfm/pose/four_point_homography.cc.o

.PHONY : sfm/pose/four_point_homography.o

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

sfm/pose/four_point_homography.i: sfm/pose/four_point_homography.cc.i

.PHONY : sfm/pose/four_point_homography.i

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

sfm/pose/four_point_homography.s: sfm/pose/four_point_homography.cc.s

.PHONY : sfm/pose/four_point_homography.s

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

sfm/pose/four_point_relative_pose_partial_rotation.o: sfm/pose/four_point_relative_pose_partial_rotation.cc.o

.PHONY : sfm/pose/four_point_relative_pose_partial_rotation.o

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

sfm/pose/four_point_relative_pose_partial_rotation.i: sfm/pose/four_point_relative_pose_partial_rotation.cc.i

.PHONY : sfm/pose/four_point_relative_pose_partial_rotation.i

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

sfm/pose/four_point_relative_pose_partial_rotation.s: sfm/pose/four_point_relative_pose_partial_rotation.cc.s

.PHONY : sfm/pose/four_point_relative_pose_partial_rotation.s

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

sfm/pose/fundamental_matrix_util.o: sfm/pose/fundamental_matrix_util.cc.o

.PHONY : sfm/pose/fundamental_matrix_util.o

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

sfm/pose/fundamental_matrix_util.i: sfm/pose/fundamental_matrix_util.cc.i

.PHONY : sfm/pose/fundamental_matrix_util.i

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

sfm/pose/fundamental_matrix_util.s: sfm/pose/fundamental_matrix_util.cc.s

.PHONY : sfm/pose/fundamental_matrix_util.s

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

sfm/pose/orthographic_four_point.o: sfm/pose/orthographic_four_point.cc.o

.PHONY : sfm/pose/orthographic_four_point.o

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

sfm/pose/orthographic_four_point.i: sfm/pose/orthographic_four_point.cc.i

.PHONY : sfm/pose/orthographic_four_point.i

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

sfm/pose/orthographic_four_point.s: sfm/pose/orthographic_four_point.cc.s

.PHONY : sfm/pose/orthographic_four_point.s

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

sfm/pose/perspective_three_point.o: sfm/pose/perspective_three_point.cc.o

.PHONY : sfm/pose/perspective_three_point.o

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

sfm/pose/perspective_three_point.i: sfm/pose/perspective_three_point.cc.i

.PHONY : sfm/pose/perspective_three_point.i

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

sfm/pose/perspective_three_point.s: sfm/pose/perspective_three_point.cc.s

.PHONY : sfm/pose/perspective_three_point.s

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

sfm/pose/pose_wrapper.o: sfm/pose/pose_wrapper.cc.o

.PHONY : sfm/pose/pose_wrapper.o

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

sfm/pose/pose_wrapper.i: sfm/pose/pose_wrapper.cc.i

.PHONY : sfm/pose/pose_wrapper.i

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

sfm/pose/pose_wrapper.s: sfm/pose/pose_wrapper.cc.s

.PHONY : sfm/pose/pose_wrapper.s

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

sfm/pose/position_from_two_rays.o: sfm/pose/position_from_two_rays.cc.o

.PHONY : sfm/pose/position_from_two_rays.o

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

sfm/pose/position_from_two_rays.i: sfm/pose/position_from_two_rays.cc.i

.PHONY : sfm/pose/position_from_two_rays.i

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

sfm/pose/position_from_two_rays.s: sfm/pose/position_from_two_rays.cc.s

.PHONY : sfm/pose/position_from_two_rays.s

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

sfm/pose/relative_pose_from_two_points_with_known_rotation.o: sfm/pose/relative_pose_from_two_points_with_known_rotation.cc.o

.PHONY : sfm/pose/relative_pose_from_two_points_with_known_rotation.o

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

sfm/pose/relative_pose_from_two_points_with_known_rotation.i: sfm/pose/relative_pose_from_two_points_with_known_rotation.cc.i

.PHONY : sfm/pose/relative_pose_from_two_points_with_known_rotation.i

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

sfm/pose/relative_pose_from_two_points_with_known_rotation.s: sfm/pose/relative_pose_from_two_points_with_known_rotation.cc.s

.PHONY : sfm/pose/relative_pose_from_two_points_with_known_rotation.s

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

sfm/pose/seven_point_fundamental_matrix.o: sfm/pose/seven_point_fundamental_matrix.cc.o

.PHONY : sfm/pose/seven_point_fundamental_matrix.o

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

sfm/pose/seven_point_fundamental_matrix.i: sfm/pose/seven_point_fundamental_matrix.cc.i

.PHONY : sfm/pose/seven_point_fundamental_matrix.i

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

sfm/pose/seven_point_fundamental_matrix.s: sfm/pose/seven_point_fundamental_matrix.cc.s

.PHONY : sfm/pose/seven_point_fundamental_matrix.s

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

sfm/pose/sim_transform_partial_rotation.o: sfm/pose/sim_transform_partial_rotation.cc.o

.PHONY : sfm/pose/sim_transform_partial_rotation.o

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

sfm/pose/sim_transform_partial_rotation.i: sfm/pose/sim_transform_partial_rotation.cc.i

.PHONY : sfm/pose/sim_transform_partial_rotation.i

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

sfm/pose/sim_transform_partial_rotation.s: sfm/pose/sim_transform_partial_rotation.cc.s

.PHONY : sfm/pose/sim_transform_partial_rotation.s

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

sfm/pose/six_point_radial_distortion_homography.o: sfm/pose/six_point_radial_distortion_homography.cc.o

.PHONY : sfm/pose/six_point_radial_distortion_homography.o

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

sfm/pose/six_point_radial_distortion_homography.i: sfm/pose/six_point_radial_distortion_homography.cc.i

.PHONY : sfm/pose/six_point_radial_distortion_homography.i

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

sfm/pose/six_point_radial_distortion_homography.s: sfm/pose/six_point_radial_distortion_homography.cc.s

.PHONY : sfm/pose/six_point_radial_distortion_homography.s

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

sfm/pose/sqpnp.o: sfm/pose/sqpnp.cc.o

.PHONY : sfm/pose/sqpnp.o

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

sfm/pose/sqpnp.i: sfm/pose/sqpnp.cc.i

.PHONY : sfm/pose/sqpnp.i

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

sfm/pose/sqpnp.s: sfm/pose/sqpnp.cc.s

.PHONY : sfm/pose/sqpnp.s

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

sfm/pose/sqpnp_helper.o: sfm/pose/sqpnp_helper.cc.o

.PHONY : sfm/pose/sqpnp_helper.o

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

sfm/pose/sqpnp_helper.i: sfm/pose/sqpnp_helper.cc.i

.PHONY : sfm/pose/sqpnp_helper.i

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

sfm/pose/sqpnp_helper.s: sfm/pose/sqpnp_helper.cc.s

.PHONY : sfm/pose/sqpnp_helper.s

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

sfm/pose/test_util.o: sfm/pose/test_util.cc.o

.PHONY : sfm/pose/test_util.o

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

sfm/pose/test_util.i: sfm/pose/test_util.cc.i

.PHONY : sfm/pose/test_util.i

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

sfm/pose/test_util.s: sfm/pose/test_util.cc.s

.PHONY : sfm/pose/test_util.s

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

sfm/pose/three_point_relative_pose_partial_rotation.o: sfm/pose/three_point_relative_pose_partial_rotation.cc.o

.PHONY : sfm/pose/three_point_relative_pose_partial_rotation.o

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

sfm/pose/three_point_relative_pose_partial_rotation.i: sfm/pose/three_point_relative_pose_partial_rotation.cc.i

.PHONY : sfm/pose/three_point_relative_pose_partial_rotation.i

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

sfm/pose/three_point_relative_pose_partial_rotation.s: sfm/pose/three_point_relative_pose_partial_rotation.cc.s

.PHONY : sfm/pose/three_point_relative_pose_partial_rotation.s

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

sfm/pose/two_point_pose_partial_rotation.o: sfm/pose/two_point_pose_partial_rotation.cc.o

.PHONY : sfm/pose/two_point_pose_partial_rotation.o

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

sfm/pose/two_point_pose_partial_rotation.i: sfm/pose/two_point_pose_partial_rotation.cc.i

.PHONY : sfm/pose/two_point_pose_partial_rotation.i

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

sfm/pose/two_point_pose_partial_rotation.s: sfm/pose/two_point_pose_partial_rotation.cc.s

.PHONY : sfm/pose/two_point_pose_partial_rotation.s

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

sfm/pose/upnp.o: sfm/pose/upnp.cc.o

.PHONY : sfm/pose/upnp.o

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

sfm/pose/upnp.i: sfm/pose/upnp.cc.i

.PHONY : sfm/pose/upnp.i

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

sfm/pose/upnp.s: sfm/pose/upnp.cc.s

.PHONY : sfm/pose/upnp.s

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

sfm/pose/util.o: sfm/pose/util.cc.o

.PHONY : sfm/pose/util.o

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

sfm/pose/util.i: sfm/pose/util.cc.i

.PHONY : sfm/pose/util.i

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

sfm/pose/util.s: sfm/pose/util.cc.s

.PHONY : sfm/pose/util.s

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

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

.PHONY : sfm/reconstruction.o

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

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

.PHONY : sfm/reconstruction.i

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

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

.PHONY : sfm/reconstruction.s

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

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

.PHONY : sfm/reconstruction_builder.o

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

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

.PHONY : sfm/reconstruction_builder.i

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

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

.PHONY : sfm/reconstruction_builder.s

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

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

.PHONY : sfm/reconstruction_estimator.o

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

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

.PHONY : sfm/reconstruction_estimator.i

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

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

.PHONY : sfm/reconstruction_estimator.s

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

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

.PHONY : sfm/reconstruction_estimator_utils.o

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

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

.PHONY : sfm/reconstruction_estimator_utils.i

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

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

.PHONY : sfm/reconstruction_estimator_utils.s

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

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

.PHONY : sfm/select_good_tracks_for_bundle_adjustment.o

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

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

.PHONY : sfm/select_good_tracks_for_bundle_adjustment.i

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

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

.PHONY : sfm/select_good_tracks_for_bundle_adjustment.s

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

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

.PHONY : sfm/set_camera_intrinsics_from_priors.o

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

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

.PHONY : sfm/set_camera_intrinsics_from_priors.i

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

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

.PHONY : sfm/set_camera_intrinsics_from_priors.s

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

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

.PHONY : sfm/set_outlier_tracks_to_unestimated.o

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

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

.PHONY : sfm/set_outlier_tracks_to_unestimated.i

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

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

.PHONY : sfm/set_outlier_tracks_to_unestimated.s

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

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

.PHONY : sfm/sfm_wrapper.o

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

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

.PHONY : sfm/sfm_wrapper.i

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

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

.PHONY : sfm/sfm_wrapper.s

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

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

.PHONY : sfm/track.o

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

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

.PHONY : sfm/track.i

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

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

.PHONY : sfm/track.s

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

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

.PHONY : sfm/track_builder.o

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

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

.PHONY : sfm/track_builder.i

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

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

.PHONY : sfm/track_builder.s

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

sfm/transformation/align_point_clouds.o: sfm/transformation/align_point_clouds.cc.o

.PHONY : sfm/transformation/align_point_clouds.o

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

sfm/transformation/align_point_clouds.i: sfm/transformation/align_point_clouds.cc.i

.PHONY : sfm/transformation/align_point_clouds.i

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

sfm/transformation/align_point_clouds.s: sfm/transformation/align_point_clouds.cc.s

.PHONY : sfm/transformation/align_point_clouds.s

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

sfm/transformation/align_reconstructions.o: sfm/transformation/align_reconstructions.cc.o

.PHONY : sfm/transformation/align_reconstructions.o

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

sfm/transformation/align_reconstructions.i: sfm/transformation/align_reconstructions.cc.i

.PHONY : sfm/transformation/align_reconstructions.i

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

sfm/transformation/align_reconstructions.s: sfm/transformation/align_reconstructions.cc.s

.PHONY : sfm/transformation/align_reconstructions.s

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

sfm/transformation/align_reconstructions_pose_graph_optim.o: sfm/transformation/align_reconstructions_pose_graph_optim.cc.o

.PHONY : sfm/transformation/align_reconstructions_pose_graph_optim.o

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

sfm/transformation/align_reconstructions_pose_graph_optim.i: sfm/transformation/align_reconstructions_pose_graph_optim.cc.i

.PHONY : sfm/transformation/align_reconstructions_pose_graph_optim.i

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

sfm/transformation/align_reconstructions_pose_graph_optim.s: sfm/transformation/align_reconstructions_pose_graph_optim.cc.s

.PHONY : sfm/transformation/align_reconstructions_pose_graph_optim.s

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

sfm/transformation/align_rotations.o: sfm/transformation/align_rotations.cc.o

.PHONY : sfm/transformation/align_rotations.o

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

sfm/transformation/align_rotations.i: sfm/transformation/align_rotations.cc.i

.PHONY : sfm/transformation/align_rotations.i

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

sfm/transformation/align_rotations.s: sfm/transformation/align_rotations.cc.s

.PHONY : sfm/transformation/align_rotations.s

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

sfm/transformation/gdls_similarity_transform.o: sfm/transformation/gdls_similarity_transform.cc.o

.PHONY : sfm/transformation/gdls_similarity_transform.o

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

sfm/transformation/gdls_similarity_transform.i: sfm/transformation/gdls_similarity_transform.cc.i

.PHONY : sfm/transformation/gdls_similarity_transform.i

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

sfm/transformation/gdls_similarity_transform.s: sfm/transformation/gdls_similarity_transform.cc.s

.PHONY : sfm/transformation/gdls_similarity_transform.s

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

sfm/transformation/transform_reconstruction.o: sfm/transformation/transform_reconstruction.cc.o

.PHONY : sfm/transformation/transform_reconstruction.o

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

sfm/transformation/transform_reconstruction.i: sfm/transformation/transform_reconstruction.cc.i

.PHONY : sfm/transformation/transform_reconstruction.i

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

sfm/transformation/transform_reconstruction.s: sfm/transformation/transform_reconstruction.cc.s

.PHONY : sfm/transformation/transform_reconstruction.s

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

sfm/transformation/transformation_wrapper.o: sfm/transformation/transformation_wrapper.cc.o

.PHONY : sfm/transformation/transformation_wrapper.o

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

sfm/transformation/transformation_wrapper.i: sfm/transformation/transformation_wrapper.cc.i

.PHONY : sfm/transformation/transformation_wrapper.i

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

sfm/transformation/transformation_wrapper.s: sfm/transformation/transformation_wrapper.cc.s

.PHONY : sfm/transformation/transformation_wrapper.s

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

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

.PHONY : sfm/triangulation/triangulation.o

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

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

.PHONY : sfm/triangulation/triangulation.i

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

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

.PHONY : sfm/triangulation/triangulation.s

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

sfm/triangulation/triangulation_wrapper.o: sfm/triangulation/triangulation_wrapper.cc.o

.PHONY : sfm/triangulation/triangulation_wrapper.o

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

sfm/triangulation/triangulation_wrapper.i: sfm/triangulation/triangulation_wrapper.cc.i

.PHONY : sfm/triangulation/triangulation_wrapper.i

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

sfm/triangulation/triangulation_wrapper.s: sfm/triangulation/triangulation_wrapper.cc.s

.PHONY : sfm/triangulation/triangulation_wrapper.s

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

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

.PHONY : sfm/two_view_match_geometric_verification.o

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

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

.PHONY : sfm/two_view_match_geometric_verification.i

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

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

.PHONY : sfm/two_view_match_geometric_verification.s

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

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

.PHONY : sfm/twoview_info.o

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

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

.PHONY : sfm/twoview_info.i

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

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

.PHONY : sfm/twoview_info.s

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

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

.PHONY : sfm/view.o

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

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

.PHONY : sfm/view.i

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

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

.PHONY : sfm/view.s

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

sfm/view_graph/orientations_from_maximum_spanning_tree.o: sfm/view_graph/orientations_from_maximum_spanning_tree.cc.o

.PHONY : sfm/view_graph/orientations_from_maximum_spanning_tree.o

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

sfm/view_graph/orientations_from_maximum_spanning_tree.i: sfm/view_graph/orientations_from_maximum_spanning_tree.cc.i

.PHONY : sfm/view_graph/orientations_from_maximum_spanning_tree.i

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

sfm/view_graph/orientations_from_maximum_spanning_tree.s: sfm/view_graph/orientations_from_maximum_spanning_tree.cc.s

.PHONY : sfm/view_graph/orientations_from_maximum_spanning_tree.s

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

sfm/view_graph/remove_disconnected_view_pairs.o: sfm/view_graph/remove_disconnected_view_pairs.cc.o

.PHONY : sfm/view_graph/remove_disconnected_view_pairs.o

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

sfm/view_graph/remove_disconnected_view_pairs.i: sfm/view_graph/remove_disconnected_view_pairs.cc.i

.PHONY : sfm/view_graph/remove_disconnected_view_pairs.i

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

sfm/view_graph/remove_disconnected_view_pairs.s: sfm/view_graph/remove_disconnected_view_pairs.cc.s

.PHONY : sfm/view_graph/remove_disconnected_view_pairs.s

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

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

.PHONY : sfm/view_graph/view_graph.o

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

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

.PHONY : sfm/view_graph/view_graph.i

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

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

.PHONY : sfm/view_graph/view_graph.s

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

sfm/view_graph/view_graph_from_reconstruction.o: sfm/view_graph/view_graph_from_reconstruction.cc.o

.PHONY : sfm/view_graph/view_graph_from_reconstruction.o

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

sfm/view_graph/view_graph_from_reconstruction.i: sfm/view_graph/view_graph_from_reconstruction.cc.i

.PHONY : sfm/view_graph/view_graph_from_reconstruction.i

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

sfm/view_graph/view_graph_from_reconstruction.s: sfm/view_graph/view_graph_from_reconstruction.cc.s

.PHONY : sfm/view_graph/view_graph_from_reconstruction.s

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

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

.PHONY : sfm/visibility_pyramid.o

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

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

.PHONY : sfm/visibility_pyramid.i

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

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

.PHONY : sfm/visibility_pyramid.s

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

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

.PHONY : solvers/exhaustive_sampler.o

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

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

.PHONY : solvers/exhaustive_sampler.i

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

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

.PHONY : solvers/exhaustive_sampler.s

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

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

.PHONY : solvers/prosac_sampler.o

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

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

.PHONY : solvers/prosac_sampler.i

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

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

.PHONY : solvers/prosac_sampler.s

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

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

.PHONY : solvers/random_sampler.o

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

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

.PHONY : solvers/random_sampler.i

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

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

.PHONY : solvers/random_sampler.s

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

util/filesystem.o: util/filesystem.cc.o

.PHONY : util/filesystem.o

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

util/filesystem.i: util/filesystem.cc.i

.PHONY : util/filesystem.i

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

util/filesystem.s: util/filesystem.cc.s

.PHONY : util/filesystem.s

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

util/random.o: util/random.cc.o

.PHONY : util/random.o

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

util/random.i: util/random.cc.i

.PHONY : util/random.i

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

util/random.s: util/random.cc.s

.PHONY : util/random.s

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

util/stringprintf.o: util/stringprintf.cc.o

.PHONY : util/stringprintf.o

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

util/stringprintf.i: util/stringprintf.cc.i

.PHONY : util/stringprintf.i

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

util/stringprintf.s: util/stringprintf.cc.s

.PHONY : util/stringprintf.s

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

util/threadpool.o: util/threadpool.cc.o

.PHONY : util/threadpool.o

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

util/threadpool.i: util/threadpool.cc.i

.PHONY : util/threadpool.i

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

util/threadpool.s: util/threadpool.cc.s

.PHONY : util/threadpool.s

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

util/timer.o: util/timer.cc.o

.PHONY : util/timer.o

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

util/timer.i: util/timer.cc.i

.PHONY : util/timer.i

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

util/timer.s: util/timer.cc.s

.PHONY : util/timer.s

# target to generate assembly for a file
util/timer.cc.s:
	cd /home/stadmin/Documents/cody/LIBS/pyTheiaSfM/cmake_build && $(MAKE) $(MAKESILENT) -f src/theia/CMakeFiles/THEIA.dir/build.make src/theia/CMakeFiles/THEIA.dir/util/timer.cc.s
.PHONY : util/timer.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 "... THEIA"
	@echo "... io/bundler_file_reader.o"
	@echo "... io/bundler_file_reader.i"
	@echo "... io/bundler_file_reader.s"
	@echo "... io/import_nvm_file.o"
	@echo "... io/import_nvm_file.i"
	@echo "... io/import_nvm_file.s"
	@echo "... io/io_wrapper.o"
	@echo "... io/io_wrapper.i"
	@echo "... io/io_wrapper.s"
	@echo "... io/populate_image_sizes.o"
	@echo "... io/populate_image_sizes.i"
	@echo "... io/populate_image_sizes.s"
	@echo "... io/read_1dsfm.o"
	@echo "... io/read_1dsfm.i"
	@echo "... io/read_1dsfm.s"
	@echo "... io/read_bundler_files.o"
	@echo "... io/read_bundler_files.i"
	@echo "... io/read_bundler_files.s"
	@echo "... io/read_calibration.o"
	@echo "... io/read_calibration.i"
	@echo "... io/read_calibration.s"
	@echo "... io/read_keypoints_and_descriptors.o"
	@echo "... io/read_keypoints_and_descriptors.i"
	@echo "... io/read_keypoints_and_descriptors.s"
	@echo "... io/read_strecha_dataset.o"
	@echo "... io/read_strecha_dataset.i"
	@echo "... io/read_strecha_dataset.s"
	@echo "... io/reconstruction_reader.o"
	@echo "... io/reconstruction_reader.i"
	@echo "... io/reconstruction_reader.s"
	@echo "... io/reconstruction_writer.o"
	@echo "... io/reconstruction_writer.i"
	@echo "... io/reconstruction_writer.s"
	@echo "... io/sift_binary_file.o"
	@echo "... io/sift_binary_file.i"
	@echo "... io/sift_binary_file.s"
	@echo "... io/sift_text_file.o"
	@echo "... io/sift_text_file.i"
	@echo "... io/sift_text_file.s"
	@echo "... io/write_bundler_files.o"
	@echo "... io/write_bundler_files.i"
	@echo "... io/write_bundler_files.s"
	@echo "... io/write_calibration.o"
	@echo "... io/write_calibration.i"
	@echo "... io/write_calibration.s"
	@echo "... io/write_colmap_files.o"
	@echo "... io/write_colmap_files.i"
	@echo "... io/write_colmap_files.s"
	@echo "... io/write_keypoints_and_descriptors.o"
	@echo "... io/write_keypoints_and_descriptors.i"
	@echo "... io/write_keypoints_and_descriptors.s"
	@echo "... io/write_matches.o"
	@echo "... io/write_matches.i"
	@echo "... io/write_matches.s"
	@echo "... io/write_nerfstudio.o"
	@echo "... io/write_nerfstudio.i"
	@echo "... io/write_nerfstudio.s"
	@echo "... io/write_nvm_file.o"
	@echo "... io/write_nvm_file.i"
	@echo "... io/write_nvm_file.s"
	@echo "... io/write_ply_file.o"
	@echo "... io/write_ply_file.i"
	@echo "... io/write_ply_file.s"
	@echo "... io/write_sdfstudio.o"
	@echo "... io/write_sdfstudio.i"
	@echo "... io/write_sdfstudio.s"
	@echo "... matching/brute_force_feature_matcher.o"
	@echo "... matching/brute_force_feature_matcher.i"
	@echo "... matching/brute_force_feature_matcher.s"
	@echo "... matching/cascade_hasher.o"
	@echo "... matching/cascade_hasher.i"
	@echo "... matching/cascade_hasher.s"
	@echo "... matching/cascade_hashing_feature_matcher.o"
	@echo "... matching/cascade_hashing_feature_matcher.i"
	@echo "... matching/cascade_hashing_feature_matcher.s"
	@echo "... matching/create_feature_matcher.o"
	@echo "... matching/create_feature_matcher.i"
	@echo "... matching/create_feature_matcher.s"
	@echo "... matching/feature_matcher.o"
	@echo "... matching/feature_matcher.i"
	@echo "... matching/feature_matcher.s"
	@echo "... matching/feature_matcher_utils.o"
	@echo "... matching/feature_matcher_utils.i"
	@echo "... matching/feature_matcher_utils.s"
	@echo "... matching/fisher_vector_extractor.o"
	@echo "... matching/fisher_vector_extractor.i"
	@echo "... matching/fisher_vector_extractor.s"
	@echo "... matching/graph_match.o"
	@echo "... matching/graph_match.i"
	@echo "... matching/graph_match.s"
	@echo "... matching/guided_epipolar_matcher.o"
	@echo "... matching/guided_epipolar_matcher.i"
	@echo "... matching/guided_epipolar_matcher.s"
	@echo "... matching/in_memory_features_and_matches_database.o"
	@echo "... matching/in_memory_features_and_matches_database.i"
	@echo "... matching/in_memory_features_and_matches_database.s"
	@echo "... matching/rocksdb_features_and_matches_database.o"
	@echo "... matching/rocksdb_features_and_matches_database.i"
	@echo "... matching/rocksdb_features_and_matches_database.s"
	@echo "... math/closed_form_polynomial_solver.o"
	@echo "... math/closed_form_polynomial_solver.i"
	@echo "... math/closed_form_polynomial_solver.s"
	@echo "... math/constrained_l1_solver.o"
	@echo "... math/constrained_l1_solver.i"
	@echo "... math/constrained_l1_solver.s"
	@echo "... math/find_polynomial_roots_companion_matrix.o"
	@echo "... math/find_polynomial_roots_companion_matrix.i"
	@echo "... math/find_polynomial_roots_companion_matrix.s"
	@echo "... math/find_polynomial_roots_jenkins_traub.o"
	@echo "... math/find_polynomial_roots_jenkins_traub.i"
	@echo "... math/find_polynomial_roots_jenkins_traub.s"
	@echo "... math/math_wrapper.o"
	@echo "... math/math_wrapper.i"
	@echo "... math/math_wrapper.s"
	@echo "... math/matrix/matrix_square_root.o"
	@echo "... math/matrix/matrix_square_root.i"
	@echo "... math/matrix/matrix_square_root.s"
	@echo "... math/matrix/sparse_cholesky_llt.o"
	@echo "... math/matrix/sparse_cholesky_llt.i"
	@echo "... math/matrix/sparse_cholesky_llt.s"
	@echo "... math/matrix/sparse_matrix.o"
	@echo "... math/matrix/sparse_matrix.i"
	@echo "... math/matrix/sparse_matrix.s"
	@echo "... math/polynomial.o"
	@echo "... math/polynomial.i"
	@echo "... math/polynomial.s"
	@echo "... math/probability/sequential_probability_ratio.o"
	@echo "... math/probability/sequential_probability_ratio.i"
	@echo "... math/probability/sequential_probability_ratio.s"
	@echo "... math/qp_solver.o"
	@echo "... math/qp_solver.i"
	@echo "... math/qp_solver.s"
	@echo "... math/rank_restricted_sdp_solver.o"
	@echo "... math/rank_restricted_sdp_solver.i"
	@echo "... math/rank_restricted_sdp_solver.s"
	@echo "... math/rbr_sdp_solver.o"
	@echo "... math/rbr_sdp_solver.i"
	@echo "... math/rbr_sdp_solver.s"
	@echo "... math/riemannian_staircase.o"
	@echo "... math/riemannian_staircase.i"
	@echo "... math/riemannian_staircase.s"
	@echo "... math/rotation.o"
	@echo "... math/rotation.i"
	@echo "... math/rotation.s"
	@echo "... mvs/view_selection_mvsnet.o"
	@echo "... mvs/view_selection_mvsnet.i"
	@echo "... mvs/view_selection_mvsnet.s"
	@echo "... sfm/bundle_adjustment/bundle_adjust_two_views.o"
	@echo "... sfm/bundle_adjustment/bundle_adjust_two_views.i"
	@echo "... sfm/bundle_adjustment/bundle_adjust_two_views.s"
	@echo "... sfm/bundle_adjustment/bundle_adjuster.o"
	@echo "... sfm/bundle_adjustment/bundle_adjuster.i"
	@echo "... sfm/bundle_adjustment/bundle_adjuster.s"
	@echo "... sfm/bundle_adjustment/bundle_adjustment.o"
	@echo "... sfm/bundle_adjustment/bundle_adjustment.i"
	@echo "... sfm/bundle_adjustment/bundle_adjustment.s"
	@echo "... sfm/bundle_adjustment/bundle_adjustment_wrapper.o"
	@echo "... sfm/bundle_adjustment/bundle_adjustment_wrapper.i"
	@echo "... sfm/bundle_adjustment/bundle_adjustment_wrapper.s"
	@echo "... sfm/bundle_adjustment/create_loss_function.o"
	@echo "... sfm/bundle_adjustment/create_loss_function.i"
	@echo "... sfm/bundle_adjustment/create_loss_function.s"
	@echo "... sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.o"
	@echo "... sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.i"
	@echo "... sfm/bundle_adjustment/optimize_relative_position_with_known_rotation.s"
	@echo "... sfm/camera/camera.o"
	@echo "... sfm/camera/camera.i"
	@echo "... sfm/camera/camera.s"
	@echo "... sfm/camera/camera_intrinsics_model.o"
	@echo "... sfm/camera/camera_intrinsics_model.i"
	@echo "... sfm/camera/camera_intrinsics_model.s"
	@echo "... sfm/camera/camera_wrapper.o"
	@echo "... sfm/camera/camera_wrapper.i"
	@echo "... sfm/camera/camera_wrapper.s"
	@echo "... sfm/camera/division_undistortion_camera_model.o"
	@echo "... sfm/camera/division_undistortion_camera_model.i"
	@echo "... sfm/camera/division_undistortion_camera_model.s"
	@echo "... sfm/camera/double_sphere_camera_model.o"
	@echo "... sfm/camera/double_sphere_camera_model.i"
	@echo "... sfm/camera/double_sphere_camera_model.s"
	@echo "... sfm/camera/extended_unified_camera_model.o"
	@echo "... sfm/camera/extended_unified_camera_model.i"
	@echo "... sfm/camera/extended_unified_camera_model.s"
	@echo "... sfm/camera/fisheye_camera_model.o"
	@echo "... sfm/camera/fisheye_camera_model.i"
	@echo "... sfm/camera/fisheye_camera_model.s"
	@echo "... sfm/camera/fov_camera_model.o"
	@echo "... sfm/camera/fov_camera_model.i"
	@echo "... sfm/camera/fov_camera_model.s"
	@echo "... sfm/camera/orthographic_camera_model.o"
	@echo "... sfm/camera/orthographic_camera_model.i"
	@echo "... sfm/camera/orthographic_camera_model.s"
	@echo "... sfm/camera/pinhole_camera_model.o"
	@echo "... sfm/camera/pinhole_camera_model.i"
	@echo "... sfm/camera/pinhole_camera_model.s"
	@echo "... sfm/camera/pinhole_radial_tangential_camera_model.o"
	@echo "... sfm/camera/pinhole_radial_tangential_camera_model.i"
	@echo "... sfm/camera/pinhole_radial_tangential_camera_model.s"
	@echo "... sfm/camera/projection_matrix_utils.o"
	@echo "... sfm/camera/projection_matrix_utils.i"
	@echo "... sfm/camera/projection_matrix_utils.s"
	@echo "... sfm/colorize_reconstruction.o"
	@echo "... sfm/colorize_reconstruction.i"
	@echo "... sfm/colorize_reconstruction.s"
	@echo "... sfm/estimate_track.o"
	@echo "... sfm/estimate_track.i"
	@echo "... sfm/estimate_track.s"
	@echo "... sfm/estimate_twoview_info.o"
	@echo "... sfm/estimate_twoview_info.i"
	@echo "... sfm/estimate_twoview_info.s"
	@echo "... sfm/estimators/estimate_absolute_pose_with_known_orientation.o"
	@echo "... sfm/estimators/estimate_absolute_pose_with_known_orientation.i"
	@echo "... sfm/estimators/estimate_absolute_pose_with_known_orientation.s"
	@echo "... sfm/estimators/estimate_calibrated_absolute_pose.o"
	@echo "... sfm/estimators/estimate_calibrated_absolute_pose.i"
	@echo "... sfm/estimators/estimate_calibrated_absolute_pose.s"
	@echo "... sfm/estimators/estimate_dominant_plane_from_points.o"
	@echo "... sfm/estimators/estimate_dominant_plane_from_points.i"
	@echo "... sfm/estimators/estimate_dominant_plane_from_points.s"
	@echo "... sfm/estimators/estimate_essential_matrix.o"
	@echo "... sfm/estimators/estimate_essential_matrix.i"
	@echo "... sfm/estimators/estimate_essential_matrix.s"
	@echo "... sfm/estimators/estimate_fundamental_matrix.o"
	@echo "... sfm/estimators/estimate_fundamental_matrix.i"
	@echo "... sfm/estimators/estimate_fundamental_matrix.s"
	@echo "... sfm/estimators/estimate_homography.o"
	@echo "... sfm/estimators/estimate_homography.i"
	@echo "... sfm/estimators/estimate_homography.s"
	@echo "... sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.o"
	@echo "... sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.i"
	@echo "... sfm/estimators/estimate_radial_dist_uncalibrated_absolute_pose.s"
	@echo "... sfm/estimators/estimate_radial_distortion_homography.o"
	@echo "... sfm/estimators/estimate_radial_distortion_homography.i"
	@echo "... sfm/estimators/estimate_radial_distortion_homography.s"
	@echo "... sfm/estimators/estimate_relative_pose.o"
	@echo "... sfm/estimators/estimate_relative_pose.i"
	@echo "... sfm/estimators/estimate_relative_pose.s"
	@echo "... sfm/estimators/estimate_relative_pose_with_known_orientation.o"
	@echo "... sfm/estimators/estimate_relative_pose_with_known_orientation.i"
	@echo "... sfm/estimators/estimate_relative_pose_with_known_orientation.s"
	@echo "... sfm/estimators/estimate_rigid_transformation_2d_3d.o"
	@echo "... sfm/estimators/estimate_rigid_transformation_2d_3d.i"
	@echo "... sfm/estimators/estimate_rigid_transformation_2d_3d.s"
	@echo "... sfm/estimators/estimate_similarity_transformation_2d_3d.o"
	@echo "... sfm/estimators/estimate_similarity_transformation_2d_3d.i"
	@echo "... sfm/estimators/estimate_similarity_transformation_2d_3d.s"
	@echo "... sfm/estimators/estimate_triangulation.o"
	@echo "... sfm/estimators/estimate_triangulation.i"
	@echo "... sfm/estimators/estimate_triangulation.s"
	@echo "... sfm/estimators/estimate_uncalibrated_absolute_pose.o"
	@echo "... sfm/estimators/estimate_uncalibrated_absolute_pose.i"
	@echo "... sfm/estimators/estimate_uncalibrated_absolute_pose.s"
	@echo "... sfm/estimators/estimate_uncalibrated_relative_pose.o"
	@echo "... sfm/estimators/estimate_uncalibrated_relative_pose.i"
	@echo "... sfm/estimators/estimate_uncalibrated_relative_pose.s"
	@echo "... sfm/estimators/estimators_wrapper.o"
	@echo "... sfm/estimators/estimators_wrapper.i"
	@echo "... sfm/estimators/estimators_wrapper.s"
	@echo "... sfm/extract_maximally_parallel_rigid_subgraph.o"
	@echo "... sfm/extract_maximally_parallel_rigid_subgraph.i"
	@echo "... sfm/extract_maximally_parallel_rigid_subgraph.s"
	@echo "... sfm/feature_extractor.o"
	@echo "... sfm/feature_extractor.i"
	@echo "... sfm/feature_extractor.s"
	@echo "... sfm/feature_extractor_and_matcher.o"
	@echo "... sfm/feature_extractor_and_matcher.i"
	@echo "... sfm/feature_extractor_and_matcher.s"
	@echo "... sfm/filter_view_graph_cycles_by_rotation.o"
	@echo "... sfm/filter_view_graph_cycles_by_rotation.i"
	@echo "... sfm/filter_view_graph_cycles_by_rotation.s"
	@echo "... sfm/filter_view_pairs_from_orientation.o"
	@echo "... sfm/filter_view_pairs_from_orientation.i"
	@echo "... sfm/filter_view_pairs_from_orientation.s"
	@echo "... sfm/filter_view_pairs_from_relative_translation.o"
	@echo "... sfm/filter_view_pairs_from_relative_translation.i"
	@echo "... sfm/filter_view_pairs_from_relative_translation.s"
	@echo "... sfm/find_common_tracks_in_views.o"
	@echo "... sfm/find_common_tracks_in_views.i"
	@echo "... sfm/find_common_tracks_in_views.s"
	@echo "... sfm/find_common_views_by_name.o"
	@echo "... sfm/find_common_views_by_name.i"
	@echo "... sfm/find_common_views_by_name.s"
	@echo "... sfm/global_pose_estimation/LiGT_position_estimator.o"
	@echo "... sfm/global_pose_estimation/LiGT_position_estimator.i"
	@echo "... sfm/global_pose_estimation/LiGT_position_estimator.s"
	@echo "... sfm/global_pose_estimation/bata_position_estimator.o"
	@echo "... sfm/global_pose_estimation/bata_position_estimator.i"
	@echo "... sfm/global_pose_estimation/bata_position_estimator.s"
	@echo "... sfm/global_pose_estimation/compute_triplet_baseline_ratios.o"
	@echo "... sfm/global_pose_estimation/compute_triplet_baseline_ratios.i"
	@echo "... sfm/global_pose_estimation/compute_triplet_baseline_ratios.s"
	@echo "... sfm/global_pose_estimation/global_pose_estimation_wrapper.o"
	@echo "... sfm/global_pose_estimation/global_pose_estimation_wrapper.i"
	@echo "... sfm/global_pose_estimation/global_pose_estimation_wrapper.s"
	@echo "... sfm/global_pose_estimation/hybrid_rotation_estimator.o"
	@echo "... sfm/global_pose_estimation/hybrid_rotation_estimator.i"
	@echo "... sfm/global_pose_estimation/hybrid_rotation_estimator.s"
	@echo "... sfm/global_pose_estimation/irls_rotation_local_refiner.o"
	@echo "... sfm/global_pose_estimation/irls_rotation_local_refiner.i"
	@echo "... sfm/global_pose_estimation/irls_rotation_local_refiner.s"
	@echo "... sfm/global_pose_estimation/l1_rotation_global_estimator.o"
	@echo "... sfm/global_pose_estimation/l1_rotation_global_estimator.i"
	@echo "... sfm/global_pose_estimation/l1_rotation_global_estimator.s"
	@echo "... sfm/global_pose_estimation/lagrange_dual_rotation_estimator.o"
	@echo "... sfm/global_pose_estimation/lagrange_dual_rotation_estimator.i"
	@echo "... sfm/global_pose_estimation/lagrange_dual_rotation_estimator.s"
	@echo "... sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.o"
	@echo "... sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.i"
	@echo "... sfm/global_pose_estimation/least_unsquared_deviation_position_estimator.s"
	@echo "... sfm/global_pose_estimation/linear_position_estimator.o"
	@echo "... sfm/global_pose_estimation/linear_position_estimator.i"
	@echo "... sfm/global_pose_estimation/linear_position_estimator.s"
	@echo "... sfm/global_pose_estimation/linear_rotation_estimator.o"
	@echo "... sfm/global_pose_estimation/linear_rotation_estimator.i"
	@echo "... sfm/global_pose_estimation/linear_rotation_estimator.s"
	@echo "... sfm/global_pose_estimation/nonlinear_position_estimator.o"
	@echo "... sfm/global_pose_estimation/nonlinear_position_estimator.i"
	@echo "... sfm/global_pose_estimation/nonlinear_position_estimator.s"
	@echo "... sfm/global_pose_estimation/nonlinear_rotation_estimator.o"
	@echo "... sfm/global_pose_estimation/nonlinear_rotation_estimator.i"
	@echo "... sfm/global_pose_estimation/nonlinear_rotation_estimator.s"
	@echo "... sfm/global_pose_estimation/pairwise_rotation_error.o"
	@echo "... sfm/global_pose_estimation/pairwise_rotation_error.i"
	@echo "... sfm/global_pose_estimation/pairwise_rotation_error.s"
	@echo "... sfm/global_pose_estimation/pairwise_translation_and_scale_error.o"
	@echo "... sfm/global_pose_estimation/pairwise_translation_and_scale_error.i"
	@echo "... sfm/global_pose_estimation/pairwise_translation_and_scale_error.s"
	@echo "... sfm/global_pose_estimation/pairwise_translation_error.o"
	@echo "... sfm/global_pose_estimation/pairwise_translation_error.i"
	@echo "... sfm/global_pose_estimation/pairwise_translation_error.s"
	@echo "... sfm/global_pose_estimation/robust_rotation_estimator.o"
	@echo "... sfm/global_pose_estimation/robust_rotation_estimator.i"
	@echo "... sfm/global_pose_estimation/robust_rotation_estimator.s"
	@echo "... sfm/global_reconstruction_estimator.o"
	@echo "... sfm/global_reconstruction_estimator.i"
	@echo "... sfm/global_reconstruction_estimator.s"
	@echo "... sfm/gps_converter.o"
	@echo "... sfm/gps_converter.i"
	@echo "... sfm/gps_converter.s"
	@echo "... sfm/hybrid_reconstruction_estimator.o"
	@echo "... sfm/hybrid_reconstruction_estimator.i"
	@echo "... sfm/hybrid_reconstruction_estimator.s"
	@echo "... sfm/incremental_reconstruction_estimator.o"
	@echo "... sfm/incremental_reconstruction_estimator.i"
	@echo "... sfm/incremental_reconstruction_estimator.s"
	@echo "... sfm/localize_view_to_reconstruction.o"
	@echo "... sfm/localize_view_to_reconstruction.i"
	@echo "... sfm/localize_view_to_reconstruction.s"
	@echo "... sfm/pose/build_upnp_action_matrix.o"
	@echo "... sfm/pose/build_upnp_action_matrix.i"
	@echo "... sfm/pose/build_upnp_action_matrix.s"
	@echo "... sfm/pose/build_upnp_action_matrix_using_symmetry.o"
	@echo "... sfm/pose/build_upnp_action_matrix_using_symmetry.i"
	@echo "... sfm/pose/build_upnp_action_matrix_using_symmetry.s"
	@echo "... sfm/pose/dls_impl.o"
	@echo "... sfm/pose/dls_impl.i"
	@echo "... sfm/pose/dls_impl.s"
	@echo "... sfm/pose/dls_pnp.o"
	@echo "... sfm/pose/dls_pnp.i"
	@echo "... sfm/pose/dls_pnp.s"
	@echo "... sfm/pose/eight_point_fundamental_matrix.o"
	@echo "... sfm/pose/eight_point_fundamental_matrix.i"
	@echo "... sfm/pose/eight_point_fundamental_matrix.s"
	@echo "... sfm/pose/essential_matrix_utils.o"
	@echo "... sfm/pose/essential_matrix_utils.i"
	@echo "... sfm/pose/essential_matrix_utils.s"
	@echo "... sfm/pose/five_point_focal_length_radial_distortion.o"
	@echo "... sfm/pose/five_point_focal_length_radial_distortion.i"
	@echo "... sfm/pose/five_point_focal_length_radial_distortion.s"
	@echo "... sfm/pose/five_point_relative_pose.o"
	@echo "... sfm/pose/five_point_relative_pose.i"
	@echo "... sfm/pose/five_point_relative_pose.s"
	@echo "... sfm/pose/four_point_focal_length.o"
	@echo "... sfm/pose/four_point_focal_length.i"
	@echo "... sfm/pose/four_point_focal_length.s"
	@echo "... sfm/pose/four_point_focal_length_helper.o"
	@echo "... sfm/pose/four_point_focal_length_helper.i"
	@echo "... sfm/pose/four_point_focal_length_helper.s"
	@echo "... sfm/pose/four_point_focal_length_radial_distortion.o"
	@echo "... sfm/pose/four_point_focal_length_radial_distortion.i"
	@echo "... sfm/pose/four_point_focal_length_radial_distortion.s"
	@echo "... sfm/pose/four_point_focal_length_radial_distortion_helper.o"
	@echo "... sfm/pose/four_point_focal_length_radial_distortion_helper.i"
	@echo "... sfm/pose/four_point_focal_length_radial_distortion_helper.s"
	@echo "... sfm/pose/four_point_homography.o"
	@echo "... sfm/pose/four_point_homography.i"
	@echo "... sfm/pose/four_point_homography.s"
	@echo "... sfm/pose/four_point_relative_pose_partial_rotation.o"
	@echo "... sfm/pose/four_point_relative_pose_partial_rotation.i"
	@echo "... sfm/pose/four_point_relative_pose_partial_rotation.s"
	@echo "... sfm/pose/fundamental_matrix_util.o"
	@echo "... sfm/pose/fundamental_matrix_util.i"
	@echo "... sfm/pose/fundamental_matrix_util.s"
	@echo "... sfm/pose/orthographic_four_point.o"
	@echo "... sfm/pose/orthographic_four_point.i"
	@echo "... sfm/pose/orthographic_four_point.s"
	@echo "... sfm/pose/perspective_three_point.o"
	@echo "... sfm/pose/perspective_three_point.i"
	@echo "... sfm/pose/perspective_three_point.s"
	@echo "... sfm/pose/pose_wrapper.o"
	@echo "... sfm/pose/pose_wrapper.i"
	@echo "... sfm/pose/pose_wrapper.s"
	@echo "... sfm/pose/position_from_two_rays.o"
	@echo "... sfm/pose/position_from_two_rays.i"
	@echo "... sfm/pose/position_from_two_rays.s"
	@echo "... sfm/pose/relative_pose_from_two_points_with_known_rotation.o"
	@echo "... sfm/pose/relative_pose_from_two_points_with_known_rotation.i"
	@echo "... sfm/pose/relative_pose_from_two_points_with_known_rotation.s"
	@echo "... sfm/pose/seven_point_fundamental_matrix.o"
	@echo "... sfm/pose/seven_point_fundamental_matrix.i"
	@echo "... sfm/pose/seven_point_fundamental_matrix.s"
	@echo "... sfm/pose/sim_transform_partial_rotation.o"
	@echo "... sfm/pose/sim_transform_partial_rotation.i"
	@echo "... sfm/pose/sim_transform_partial_rotation.s"
	@echo "... sfm/pose/six_point_radial_distortion_homography.o"
	@echo "... sfm/pose/six_point_radial_distortion_homography.i"
	@echo "... sfm/pose/six_point_radial_distortion_homography.s"
	@echo "... sfm/pose/sqpnp.o"
	@echo "... sfm/pose/sqpnp.i"
	@echo "... sfm/pose/sqpnp.s"
	@echo "... sfm/pose/sqpnp_helper.o"
	@echo "... sfm/pose/sqpnp_helper.i"
	@echo "... sfm/pose/sqpnp_helper.s"
	@echo "... sfm/pose/test_util.o"
	@echo "... sfm/pose/test_util.i"
	@echo "... sfm/pose/test_util.s"
	@echo "... sfm/pose/three_point_relative_pose_partial_rotation.o"
	@echo "... sfm/pose/three_point_relative_pose_partial_rotation.i"
	@echo "... sfm/pose/three_point_relative_pose_partial_rotation.s"
	@echo "... sfm/pose/two_point_pose_partial_rotation.o"
	@echo "... sfm/pose/two_point_pose_partial_rotation.i"
	@echo "... sfm/pose/two_point_pose_partial_rotation.s"
	@echo "... sfm/pose/upnp.o"
	@echo "... sfm/pose/upnp.i"
	@echo "... sfm/pose/upnp.s"
	@echo "... sfm/pose/util.o"
	@echo "... sfm/pose/util.i"
	@echo "... sfm/pose/util.s"
	@echo "... sfm/reconstruction.o"
	@echo "... sfm/reconstruction.i"
	@echo "... sfm/reconstruction.s"
	@echo "... sfm/reconstruction_builder.o"
	@echo "... sfm/reconstruction_builder.i"
	@echo "... sfm/reconstruction_builder.s"
	@echo "... sfm/reconstruction_estimator.o"
	@echo "... sfm/reconstruction_estimator.i"
	@echo "... sfm/reconstruction_estimator.s"
	@echo "... sfm/reconstruction_estimator_utils.o"
	@echo "... sfm/reconstruction_estimator_utils.i"
	@echo "... sfm/reconstruction_estimator_utils.s"
	@echo "... sfm/select_good_tracks_for_bundle_adjustment.o"
	@echo "... sfm/select_good_tracks_for_bundle_adjustment.i"
	@echo "... sfm/select_good_tracks_for_bundle_adjustment.s"
	@echo "... sfm/set_camera_intrinsics_from_priors.o"
	@echo "... sfm/set_camera_intrinsics_from_priors.i"
	@echo "... sfm/set_camera_intrinsics_from_priors.s"
	@echo "... sfm/set_outlier_tracks_to_unestimated.o"
	@echo "... sfm/set_outlier_tracks_to_unestimated.i"
	@echo "... sfm/set_outlier_tracks_to_unestimated.s"
	@echo "... sfm/sfm_wrapper.o"
	@echo "... sfm/sfm_wrapper.i"
	@echo "... sfm/sfm_wrapper.s"
	@echo "... sfm/track.o"
	@echo "... sfm/track.i"
	@echo "... sfm/track.s"
	@echo "... sfm/track_builder.o"
	@echo "... sfm/track_builder.i"
	@echo "... sfm/track_builder.s"
	@echo "... sfm/transformation/align_point_clouds.o"
	@echo "... sfm/transformation/align_point_clouds.i"
	@echo "... sfm/transformation/align_point_clouds.s"
	@echo "... sfm/transformation/align_reconstructions.o"
	@echo "... sfm/transformation/align_reconstructions.i"
	@echo "... sfm/transformation/align_reconstructions.s"
	@echo "... sfm/transformation/align_reconstructions_pose_graph_optim.o"
	@echo "... sfm/transformation/align_reconstructions_pose_graph_optim.i"
	@echo "... sfm/transformation/align_reconstructions_pose_graph_optim.s"
	@echo "... sfm/transformation/align_rotations.o"
	@echo "... sfm/transformation/align_rotations.i"
	@echo "... sfm/transformation/align_rotations.s"
	@echo "... sfm/transformation/gdls_similarity_transform.o"
	@echo "... sfm/transformation/gdls_similarity_transform.i"
	@echo "... sfm/transformation/gdls_similarity_transform.s"
	@echo "... sfm/transformation/transform_reconstruction.o"
	@echo "... sfm/transformation/transform_reconstruction.i"
	@echo "... sfm/transformation/transform_reconstruction.s"
	@echo "... sfm/transformation/transformation_wrapper.o"
	@echo "... sfm/transformation/transformation_wrapper.i"
	@echo "... sfm/transformation/transformation_wrapper.s"
	@echo "... sfm/triangulation/triangulation.o"
	@echo "... sfm/triangulation/triangulation.i"
	@echo "... sfm/triangulation/triangulation.s"
	@echo "... sfm/triangulation/triangulation_wrapper.o"
	@echo "... sfm/triangulation/triangulation_wrapper.i"
	@echo "... sfm/triangulation/triangulation_wrapper.s"
	@echo "... sfm/two_view_match_geometric_verification.o"
	@echo "... sfm/two_view_match_geometric_verification.i"
	@echo "... sfm/two_view_match_geometric_verification.s"
	@echo "... sfm/twoview_info.o"
	@echo "... sfm/twoview_info.i"
	@echo "... sfm/twoview_info.s"
	@echo "... sfm/view.o"
	@echo "... sfm/view.i"
	@echo "... sfm/view.s"
	@echo "... sfm/view_graph/orientations_from_maximum_spanning_tree.o"
	@echo "... sfm/view_graph/orientations_from_maximum_spanning_tree.i"
	@echo "... sfm/view_graph/orientations_from_maximum_spanning_tree.s"
	@echo "... sfm/view_graph/remove_disconnected_view_pairs.o"
	@echo "... sfm/view_graph/remove_disconnected_view_pairs.i"
	@echo "... sfm/view_graph/remove_disconnected_view_pairs.s"
	@echo "... sfm/view_graph/view_graph.o"
	@echo "... sfm/view_graph/view_graph.i"
	@echo "... sfm/view_graph/view_graph.s"
	@echo "... sfm/view_graph/view_graph_from_reconstruction.o"
	@echo "... sfm/view_graph/view_graph_from_reconstruction.i"
	@echo "... sfm/view_graph/view_graph_from_reconstruction.s"
	@echo "... sfm/visibility_pyramid.o"
	@echo "... sfm/visibility_pyramid.i"
	@echo "... sfm/visibility_pyramid.s"
	@echo "... solvers/exhaustive_sampler.o"
	@echo "... solvers/exhaustive_sampler.i"
	@echo "... solvers/exhaustive_sampler.s"
	@echo "... solvers/prosac_sampler.o"
	@echo "... solvers/prosac_sampler.i"
	@echo "... solvers/prosac_sampler.s"
	@echo "... solvers/random_sampler.o"
	@echo "... solvers/random_sampler.i"
	@echo "... solvers/random_sampler.s"
	@echo "... util/filesystem.o"
	@echo "... util/filesystem.i"
	@echo "... util/filesystem.s"
	@echo "... util/random.o"
	@echo "... util/random.i"
	@echo "... util/random.s"
	@echo "... util/stringprintf.o"
	@echo "... util/stringprintf.i"
	@echo "... util/stringprintf.s"
	@echo "... util/threadpool.o"
	@echo "... util/threadpool.i"
	@echo "... util/threadpool.s"
	@echo "... util/timer.o"
	@echo "... util/timer.i"
	@echo "... util/timer.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

