# 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/colmap # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /content/colmap/build #============================================================================= # Targets provided globally by CMake. # 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/colmap/build && $(CMAKE_COMMAND) -E cmake_progress_start /content/colmap/build/CMakeFiles /content/colmap/build/lib/PoissonRecon//CMakeFiles/progress.marks cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/PoissonRecon/all $(CMAKE_COMMAND) -E cmake_progress_start /content/colmap/build/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/PoissonRecon/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/PoissonRecon/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/PoissonRecon/preinstall .PHONY : preinstall/fast # clear depends depend: cd /content/colmap/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. lib/PoissonRecon/CMakeFiles/poisson_recon.dir/rule: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib/PoissonRecon/CMakeFiles/poisson_recon.dir/rule .PHONY : lib/PoissonRecon/CMakeFiles/poisson_recon.dir/rule # Convenience name for target. poisson_recon: lib/PoissonRecon/CMakeFiles/poisson_recon.dir/rule .PHONY : poisson_recon # fast build rule for target. poisson_recon/fast: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build .PHONY : poisson_recon/fast CmdLineParser.o: CmdLineParser.cpp.o .PHONY : CmdLineParser.o # target to build an object file CmdLineParser.cpp.o: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/CmdLineParser.cpp.o .PHONY : CmdLineParser.cpp.o CmdLineParser.i: CmdLineParser.cpp.i .PHONY : CmdLineParser.i # target to preprocess a source file CmdLineParser.cpp.i: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/CmdLineParser.cpp.i .PHONY : CmdLineParser.cpp.i CmdLineParser.s: CmdLineParser.cpp.s .PHONY : CmdLineParser.s # target to generate assembly for a file CmdLineParser.cpp.s: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/CmdLineParser.cpp.s .PHONY : CmdLineParser.cpp.s Factor.o: Factor.cpp.o .PHONY : Factor.o # target to build an object file Factor.cpp.o: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/Factor.cpp.o .PHONY : Factor.cpp.o Factor.i: Factor.cpp.i .PHONY : Factor.i # target to preprocess a source file Factor.cpp.i: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/Factor.cpp.i .PHONY : Factor.cpp.i Factor.s: Factor.cpp.s .PHONY : Factor.s # target to generate assembly for a file Factor.cpp.s: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/Factor.cpp.s .PHONY : Factor.cpp.s Geometry.o: Geometry.cpp.o .PHONY : Geometry.o # target to build an object file Geometry.cpp.o: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.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 /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.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 /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/Geometry.cpp.s .PHONY : Geometry.cpp.s MarchingCubes.o: MarchingCubes.cpp.o .PHONY : MarchingCubes.o # target to build an object file MarchingCubes.cpp.o: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/MarchingCubes.cpp.o .PHONY : MarchingCubes.cpp.o MarchingCubes.i: MarchingCubes.cpp.i .PHONY : MarchingCubes.i # target to preprocess a source file MarchingCubes.cpp.i: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/MarchingCubes.cpp.i .PHONY : MarchingCubes.cpp.i MarchingCubes.s: MarchingCubes.cpp.s .PHONY : MarchingCubes.s # target to generate assembly for a file MarchingCubes.cpp.s: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/MarchingCubes.cpp.s .PHONY : MarchingCubes.cpp.s PlyFile.o: PlyFile.cpp.o .PHONY : PlyFile.o # target to build an object file PlyFile.cpp.o: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/PlyFile.cpp.o .PHONY : PlyFile.cpp.o PlyFile.i: PlyFile.cpp.i .PHONY : PlyFile.i # target to preprocess a source file PlyFile.cpp.i: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/PlyFile.cpp.i .PHONY : PlyFile.cpp.i PlyFile.s: PlyFile.cpp.s .PHONY : PlyFile.s # target to generate assembly for a file PlyFile.cpp.s: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/PlyFile.cpp.s .PHONY : PlyFile.cpp.s PoissonRecon.o: PoissonRecon.cpp.o .PHONY : PoissonRecon.o # target to build an object file PoissonRecon.cpp.o: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/PoissonRecon.cpp.o .PHONY : PoissonRecon.cpp.o PoissonRecon.i: PoissonRecon.cpp.i .PHONY : PoissonRecon.i # target to preprocess a source file PoissonRecon.cpp.i: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/PoissonRecon.cpp.i .PHONY : PoissonRecon.cpp.i PoissonRecon.s: PoissonRecon.cpp.s .PHONY : PoissonRecon.s # target to generate assembly for a file PoissonRecon.cpp.s: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/PoissonRecon.cpp.s .PHONY : PoissonRecon.cpp.s SurfaceTrimmer.o: SurfaceTrimmer.cpp.o .PHONY : SurfaceTrimmer.o # target to build an object file SurfaceTrimmer.cpp.o: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/SurfaceTrimmer.cpp.o .PHONY : SurfaceTrimmer.cpp.o SurfaceTrimmer.i: SurfaceTrimmer.cpp.i .PHONY : SurfaceTrimmer.i # target to preprocess a source file SurfaceTrimmer.cpp.i: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/SurfaceTrimmer.cpp.i .PHONY : SurfaceTrimmer.cpp.i SurfaceTrimmer.s: SurfaceTrimmer.cpp.s .PHONY : SurfaceTrimmer.s # target to generate assembly for a file SurfaceTrimmer.cpp.s: cd /content/colmap/build && $(MAKE) $(MAKESILENT) -f lib/PoissonRecon/CMakeFiles/poisson_recon.dir/build.make lib/PoissonRecon/CMakeFiles/poisson_recon.dir/SurfaceTrimmer.cpp.s .PHONY : SurfaceTrimmer.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 "... rebuild_cache" @echo "... poisson_recon" @echo "... CmdLineParser.o" @echo "... CmdLineParser.i" @echo "... CmdLineParser.s" @echo "... Factor.o" @echo "... Factor.i" @echo "... Factor.s" @echo "... Geometry.o" @echo "... Geometry.i" @echo "... Geometry.s" @echo "... MarchingCubes.o" @echo "... MarchingCubes.i" @echo "... MarchingCubes.s" @echo "... PlyFile.o" @echo "... PlyFile.i" @echo "... PlyFile.s" @echo "... PoissonRecon.o" @echo "... PoissonRecon.i" @echo "... PoissonRecon.s" @echo "... SurfaceTrimmer.o" @echo "... SurfaceTrimmer.i" @echo "... SurfaceTrimmer.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/colmap/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system