| | |
| | |
| |
|
| | |
| | default_target: all |
| | .PHONY : default_target |
| |
|
| | |
| | .NOTPARALLEL: |
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| | |
| | % : %,v |
| |
|
| | |
| | % : RCS/% |
| |
|
| | |
| | % : RCS/%,v |
| |
|
| | |
| | % : SCCS/s.% |
| |
|
| | |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| | |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake |
| |
|
| | |
| | RM = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -E rm -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /content/ceres-solver-2.1.0 |
| |
|
| | |
| | CMAKE_BINARY_DIR = /content/ceres-bin |
| |
|
| | |
| | |
| |
|
| | |
| | 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 |
| |
|
| | |
| | test/fast: test |
| | .PHONY : test/fast |
| |
|
| | |
| | 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 |
| |
|
| | |
| | edit_cache/fast: edit_cache |
| | .PHONY : edit_cache/fast |
| |
|
| | |
| | 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 |
| |
|
| | |
| | rebuild_cache/fast: rebuild_cache |
| | .PHONY : rebuild_cache/fast |
| |
|
| | |
| | list_install_components: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" |
| | .PHONY : list_install_components |
| |
|
| | |
| | list_install_components/fast: list_install_components |
| | .PHONY : list_install_components/fast |
| |
|
| | |
| | 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 |
| |
|
| | |
| | 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 |
| |
|
| | |
| | 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 |
| |
|
| | |
| | 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 |
| |
|
| | |
| | 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 |
| |
|
| | |
| | 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 |
| |
|
| | |
| | all: cmake_check_build_system |
| | cd /content/ceres-bin && $(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles /content/ceres-bin/examples/sampled_function//CMakeFiles/progress.marks |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/sampled_function/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 0 |
| | .PHONY : all |
| |
|
| | |
| | clean: |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/sampled_function/clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: all |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/sampled_function/preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/sampled_function/preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | |
| | depend: |
| | cd /content/ceres-bin && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | |
| | examples/sampled_function/CMakeFiles/sampled_function.dir/rule: |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/sampled_function/CMakeFiles/sampled_function.dir/rule |
| | .PHONY : examples/sampled_function/CMakeFiles/sampled_function.dir/rule |
| |
|
| | |
| | sampled_function: examples/sampled_function/CMakeFiles/sampled_function.dir/rule |
| | .PHONY : sampled_function |
| |
|
| | |
| | sampled_function/fast: |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/sampled_function/CMakeFiles/sampled_function.dir/build.make examples/sampled_function/CMakeFiles/sampled_function.dir/build |
| | .PHONY : sampled_function/fast |
| |
|
| | sampled_function.o: sampled_function.cc.o |
| | .PHONY : sampled_function.o |
| |
|
| | |
| | sampled_function.cc.o: |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/sampled_function/CMakeFiles/sampled_function.dir/build.make examples/sampled_function/CMakeFiles/sampled_function.dir/sampled_function.cc.o |
| | .PHONY : sampled_function.cc.o |
| |
|
| | sampled_function.i: sampled_function.cc.i |
| | .PHONY : sampled_function.i |
| |
|
| | |
| | sampled_function.cc.i: |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/sampled_function/CMakeFiles/sampled_function.dir/build.make examples/sampled_function/CMakeFiles/sampled_function.dir/sampled_function.cc.i |
| | .PHONY : sampled_function.cc.i |
| |
|
| | sampled_function.s: sampled_function.cc.s |
| | .PHONY : sampled_function.s |
| |
|
| | |
| | sampled_function.cc.s: |
| | cd /content/ceres-bin && $(MAKE) $(MAKESILENT) -f examples/sampled_function/CMakeFiles/sampled_function.dir/build.make examples/sampled_function/CMakeFiles/sampled_function.dir/sampled_function.cc.s |
| | .PHONY : sampled_function.cc.s |
| |
|
| | |
| | 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 "... sampled_function" |
| | @echo "... sampled_function.o" |
| | @echo "... sampled_function.i" |
| | @echo "... sampled_function.s" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | |
| | |
| | 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 |
| |
|
| |
|