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

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

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/worker/yt/CVPR24/NeRF-SLAM/thirdparty/gtsam

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && /usr/local/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/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/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && /usr/local/bin/cpack --config ./CPackSourceConfig.cmake /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam/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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/local/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/local/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/local/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 list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/local/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/local/bin/cmake -P cmake_install.cmake
.PHONY : install/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/local/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/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/local/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/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(CMAKE_COMMAND) -E cmake_progress_start /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam/CMakeFiles /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam/python//CMakeFiles/progress.marks
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
python/CMakeFiles/gtsam_header.dir/rule:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/gtsam_header.dir/rule
.PHONY : python/CMakeFiles/gtsam_header.dir/rule

# Convenience name for target.
gtsam_header: python/CMakeFiles/gtsam_header.dir/rule
.PHONY : gtsam_header

# fast build rule for target.
gtsam_header/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_header.dir/build.make python/CMakeFiles/gtsam_header.dir/build
.PHONY : gtsam_header/fast

# Convenience name for target.
python/CMakeFiles/gtsam_unstable_header.dir/rule:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/gtsam_unstable_header.dir/rule
.PHONY : python/CMakeFiles/gtsam_unstable_header.dir/rule

# Convenience name for target.
gtsam_unstable_header: python/CMakeFiles/gtsam_unstable_header.dir/rule
.PHONY : gtsam_unstable_header

# fast build rule for target.
gtsam_unstable_header/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_unstable_header.dir/build.make python/CMakeFiles/gtsam_unstable_header.dir/build
.PHONY : gtsam_unstable_header/fast

# Convenience name for target.
python/CMakeFiles/pybind_wrap_gtsam.dir/rule:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/pybind_wrap_gtsam.dir/rule
.PHONY : python/CMakeFiles/pybind_wrap_gtsam.dir/rule

# Convenience name for target.
pybind_wrap_gtsam: python/CMakeFiles/pybind_wrap_gtsam.dir/rule
.PHONY : pybind_wrap_gtsam

# fast build rule for target.
pybind_wrap_gtsam/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/pybind_wrap_gtsam.dir/build.make python/CMakeFiles/pybind_wrap_gtsam.dir/build
.PHONY : pybind_wrap_gtsam/fast

# Convenience name for target.
python/CMakeFiles/gtsam_py.dir/rule:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/gtsam_py.dir/rule
.PHONY : python/CMakeFiles/gtsam_py.dir/rule

# Convenience name for target.
gtsam_py: python/CMakeFiles/gtsam_py.dir/rule
.PHONY : gtsam_py

# fast build rule for target.
gtsam_py/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/build
.PHONY : gtsam_py/fast

# Convenience name for target.
python/CMakeFiles/pybind_wrap_gtsam_unstable.dir/rule:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/pybind_wrap_gtsam_unstable.dir/rule
.PHONY : python/CMakeFiles/pybind_wrap_gtsam_unstable.dir/rule

# Convenience name for target.
pybind_wrap_gtsam_unstable: python/CMakeFiles/pybind_wrap_gtsam_unstable.dir/rule
.PHONY : pybind_wrap_gtsam_unstable

# fast build rule for target.
pybind_wrap_gtsam_unstable/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/pybind_wrap_gtsam_unstable.dir/build.make python/CMakeFiles/pybind_wrap_gtsam_unstable.dir/build
.PHONY : pybind_wrap_gtsam_unstable/fast

# Convenience name for target.
python/CMakeFiles/gtsam_unstable_py.dir/rule:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/gtsam_unstable_py.dir/rule
.PHONY : python/CMakeFiles/gtsam_unstable_py.dir/rule

# Convenience name for target.
gtsam_unstable_py: python/CMakeFiles/gtsam_unstable_py.dir/rule
.PHONY : gtsam_unstable_py

# fast build rule for target.
gtsam_unstable_py/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_unstable_py.dir/build.make python/CMakeFiles/gtsam_unstable_py.dir/build
.PHONY : gtsam_unstable_py/fast

# Convenience name for target.
python/CMakeFiles/python-install.dir/rule:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/python-install.dir/rule
.PHONY : python/CMakeFiles/python-install.dir/rule

# Convenience name for target.
python-install: python/CMakeFiles/python-install.dir/rule
.PHONY : python-install

# fast build rule for target.
python-install/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/python-install.dir/build.make python/CMakeFiles/python-install.dir/build
.PHONY : python-install/fast

# Convenience name for target.
python/CMakeFiles/python-test.dir/rule:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 python/CMakeFiles/python-test.dir/rule
.PHONY : python/CMakeFiles/python-test.dir/rule

# Convenience name for target.
python-test: python/CMakeFiles/python-test.dir/rule
.PHONY : python-test

# fast build rule for target.
python-test/fast:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/python-test.dir/build.make python/CMakeFiles/python-test.dir/build
.PHONY : python-test/fast

base.o: base.cpp.o
.PHONY : base.o

# target to build an object file
base.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/base.cpp.o
.PHONY : base.cpp.o

base.i: base.cpp.i
.PHONY : base.i

# target to preprocess a source file
base.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/base.cpp.i
.PHONY : base.cpp.i

base.s: base.cpp.s
.PHONY : base.s

# target to generate assembly for a file
base.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/base.cpp.s
.PHONY : base.cpp.s

basis.o: basis.cpp.o
.PHONY : basis.o

# target to build an object file
basis.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/basis.cpp.o
.PHONY : basis.cpp.o

basis.i: basis.cpp.i
.PHONY : basis.i

# target to preprocess a source file
basis.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/basis.cpp.i
.PHONY : basis.cpp.i

basis.s: basis.cpp.s
.PHONY : basis.s

# target to generate assembly for a file
basis.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/basis.cpp.s
.PHONY : basis.cpp.s

custom.o: custom.cpp.o
.PHONY : custom.o

# target to build an object file
custom.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/custom.cpp.o
.PHONY : custom.cpp.o

custom.i: custom.cpp.i
.PHONY : custom.i

# target to preprocess a source file
custom.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/custom.cpp.i
.PHONY : custom.cpp.i

custom.s: custom.cpp.s
.PHONY : custom.s

# target to generate assembly for a file
custom.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/custom.cpp.s
.PHONY : custom.cpp.s

discrete.o: discrete.cpp.o
.PHONY : discrete.o

# target to build an object file
discrete.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/discrete.cpp.o
.PHONY : discrete.cpp.o

discrete.i: discrete.cpp.i
.PHONY : discrete.i

# target to preprocess a source file
discrete.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/discrete.cpp.i
.PHONY : discrete.cpp.i

discrete.s: discrete.cpp.s
.PHONY : discrete.s

# target to generate assembly for a file
discrete.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/discrete.cpp.s
.PHONY : discrete.cpp.s

geometry.o: geometry.cpp.o
.PHONY : geometry.o

# target to build an object file
geometry.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/geometry.cpp.o
.PHONY : geometry.cpp.o

geometry.i: geometry.cpp.i
.PHONY : geometry.i

# target to preprocess a source file
geometry.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/geometry.cpp.i
.PHONY : geometry.cpp.i

geometry.s: geometry.cpp.s
.PHONY : geometry.s

# target to generate assembly for a file
geometry.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/geometry.cpp.s
.PHONY : geometry.cpp.s

gtsam.o: gtsam.cpp.o
.PHONY : gtsam.o

# target to build an object file
gtsam.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/gtsam.cpp.o
.PHONY : gtsam.cpp.o

gtsam.i: gtsam.cpp.i
.PHONY : gtsam.i

# target to preprocess a source file
gtsam.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/gtsam.cpp.i
.PHONY : gtsam.cpp.i

gtsam.s: gtsam.cpp.s
.PHONY : gtsam.s

# target to generate assembly for a file
gtsam.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/gtsam.cpp.s
.PHONY : gtsam.cpp.s

gtsam_unstable.o: gtsam_unstable.cpp.o
.PHONY : gtsam_unstable.o

# target to build an object file
gtsam_unstable.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_unstable_py.dir/build.make python/CMakeFiles/gtsam_unstable_py.dir/gtsam_unstable.cpp.o
.PHONY : gtsam_unstable.cpp.o

gtsam_unstable.i: gtsam_unstable.cpp.i
.PHONY : gtsam_unstable.i

# target to preprocess a source file
gtsam_unstable.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_unstable_py.dir/build.make python/CMakeFiles/gtsam_unstable_py.dir/gtsam_unstable.cpp.i
.PHONY : gtsam_unstable.cpp.i

gtsam_unstable.s: gtsam_unstable.cpp.s
.PHONY : gtsam_unstable.s

# target to generate assembly for a file
gtsam_unstable.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_unstable_py.dir/build.make python/CMakeFiles/gtsam_unstable_py.dir/gtsam_unstable.cpp.s
.PHONY : gtsam_unstable.cpp.s

hybrid.o: hybrid.cpp.o
.PHONY : hybrid.o

# target to build an object file
hybrid.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/hybrid.cpp.o
.PHONY : hybrid.cpp.o

hybrid.i: hybrid.cpp.i
.PHONY : hybrid.i

# target to preprocess a source file
hybrid.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/hybrid.cpp.i
.PHONY : hybrid.cpp.i

hybrid.s: hybrid.cpp.s
.PHONY : hybrid.s

# target to generate assembly for a file
hybrid.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/hybrid.cpp.s
.PHONY : hybrid.cpp.s

inference.o: inference.cpp.o
.PHONY : inference.o

# target to build an object file
inference.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/inference.cpp.o
.PHONY : inference.cpp.o

inference.i: inference.cpp.i
.PHONY : inference.i

# target to preprocess a source file
inference.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/inference.cpp.i
.PHONY : inference.cpp.i

inference.s: inference.cpp.s
.PHONY : inference.s

# target to generate assembly for a file
inference.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/inference.cpp.s
.PHONY : inference.cpp.s

linear.o: linear.cpp.o
.PHONY : linear.o

# target to build an object file
linear.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/linear.cpp.o
.PHONY : linear.cpp.o

linear.i: linear.cpp.i
.PHONY : linear.i

# target to preprocess a source file
linear.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/linear.cpp.i
.PHONY : linear.cpp.i

linear.s: linear.cpp.s
.PHONY : linear.s

# target to generate assembly for a file
linear.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/linear.cpp.s
.PHONY : linear.cpp.s

navigation.o: navigation.cpp.o
.PHONY : navigation.o

# target to build an object file
navigation.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/navigation.cpp.o
.PHONY : navigation.cpp.o

navigation.i: navigation.cpp.i
.PHONY : navigation.i

# target to preprocess a source file
navigation.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/navigation.cpp.i
.PHONY : navigation.cpp.i

navigation.s: navigation.cpp.s
.PHONY : navigation.s

# target to generate assembly for a file
navigation.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/navigation.cpp.s
.PHONY : navigation.cpp.s

nonlinear.o: nonlinear.cpp.o
.PHONY : nonlinear.o

# target to build an object file
nonlinear.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/nonlinear.cpp.o
.PHONY : nonlinear.cpp.o

nonlinear.i: nonlinear.cpp.i
.PHONY : nonlinear.i

# target to preprocess a source file
nonlinear.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/nonlinear.cpp.i
.PHONY : nonlinear.cpp.i

nonlinear.s: nonlinear.cpp.s
.PHONY : nonlinear.s

# target to generate assembly for a file
nonlinear.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/nonlinear.cpp.s
.PHONY : nonlinear.cpp.s

sam.o: sam.cpp.o
.PHONY : sam.o

# target to build an object file
sam.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/sam.cpp.o
.PHONY : sam.cpp.o

sam.i: sam.cpp.i
.PHONY : sam.i

# target to preprocess a source file
sam.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/sam.cpp.i
.PHONY : sam.cpp.i

sam.s: sam.cpp.s
.PHONY : sam.s

# target to generate assembly for a file
sam.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/sam.cpp.s
.PHONY : sam.cpp.s

sfm.o: sfm.cpp.o
.PHONY : sfm.o

# target to build an object file
sfm.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/sfm.cpp.o
.PHONY : sfm.cpp.o

sfm.i: sfm.cpp.i
.PHONY : sfm.i

# target to preprocess a source file
sfm.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/sfm.cpp.i
.PHONY : sfm.cpp.i

sfm.s: sfm.cpp.s
.PHONY : sfm.s

# target to generate assembly for a file
sfm.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/sfm.cpp.s
.PHONY : sfm.cpp.s

slam.o: slam.cpp.o
.PHONY : slam.o

# target to build an object file
slam.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/slam.cpp.o
.PHONY : slam.cpp.o

slam.i: slam.cpp.i
.PHONY : slam.i

# target to preprocess a source file
slam.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/slam.cpp.i
.PHONY : slam.cpp.i

slam.s: slam.cpp.s
.PHONY : slam.s

# target to generate assembly for a file
slam.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/slam.cpp.s
.PHONY : slam.cpp.s

symbolic.o: symbolic.cpp.o
.PHONY : symbolic.o

# target to build an object file
symbolic.cpp.o:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/symbolic.cpp.o
.PHONY : symbolic.cpp.o

symbolic.i: symbolic.cpp.i
.PHONY : symbolic.i

# target to preprocess a source file
symbolic.cpp.i:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/symbolic.cpp.i
.PHONY : symbolic.cpp.i

symbolic.s: symbolic.cpp.s
.PHONY : symbolic.s

# target to generate assembly for a file
symbolic.cpp.s:
	cd /home/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(MAKE) $(MAKESILENT) -f python/CMakeFiles/gtsam_py.dir/build.make python/CMakeFiles/gtsam_py.dir/symbolic.cpp.s
.PHONY : symbolic.cpp.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... gtsam_header"
	@echo "... gtsam_unstable_header"
	@echo "... pybind_wrap_gtsam"
	@echo "... pybind_wrap_gtsam_unstable"
	@echo "... python-install"
	@echo "... python-test"
	@echo "... gtsam_py"
	@echo "... gtsam_unstable_py"
	@echo "... base.o"
	@echo "... base.i"
	@echo "... base.s"
	@echo "... basis.o"
	@echo "... basis.i"
	@echo "... basis.s"
	@echo "... custom.o"
	@echo "... custom.i"
	@echo "... custom.s"
	@echo "... discrete.o"
	@echo "... discrete.i"
	@echo "... discrete.s"
	@echo "... geometry.o"
	@echo "... geometry.i"
	@echo "... geometry.s"
	@echo "... gtsam.o"
	@echo "... gtsam.i"
	@echo "... gtsam.s"
	@echo "... gtsam_unstable.o"
	@echo "... gtsam_unstable.i"
	@echo "... gtsam_unstable.s"
	@echo "... hybrid.o"
	@echo "... hybrid.i"
	@echo "... hybrid.s"
	@echo "... inference.o"
	@echo "... inference.i"
	@echo "... inference.s"
	@echo "... linear.o"
	@echo "... linear.i"
	@echo "... linear.s"
	@echo "... navigation.o"
	@echo "... navigation.i"
	@echo "... navigation.s"
	@echo "... nonlinear.o"
	@echo "... nonlinear.i"
	@echo "... nonlinear.s"
	@echo "... sam.o"
	@echo "... sam.i"
	@echo "... sam.s"
	@echo "... sfm.o"
	@echo "... sfm.i"
	@echo "... sfm.s"
	@echo "... slam.o"
	@echo "... slam.i"
	@echo "... slam.s"
	@echo "... symbolic.o"
	@echo "... symbolic.i"
	@echo "... symbolic.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/worker/yt/CVPR24/NeRF-SLAM/build_gtsam && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

