# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.22 # 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/lib/python3.8/dist-packages/cmake/data/bin/cmake # The command to remove a file. RM = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /content/ceres-solver-2.1.0 # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /content/ceres-bin #============================================================================= # Targets provided globally by CMake. # Special rule for the target test test: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." /usr/local/lib/python3.8/dist-packages/cmake/data/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/lib/python3.8/dist-packages/cmake/data/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/lib/python3.8/dist-packages/cmake/data/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/lib/python3.8/dist-packages/cmake/data/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/lib/python3.8/dist-packages/cmake/data/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/lib/python3.8/dist-packages/cmake/data/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/lib/python3.8/dist-packages/cmake/data/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/lib/python3.8/dist-packages/cmake/data/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/lib/python3.8/dist-packages/cmake/data/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 /content/ceres-bin && $(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles /content/ceres-bin/examples//CMakeFiles/progress.marks cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all $(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall .PHONY : preinstall/fast # clear depends depend: cd /content/ceres-bin && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. examples/CMakeFiles/helloworld.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/helloworld.dir/rule .PHONY : examples/CMakeFiles/helloworld.dir/rule # Convenience name for target. helloworld: examples/CMakeFiles/helloworld.dir/rule .PHONY : helloworld # fast build rule for target. helloworld/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld.dir/build.make examples/CMakeFiles/helloworld.dir/build .PHONY : helloworld/fast # Convenience name for target. examples/CMakeFiles/helloworld_numeric_diff.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/helloworld_numeric_diff.dir/rule .PHONY : examples/CMakeFiles/helloworld_numeric_diff.dir/rule # Convenience name for target. helloworld_numeric_diff: examples/CMakeFiles/helloworld_numeric_diff.dir/rule .PHONY : helloworld_numeric_diff # fast build rule for target. helloworld_numeric_diff/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld_numeric_diff.dir/build.make examples/CMakeFiles/helloworld_numeric_diff.dir/build .PHONY : helloworld_numeric_diff/fast # Convenience name for target. examples/CMakeFiles/helloworld_analytic_diff.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/helloworld_analytic_diff.dir/rule .PHONY : examples/CMakeFiles/helloworld_analytic_diff.dir/rule # Convenience name for target. helloworld_analytic_diff: examples/CMakeFiles/helloworld_analytic_diff.dir/rule .PHONY : helloworld_analytic_diff # fast build rule for target. helloworld_analytic_diff/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld_analytic_diff.dir/build.make examples/CMakeFiles/helloworld_analytic_diff.dir/build .PHONY : helloworld_analytic_diff/fast # Convenience name for target. examples/CMakeFiles/curve_fitting.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/curve_fitting.dir/rule .PHONY : examples/CMakeFiles/curve_fitting.dir/rule # Convenience name for target. curve_fitting: examples/CMakeFiles/curve_fitting.dir/rule .PHONY : curve_fitting # fast build rule for target. curve_fitting/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curve_fitting.dir/build.make examples/CMakeFiles/curve_fitting.dir/build .PHONY : curve_fitting/fast # Convenience name for target. examples/CMakeFiles/rosenbrock.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/rosenbrock.dir/rule .PHONY : examples/CMakeFiles/rosenbrock.dir/rule # Convenience name for target. rosenbrock: examples/CMakeFiles/rosenbrock.dir/rule .PHONY : rosenbrock # fast build rule for target. rosenbrock/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock.dir/build.make examples/CMakeFiles/rosenbrock.dir/build .PHONY : rosenbrock/fast # Convenience name for target. examples/CMakeFiles/rosenbrock_analytic_diff.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/rosenbrock_analytic_diff.dir/rule .PHONY : examples/CMakeFiles/rosenbrock_analytic_diff.dir/rule # Convenience name for target. rosenbrock_analytic_diff: examples/CMakeFiles/rosenbrock_analytic_diff.dir/rule .PHONY : rosenbrock_analytic_diff # fast build rule for target. rosenbrock_analytic_diff/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock_analytic_diff.dir/build.make examples/CMakeFiles/rosenbrock_analytic_diff.dir/build .PHONY : rosenbrock_analytic_diff/fast # Convenience name for target. examples/CMakeFiles/rosenbrock_numeric_diff.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/rosenbrock_numeric_diff.dir/rule .PHONY : examples/CMakeFiles/rosenbrock_numeric_diff.dir/rule # Convenience name for target. rosenbrock_numeric_diff: examples/CMakeFiles/rosenbrock_numeric_diff.dir/rule .PHONY : rosenbrock_numeric_diff # fast build rule for target. rosenbrock_numeric_diff/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock_numeric_diff.dir/build.make examples/CMakeFiles/rosenbrock_numeric_diff.dir/build .PHONY : rosenbrock_numeric_diff/fast # Convenience name for target. examples/CMakeFiles/curve_fitting_c.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/curve_fitting_c.dir/rule .PHONY : examples/CMakeFiles/curve_fitting_c.dir/rule # Convenience name for target. curve_fitting_c: examples/CMakeFiles/curve_fitting_c.dir/rule .PHONY : curve_fitting_c # fast build rule for target. curve_fitting_c/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curve_fitting_c.dir/build.make examples/CMakeFiles/curve_fitting_c.dir/build .PHONY : curve_fitting_c/fast # Convenience name for target. examples/CMakeFiles/ellipse_approximation.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/ellipse_approximation.dir/rule .PHONY : examples/CMakeFiles/ellipse_approximation.dir/rule # Convenience name for target. ellipse_approximation: examples/CMakeFiles/ellipse_approximation.dir/rule .PHONY : ellipse_approximation # fast build rule for target. ellipse_approximation/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/ellipse_approximation.dir/build.make examples/CMakeFiles/ellipse_approximation.dir/build .PHONY : ellipse_approximation/fast # Convenience name for target. examples/CMakeFiles/robust_curve_fitting.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/robust_curve_fitting.dir/rule .PHONY : examples/CMakeFiles/robust_curve_fitting.dir/rule # Convenience name for target. robust_curve_fitting: examples/CMakeFiles/robust_curve_fitting.dir/rule .PHONY : robust_curve_fitting # fast build rule for target. robust_curve_fitting/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/robust_curve_fitting.dir/build.make examples/CMakeFiles/robust_curve_fitting.dir/build .PHONY : robust_curve_fitting/fast # Convenience name for target. examples/CMakeFiles/simple_bundle_adjuster.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/simple_bundle_adjuster.dir/rule .PHONY : examples/CMakeFiles/simple_bundle_adjuster.dir/rule # Convenience name for target. simple_bundle_adjuster: examples/CMakeFiles/simple_bundle_adjuster.dir/rule .PHONY : simple_bundle_adjuster # fast build rule for target. simple_bundle_adjuster/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple_bundle_adjuster.dir/build.make examples/CMakeFiles/simple_bundle_adjuster.dir/build .PHONY : simple_bundle_adjuster/fast # Convenience name for target. examples/CMakeFiles/bicubic_interpolation.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/bicubic_interpolation.dir/rule .PHONY : examples/CMakeFiles/bicubic_interpolation.dir/rule # Convenience name for target. bicubic_interpolation: examples/CMakeFiles/bicubic_interpolation.dir/rule .PHONY : bicubic_interpolation # fast build rule for target. bicubic_interpolation/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bicubic_interpolation.dir/build.make examples/CMakeFiles/bicubic_interpolation.dir/build .PHONY : bicubic_interpolation/fast # Convenience name for target. examples/CMakeFiles/bicubic_interpolation_analytic.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/bicubic_interpolation_analytic.dir/rule .PHONY : examples/CMakeFiles/bicubic_interpolation_analytic.dir/rule # Convenience name for target. bicubic_interpolation_analytic: examples/CMakeFiles/bicubic_interpolation_analytic.dir/rule .PHONY : bicubic_interpolation_analytic # fast build rule for target. bicubic_interpolation_analytic/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bicubic_interpolation_analytic.dir/build.make examples/CMakeFiles/bicubic_interpolation_analytic.dir/build .PHONY : bicubic_interpolation_analytic/fast # Convenience name for target. examples/CMakeFiles/powell.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/powell.dir/rule .PHONY : examples/CMakeFiles/powell.dir/rule # Convenience name for target. powell: examples/CMakeFiles/powell.dir/rule .PHONY : powell # fast build rule for target. powell/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/powell.dir/build.make examples/CMakeFiles/powell.dir/build .PHONY : powell/fast # Convenience name for target. examples/CMakeFiles/nist.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/nist.dir/rule .PHONY : examples/CMakeFiles/nist.dir/rule # Convenience name for target. nist: examples/CMakeFiles/nist.dir/rule .PHONY : nist # fast build rule for target. nist/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nist.dir/build.make examples/CMakeFiles/nist.dir/build .PHONY : nist/fast # Convenience name for target. examples/CMakeFiles/more_garbow_hillstrom.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/more_garbow_hillstrom.dir/rule .PHONY : examples/CMakeFiles/more_garbow_hillstrom.dir/rule # Convenience name for target. more_garbow_hillstrom: examples/CMakeFiles/more_garbow_hillstrom.dir/rule .PHONY : more_garbow_hillstrom # fast build rule for target. more_garbow_hillstrom/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/more_garbow_hillstrom.dir/build.make examples/CMakeFiles/more_garbow_hillstrom.dir/build .PHONY : more_garbow_hillstrom/fast # Convenience name for target. examples/CMakeFiles/circle_fit.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/circle_fit.dir/rule .PHONY : examples/CMakeFiles/circle_fit.dir/rule # Convenience name for target. circle_fit: examples/CMakeFiles/circle_fit.dir/rule .PHONY : circle_fit # fast build rule for target. circle_fit/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/circle_fit.dir/build.make examples/CMakeFiles/circle_fit.dir/build .PHONY : circle_fit/fast # Convenience name for target. examples/CMakeFiles/bundle_adjuster.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/bundle_adjuster.dir/rule .PHONY : examples/CMakeFiles/bundle_adjuster.dir/rule # Convenience name for target. bundle_adjuster: examples/CMakeFiles/bundle_adjuster.dir/rule .PHONY : bundle_adjuster # fast build rule for target. bundle_adjuster/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bundle_adjuster.dir/build.make examples/CMakeFiles/bundle_adjuster.dir/build .PHONY : bundle_adjuster/fast # Convenience name for target. examples/CMakeFiles/libmv_bundle_adjuster.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/libmv_bundle_adjuster.dir/rule .PHONY : examples/CMakeFiles/libmv_bundle_adjuster.dir/rule # Convenience name for target. libmv_bundle_adjuster: examples/CMakeFiles/libmv_bundle_adjuster.dir/rule .PHONY : libmv_bundle_adjuster # fast build rule for target. libmv_bundle_adjuster/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/libmv_bundle_adjuster.dir/build.make examples/CMakeFiles/libmv_bundle_adjuster.dir/build .PHONY : libmv_bundle_adjuster/fast # Convenience name for target. examples/CMakeFiles/libmv_homography.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/libmv_homography.dir/rule .PHONY : examples/CMakeFiles/libmv_homography.dir/rule # Convenience name for target. libmv_homography: examples/CMakeFiles/libmv_homography.dir/rule .PHONY : libmv_homography # fast build rule for target. libmv_homography/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/libmv_homography.dir/build.make examples/CMakeFiles/libmv_homography.dir/build .PHONY : libmv_homography/fast # Convenience name for target. examples/CMakeFiles/denoising.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/denoising.dir/rule .PHONY : examples/CMakeFiles/denoising.dir/rule # Convenience name for target. denoising: examples/CMakeFiles/denoising.dir/rule .PHONY : denoising # fast build rule for target. denoising/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/denoising.dir/build.make examples/CMakeFiles/denoising.dir/build .PHONY : denoising/fast # Convenience name for target. examples/CMakeFiles/robot_pose_mle.dir/rule: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/robot_pose_mle.dir/rule .PHONY : examples/CMakeFiles/robot_pose_mle.dir/rule # Convenience name for target. robot_pose_mle: examples/CMakeFiles/robot_pose_mle.dir/rule .PHONY : robot_pose_mle # fast build rule for target. robot_pose_mle/fast: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/robot_pose_mle.dir/build.make examples/CMakeFiles/robot_pose_mle.dir/build .PHONY : robot_pose_mle/fast bal_problem.o: bal_problem.cc.o .PHONY : bal_problem.o # target to build an object file bal_problem.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bundle_adjuster.dir/build.make examples/CMakeFiles/bundle_adjuster.dir/bal_problem.cc.o .PHONY : bal_problem.cc.o bal_problem.i: bal_problem.cc.i .PHONY : bal_problem.i # target to preprocess a source file bal_problem.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bundle_adjuster.dir/build.make examples/CMakeFiles/bundle_adjuster.dir/bal_problem.cc.i .PHONY : bal_problem.cc.i bal_problem.s: bal_problem.cc.s .PHONY : bal_problem.s # target to generate assembly for a file bal_problem.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bundle_adjuster.dir/build.make examples/CMakeFiles/bundle_adjuster.dir/bal_problem.cc.s .PHONY : bal_problem.cc.s bicubic_interpolation.o: bicubic_interpolation.cc.o .PHONY : bicubic_interpolation.o # target to build an object file bicubic_interpolation.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bicubic_interpolation.dir/build.make examples/CMakeFiles/bicubic_interpolation.dir/bicubic_interpolation.cc.o .PHONY : bicubic_interpolation.cc.o bicubic_interpolation.i: bicubic_interpolation.cc.i .PHONY : bicubic_interpolation.i # target to preprocess a source file bicubic_interpolation.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bicubic_interpolation.dir/build.make examples/CMakeFiles/bicubic_interpolation.dir/bicubic_interpolation.cc.i .PHONY : bicubic_interpolation.cc.i bicubic_interpolation.s: bicubic_interpolation.cc.s .PHONY : bicubic_interpolation.s # target to generate assembly for a file bicubic_interpolation.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bicubic_interpolation.dir/build.make examples/CMakeFiles/bicubic_interpolation.dir/bicubic_interpolation.cc.s .PHONY : bicubic_interpolation.cc.s bicubic_interpolation_analytic.o: bicubic_interpolation_analytic.cc.o .PHONY : bicubic_interpolation_analytic.o # target to build an object file bicubic_interpolation_analytic.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bicubic_interpolation_analytic.dir/build.make examples/CMakeFiles/bicubic_interpolation_analytic.dir/bicubic_interpolation_analytic.cc.o .PHONY : bicubic_interpolation_analytic.cc.o bicubic_interpolation_analytic.i: bicubic_interpolation_analytic.cc.i .PHONY : bicubic_interpolation_analytic.i # target to preprocess a source file bicubic_interpolation_analytic.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bicubic_interpolation_analytic.dir/build.make examples/CMakeFiles/bicubic_interpolation_analytic.dir/bicubic_interpolation_analytic.cc.i .PHONY : bicubic_interpolation_analytic.cc.i bicubic_interpolation_analytic.s: bicubic_interpolation_analytic.cc.s .PHONY : bicubic_interpolation_analytic.s # target to generate assembly for a file bicubic_interpolation_analytic.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bicubic_interpolation_analytic.dir/build.make examples/CMakeFiles/bicubic_interpolation_analytic.dir/bicubic_interpolation_analytic.cc.s .PHONY : bicubic_interpolation_analytic.cc.s bundle_adjuster.o: bundle_adjuster.cc.o .PHONY : bundle_adjuster.o # target to build an object file bundle_adjuster.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bundle_adjuster.dir/build.make examples/CMakeFiles/bundle_adjuster.dir/bundle_adjuster.cc.o .PHONY : bundle_adjuster.cc.o bundle_adjuster.i: bundle_adjuster.cc.i .PHONY : bundle_adjuster.i # target to preprocess a source file bundle_adjuster.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bundle_adjuster.dir/build.make examples/CMakeFiles/bundle_adjuster.dir/bundle_adjuster.cc.i .PHONY : bundle_adjuster.cc.i bundle_adjuster.s: bundle_adjuster.cc.s .PHONY : bundle_adjuster.s # target to generate assembly for a file bundle_adjuster.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/bundle_adjuster.dir/build.make examples/CMakeFiles/bundle_adjuster.dir/bundle_adjuster.cc.s .PHONY : bundle_adjuster.cc.s circle_fit.o: circle_fit.cc.o .PHONY : circle_fit.o # target to build an object file circle_fit.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/circle_fit.dir/build.make examples/CMakeFiles/circle_fit.dir/circle_fit.cc.o .PHONY : circle_fit.cc.o circle_fit.i: circle_fit.cc.i .PHONY : circle_fit.i # target to preprocess a source file circle_fit.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/circle_fit.dir/build.make examples/CMakeFiles/circle_fit.dir/circle_fit.cc.i .PHONY : circle_fit.cc.i circle_fit.s: circle_fit.cc.s .PHONY : circle_fit.s # target to generate assembly for a file circle_fit.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/circle_fit.dir/build.make examples/CMakeFiles/circle_fit.dir/circle_fit.cc.s .PHONY : circle_fit.cc.s curve_fitting.o: curve_fitting.c.o .PHONY : curve_fitting.o # target to build an object file curve_fitting.c.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curve_fitting_c.dir/build.make examples/CMakeFiles/curve_fitting_c.dir/curve_fitting.c.o .PHONY : curve_fitting.c.o curve_fitting.i: curve_fitting.c.i .PHONY : curve_fitting.i # target to preprocess a source file curve_fitting.c.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curve_fitting_c.dir/build.make examples/CMakeFiles/curve_fitting_c.dir/curve_fitting.c.i .PHONY : curve_fitting.c.i curve_fitting.s: curve_fitting.c.s .PHONY : curve_fitting.s # target to generate assembly for a file curve_fitting.c.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curve_fitting_c.dir/build.make examples/CMakeFiles/curve_fitting_c.dir/curve_fitting.c.s .PHONY : curve_fitting.c.s curve_fitting.o: curve_fitting.cc.o .PHONY : curve_fitting.o # target to build an object file curve_fitting.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curve_fitting.dir/build.make examples/CMakeFiles/curve_fitting.dir/curve_fitting.cc.o .PHONY : curve_fitting.cc.o curve_fitting.i: curve_fitting.cc.i .PHONY : curve_fitting.i # target to preprocess a source file curve_fitting.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curve_fitting.dir/build.make examples/CMakeFiles/curve_fitting.dir/curve_fitting.cc.i .PHONY : curve_fitting.cc.i curve_fitting.s: curve_fitting.cc.s .PHONY : curve_fitting.s # target to generate assembly for a file curve_fitting.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curve_fitting.dir/build.make examples/CMakeFiles/curve_fitting.dir/curve_fitting.cc.s .PHONY : curve_fitting.cc.s denoising.o: denoising.cc.o .PHONY : denoising.o # target to build an object file denoising.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/denoising.dir/build.make examples/CMakeFiles/denoising.dir/denoising.cc.o .PHONY : denoising.cc.o denoising.i: denoising.cc.i .PHONY : denoising.i # target to preprocess a source file denoising.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/denoising.dir/build.make examples/CMakeFiles/denoising.dir/denoising.cc.i .PHONY : denoising.cc.i denoising.s: denoising.cc.s .PHONY : denoising.s # target to generate assembly for a file denoising.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/denoising.dir/build.make examples/CMakeFiles/denoising.dir/denoising.cc.s .PHONY : denoising.cc.s ellipse_approximation.o: ellipse_approximation.cc.o .PHONY : ellipse_approximation.o # target to build an object file ellipse_approximation.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/ellipse_approximation.dir/build.make examples/CMakeFiles/ellipse_approximation.dir/ellipse_approximation.cc.o .PHONY : ellipse_approximation.cc.o ellipse_approximation.i: ellipse_approximation.cc.i .PHONY : ellipse_approximation.i # target to preprocess a source file ellipse_approximation.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/ellipse_approximation.dir/build.make examples/CMakeFiles/ellipse_approximation.dir/ellipse_approximation.cc.i .PHONY : ellipse_approximation.cc.i ellipse_approximation.s: ellipse_approximation.cc.s .PHONY : ellipse_approximation.s # target to generate assembly for a file ellipse_approximation.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/ellipse_approximation.dir/build.make examples/CMakeFiles/ellipse_approximation.dir/ellipse_approximation.cc.s .PHONY : ellipse_approximation.cc.s fields_of_experts.o: fields_of_experts.cc.o .PHONY : fields_of_experts.o # target to build an object file fields_of_experts.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/denoising.dir/build.make examples/CMakeFiles/denoising.dir/fields_of_experts.cc.o .PHONY : fields_of_experts.cc.o fields_of_experts.i: fields_of_experts.cc.i .PHONY : fields_of_experts.i # target to preprocess a source file fields_of_experts.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/denoising.dir/build.make examples/CMakeFiles/denoising.dir/fields_of_experts.cc.i .PHONY : fields_of_experts.cc.i fields_of_experts.s: fields_of_experts.cc.s .PHONY : fields_of_experts.s # target to generate assembly for a file fields_of_experts.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/denoising.dir/build.make examples/CMakeFiles/denoising.dir/fields_of_experts.cc.s .PHONY : fields_of_experts.cc.s helloworld.o: helloworld.cc.o .PHONY : helloworld.o # target to build an object file helloworld.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld.dir/build.make examples/CMakeFiles/helloworld.dir/helloworld.cc.o .PHONY : helloworld.cc.o helloworld.i: helloworld.cc.i .PHONY : helloworld.i # target to preprocess a source file helloworld.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld.dir/build.make examples/CMakeFiles/helloworld.dir/helloworld.cc.i .PHONY : helloworld.cc.i helloworld.s: helloworld.cc.s .PHONY : helloworld.s # target to generate assembly for a file helloworld.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld.dir/build.make examples/CMakeFiles/helloworld.dir/helloworld.cc.s .PHONY : helloworld.cc.s helloworld_analytic_diff.o: helloworld_analytic_diff.cc.o .PHONY : helloworld_analytic_diff.o # target to build an object file helloworld_analytic_diff.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld_analytic_diff.dir/build.make examples/CMakeFiles/helloworld_analytic_diff.dir/helloworld_analytic_diff.cc.o .PHONY : helloworld_analytic_diff.cc.o helloworld_analytic_diff.i: helloworld_analytic_diff.cc.i .PHONY : helloworld_analytic_diff.i # target to preprocess a source file helloworld_analytic_diff.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld_analytic_diff.dir/build.make examples/CMakeFiles/helloworld_analytic_diff.dir/helloworld_analytic_diff.cc.i .PHONY : helloworld_analytic_diff.cc.i helloworld_analytic_diff.s: helloworld_analytic_diff.cc.s .PHONY : helloworld_analytic_diff.s # target to generate assembly for a file helloworld_analytic_diff.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld_analytic_diff.dir/build.make examples/CMakeFiles/helloworld_analytic_diff.dir/helloworld_analytic_diff.cc.s .PHONY : helloworld_analytic_diff.cc.s helloworld_numeric_diff.o: helloworld_numeric_diff.cc.o .PHONY : helloworld_numeric_diff.o # target to build an object file helloworld_numeric_diff.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld_numeric_diff.dir/build.make examples/CMakeFiles/helloworld_numeric_diff.dir/helloworld_numeric_diff.cc.o .PHONY : helloworld_numeric_diff.cc.o helloworld_numeric_diff.i: helloworld_numeric_diff.cc.i .PHONY : helloworld_numeric_diff.i # target to preprocess a source file helloworld_numeric_diff.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld_numeric_diff.dir/build.make examples/CMakeFiles/helloworld_numeric_diff.dir/helloworld_numeric_diff.cc.i .PHONY : helloworld_numeric_diff.cc.i helloworld_numeric_diff.s: helloworld_numeric_diff.cc.s .PHONY : helloworld_numeric_diff.s # target to generate assembly for a file helloworld_numeric_diff.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/helloworld_numeric_diff.dir/build.make examples/CMakeFiles/helloworld_numeric_diff.dir/helloworld_numeric_diff.cc.s .PHONY : helloworld_numeric_diff.cc.s libmv_bundle_adjuster.o: libmv_bundle_adjuster.cc.o .PHONY : libmv_bundle_adjuster.o # target to build an object file libmv_bundle_adjuster.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/libmv_bundle_adjuster.dir/build.make examples/CMakeFiles/libmv_bundle_adjuster.dir/libmv_bundle_adjuster.cc.o .PHONY : libmv_bundle_adjuster.cc.o libmv_bundle_adjuster.i: libmv_bundle_adjuster.cc.i .PHONY : libmv_bundle_adjuster.i # target to preprocess a source file libmv_bundle_adjuster.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/libmv_bundle_adjuster.dir/build.make examples/CMakeFiles/libmv_bundle_adjuster.dir/libmv_bundle_adjuster.cc.i .PHONY : libmv_bundle_adjuster.cc.i libmv_bundle_adjuster.s: libmv_bundle_adjuster.cc.s .PHONY : libmv_bundle_adjuster.s # target to generate assembly for a file libmv_bundle_adjuster.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/libmv_bundle_adjuster.dir/build.make examples/CMakeFiles/libmv_bundle_adjuster.dir/libmv_bundle_adjuster.cc.s .PHONY : libmv_bundle_adjuster.cc.s libmv_homography.o: libmv_homography.cc.o .PHONY : libmv_homography.o # target to build an object file libmv_homography.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/libmv_homography.dir/build.make examples/CMakeFiles/libmv_homography.dir/libmv_homography.cc.o .PHONY : libmv_homography.cc.o libmv_homography.i: libmv_homography.cc.i .PHONY : libmv_homography.i # target to preprocess a source file libmv_homography.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/libmv_homography.dir/build.make examples/CMakeFiles/libmv_homography.dir/libmv_homography.cc.i .PHONY : libmv_homography.cc.i libmv_homography.s: libmv_homography.cc.s .PHONY : libmv_homography.s # target to generate assembly for a file libmv_homography.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/libmv_homography.dir/build.make examples/CMakeFiles/libmv_homography.dir/libmv_homography.cc.s .PHONY : libmv_homography.cc.s more_garbow_hillstrom.o: more_garbow_hillstrom.cc.o .PHONY : more_garbow_hillstrom.o # target to build an object file more_garbow_hillstrom.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/more_garbow_hillstrom.dir/build.make examples/CMakeFiles/more_garbow_hillstrom.dir/more_garbow_hillstrom.cc.o .PHONY : more_garbow_hillstrom.cc.o more_garbow_hillstrom.i: more_garbow_hillstrom.cc.i .PHONY : more_garbow_hillstrom.i # target to preprocess a source file more_garbow_hillstrom.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/more_garbow_hillstrom.dir/build.make examples/CMakeFiles/more_garbow_hillstrom.dir/more_garbow_hillstrom.cc.i .PHONY : more_garbow_hillstrom.cc.i more_garbow_hillstrom.s: more_garbow_hillstrom.cc.s .PHONY : more_garbow_hillstrom.s # target to generate assembly for a file more_garbow_hillstrom.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/more_garbow_hillstrom.dir/build.make examples/CMakeFiles/more_garbow_hillstrom.dir/more_garbow_hillstrom.cc.s .PHONY : more_garbow_hillstrom.cc.s nist.o: nist.cc.o .PHONY : nist.o # target to build an object file nist.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nist.dir/build.make examples/CMakeFiles/nist.dir/nist.cc.o .PHONY : nist.cc.o nist.i: nist.cc.i .PHONY : nist.i # target to preprocess a source file nist.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nist.dir/build.make examples/CMakeFiles/nist.dir/nist.cc.i .PHONY : nist.cc.i nist.s: nist.cc.s .PHONY : nist.s # target to generate assembly for a file nist.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nist.dir/build.make examples/CMakeFiles/nist.dir/nist.cc.s .PHONY : nist.cc.s powell.o: powell.cc.o .PHONY : powell.o # target to build an object file powell.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/powell.dir/build.make examples/CMakeFiles/powell.dir/powell.cc.o .PHONY : powell.cc.o powell.i: powell.cc.i .PHONY : powell.i # target to preprocess a source file powell.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/powell.dir/build.make examples/CMakeFiles/powell.dir/powell.cc.i .PHONY : powell.cc.i powell.s: powell.cc.s .PHONY : powell.s # target to generate assembly for a file powell.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/powell.dir/build.make examples/CMakeFiles/powell.dir/powell.cc.s .PHONY : powell.cc.s robot_pose_mle.o: robot_pose_mle.cc.o .PHONY : robot_pose_mle.o # target to build an object file robot_pose_mle.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/robot_pose_mle.dir/build.make examples/CMakeFiles/robot_pose_mle.dir/robot_pose_mle.cc.o .PHONY : robot_pose_mle.cc.o robot_pose_mle.i: robot_pose_mle.cc.i .PHONY : robot_pose_mle.i # target to preprocess a source file robot_pose_mle.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/robot_pose_mle.dir/build.make examples/CMakeFiles/robot_pose_mle.dir/robot_pose_mle.cc.i .PHONY : robot_pose_mle.cc.i robot_pose_mle.s: robot_pose_mle.cc.s .PHONY : robot_pose_mle.s # target to generate assembly for a file robot_pose_mle.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/robot_pose_mle.dir/build.make examples/CMakeFiles/robot_pose_mle.dir/robot_pose_mle.cc.s .PHONY : robot_pose_mle.cc.s robust_curve_fitting.o: robust_curve_fitting.cc.o .PHONY : robust_curve_fitting.o # target to build an object file robust_curve_fitting.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/robust_curve_fitting.dir/build.make examples/CMakeFiles/robust_curve_fitting.dir/robust_curve_fitting.cc.o .PHONY : robust_curve_fitting.cc.o robust_curve_fitting.i: robust_curve_fitting.cc.i .PHONY : robust_curve_fitting.i # target to preprocess a source file robust_curve_fitting.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/robust_curve_fitting.dir/build.make examples/CMakeFiles/robust_curve_fitting.dir/robust_curve_fitting.cc.i .PHONY : robust_curve_fitting.cc.i robust_curve_fitting.s: robust_curve_fitting.cc.s .PHONY : robust_curve_fitting.s # target to generate assembly for a file robust_curve_fitting.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/robust_curve_fitting.dir/build.make examples/CMakeFiles/robust_curve_fitting.dir/robust_curve_fitting.cc.s .PHONY : robust_curve_fitting.cc.s rosenbrock.o: rosenbrock.cc.o .PHONY : rosenbrock.o # target to build an object file rosenbrock.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock.dir/build.make examples/CMakeFiles/rosenbrock.dir/rosenbrock.cc.o .PHONY : rosenbrock.cc.o rosenbrock.i: rosenbrock.cc.i .PHONY : rosenbrock.i # target to preprocess a source file rosenbrock.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock.dir/build.make examples/CMakeFiles/rosenbrock.dir/rosenbrock.cc.i .PHONY : rosenbrock.cc.i rosenbrock.s: rosenbrock.cc.s .PHONY : rosenbrock.s # target to generate assembly for a file rosenbrock.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock.dir/build.make examples/CMakeFiles/rosenbrock.dir/rosenbrock.cc.s .PHONY : rosenbrock.cc.s rosenbrock_analytic_diff.o: rosenbrock_analytic_diff.cc.o .PHONY : rosenbrock_analytic_diff.o # target to build an object file rosenbrock_analytic_diff.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock_analytic_diff.dir/build.make examples/CMakeFiles/rosenbrock_analytic_diff.dir/rosenbrock_analytic_diff.cc.o .PHONY : rosenbrock_analytic_diff.cc.o rosenbrock_analytic_diff.i: rosenbrock_analytic_diff.cc.i .PHONY : rosenbrock_analytic_diff.i # target to preprocess a source file rosenbrock_analytic_diff.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock_analytic_diff.dir/build.make examples/CMakeFiles/rosenbrock_analytic_diff.dir/rosenbrock_analytic_diff.cc.i .PHONY : rosenbrock_analytic_diff.cc.i rosenbrock_analytic_diff.s: rosenbrock_analytic_diff.cc.s .PHONY : rosenbrock_analytic_diff.s # target to generate assembly for a file rosenbrock_analytic_diff.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock_analytic_diff.dir/build.make examples/CMakeFiles/rosenbrock_analytic_diff.dir/rosenbrock_analytic_diff.cc.s .PHONY : rosenbrock_analytic_diff.cc.s rosenbrock_numeric_diff.o: rosenbrock_numeric_diff.cc.o .PHONY : rosenbrock_numeric_diff.o # target to build an object file rosenbrock_numeric_diff.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock_numeric_diff.dir/build.make examples/CMakeFiles/rosenbrock_numeric_diff.dir/rosenbrock_numeric_diff.cc.o .PHONY : rosenbrock_numeric_diff.cc.o rosenbrock_numeric_diff.i: rosenbrock_numeric_diff.cc.i .PHONY : rosenbrock_numeric_diff.i # target to preprocess a source file rosenbrock_numeric_diff.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock_numeric_diff.dir/build.make examples/CMakeFiles/rosenbrock_numeric_diff.dir/rosenbrock_numeric_diff.cc.i .PHONY : rosenbrock_numeric_diff.cc.i rosenbrock_numeric_diff.s: rosenbrock_numeric_diff.cc.s .PHONY : rosenbrock_numeric_diff.s # target to generate assembly for a file rosenbrock_numeric_diff.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/rosenbrock_numeric_diff.dir/build.make examples/CMakeFiles/rosenbrock_numeric_diff.dir/rosenbrock_numeric_diff.cc.s .PHONY : rosenbrock_numeric_diff.cc.s simple_bundle_adjuster.o: simple_bundle_adjuster.cc.o .PHONY : simple_bundle_adjuster.o # target to build an object file simple_bundle_adjuster.cc.o: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple_bundle_adjuster.dir/build.make examples/CMakeFiles/simple_bundle_adjuster.dir/simple_bundle_adjuster.cc.o .PHONY : simple_bundle_adjuster.cc.o simple_bundle_adjuster.i: simple_bundle_adjuster.cc.i .PHONY : simple_bundle_adjuster.i # target to preprocess a source file simple_bundle_adjuster.cc.i: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple_bundle_adjuster.dir/build.make examples/CMakeFiles/simple_bundle_adjuster.dir/simple_bundle_adjuster.cc.i .PHONY : simple_bundle_adjuster.cc.i simple_bundle_adjuster.s: simple_bundle_adjuster.cc.s .PHONY : simple_bundle_adjuster.s # target to generate assembly for a file simple_bundle_adjuster.cc.s: cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple_bundle_adjuster.dir/build.make examples/CMakeFiles/simple_bundle_adjuster.dir/simple_bundle_adjuster.cc.s .PHONY : simple_bundle_adjuster.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 "... rebuild_cache" @echo "... test" @echo "... bicubic_interpolation" @echo "... bicubic_interpolation_analytic" @echo "... bundle_adjuster" @echo "... circle_fit" @echo "... curve_fitting" @echo "... curve_fitting_c" @echo "... denoising" @echo "... ellipse_approximation" @echo "... helloworld" @echo "... helloworld_analytic_diff" @echo "... helloworld_numeric_diff" @echo "... libmv_bundle_adjuster" @echo "... libmv_homography" @echo "... more_garbow_hillstrom" @echo "... nist" @echo "... powell" @echo "... robot_pose_mle" @echo "... robust_curve_fitting" @echo "... rosenbrock" @echo "... rosenbrock_analytic_diff" @echo "... rosenbrock_numeric_diff" @echo "... simple_bundle_adjuster" @echo "... bal_problem.o" @echo "... bal_problem.i" @echo "... bal_problem.s" @echo "... bicubic_interpolation.o" @echo "... bicubic_interpolation.i" @echo "... bicubic_interpolation.s" @echo "... bicubic_interpolation_analytic.o" @echo "... bicubic_interpolation_analytic.i" @echo "... bicubic_interpolation_analytic.s" @echo "... bundle_adjuster.o" @echo "... bundle_adjuster.i" @echo "... bundle_adjuster.s" @echo "... circle_fit.o" @echo "... circle_fit.i" @echo "... circle_fit.s" @echo "... curve_fitting.o" @echo "... curve_fitting.i" @echo "... curve_fitting.s" @echo "... curve_fitting.o" @echo "... curve_fitting.i" @echo "... curve_fitting.s" @echo "... denoising.o" @echo "... denoising.i" @echo "... denoising.s" @echo "... ellipse_approximation.o" @echo "... ellipse_approximation.i" @echo "... ellipse_approximation.s" @echo "... fields_of_experts.o" @echo "... fields_of_experts.i" @echo "... fields_of_experts.s" @echo "... helloworld.o" @echo "... helloworld.i" @echo "... helloworld.s" @echo "... helloworld_analytic_diff.o" @echo "... helloworld_analytic_diff.i" @echo "... helloworld_analytic_diff.s" @echo "... helloworld_numeric_diff.o" @echo "... helloworld_numeric_diff.i" @echo "... helloworld_numeric_diff.s" @echo "... libmv_bundle_adjuster.o" @echo "... libmv_bundle_adjuster.i" @echo "... libmv_bundle_adjuster.s" @echo "... libmv_homography.o" @echo "... libmv_homography.i" @echo "... libmv_homography.s" @echo "... more_garbow_hillstrom.o" @echo "... more_garbow_hillstrom.i" @echo "... more_garbow_hillstrom.s" @echo "... nist.o" @echo "... nist.i" @echo "... nist.s" @echo "... powell.o" @echo "... powell.i" @echo "... powell.s" @echo "... robot_pose_mle.o" @echo "... robot_pose_mle.i" @echo "... robot_pose_mle.s" @echo "... robust_curve_fitting.o" @echo "... robust_curve_fitting.i" @echo "... robust_curve_fitting.s" @echo "... rosenbrock.o" @echo "... rosenbrock.i" @echo "... rosenbrock.s" @echo "... rosenbrock_analytic_diff.o" @echo "... rosenbrock_analytic_diff.i" @echo "... rosenbrock_analytic_diff.s" @echo "... rosenbrock_numeric_diff.o" @echo "... rosenbrock_numeric_diff.i" @echo "... rosenbrock_numeric_diff.s" @echo "... simple_bundle_adjuster.o" @echo "... simple_bundle_adjuster.i" @echo "... simple_bundle_adjuster.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 /content/ceres-bin && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system