# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.30 # 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/Cellar/cmake/3.30.3/bin/cmake # The command to remove a file. RM = /usr/local/Cellar/cmake/3.30.3/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk #============================================================================= # 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/Cellar/cmake/3.30.3/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 "Running CMake cache editor..." /usr/local/Cellar/cmake/3.30.3/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .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/Cellar/cmake/3.30.3/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\" \"core\" \"coresupport\" \"distributed\" \"distributedtest\" \"guisupport\" \"log\" \"math\" \"mathsupport\" \"meta\" \"vrsupport\" \"widgets\"" .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/Cellar/cmake/3.30.3/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/Cellar/cmake/3.30.3/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/Cellar/cmake/3.30.3/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/Cellar/cmake/3.30.3/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/Cellar/cmake/3.30.3/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/Cellar/cmake/3.30.3/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 /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(CMAKE_COMMAND) -E cmake_progress_start /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/CMakeFiles /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkMath//CMakeFiles/progress.marks cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkMath/all $(CMAKE_COMMAND) -E cmake_progress_start /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkMath/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkMath/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkMath/preinstall .PHONY : preinstall/fast # clear depends depend: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. src/dtkMath/CMakeFiles/dtkMath.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkMath/CMakeFiles/dtkMath.dir/rule .PHONY : src/dtkMath/CMakeFiles/dtkMath.dir/rule # Convenience name for target. dtkMath: src/dtkMath/CMakeFiles/dtkMath.dir/rule .PHONY : dtkMath # fast build rule for target. dtkMath/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/build .PHONY : dtkMath/fast # Convenience name for target. src/dtkMath/CMakeFiles/dtkMath_autogen_timestamp_deps.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkMath/CMakeFiles/dtkMath_autogen_timestamp_deps.dir/rule .PHONY : src/dtkMath/CMakeFiles/dtkMath_autogen_timestamp_deps.dir/rule # Convenience name for target. dtkMath_autogen_timestamp_deps: src/dtkMath/CMakeFiles/dtkMath_autogen_timestamp_deps.dir/rule .PHONY : dtkMath_autogen_timestamp_deps # fast build rule for target. dtkMath_autogen_timestamp_deps/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath_autogen_timestamp_deps.dir/build.make src/dtkMath/CMakeFiles/dtkMath_autogen_timestamp_deps.dir/build .PHONY : dtkMath_autogen_timestamp_deps/fast # Convenience name for target. src/dtkMath/CMakeFiles/dtkMath_autogen.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkMath/CMakeFiles/dtkMath_autogen.dir/rule .PHONY : src/dtkMath/CMakeFiles/dtkMath_autogen.dir/rule # Convenience name for target. dtkMath_autogen: src/dtkMath/CMakeFiles/dtkMath_autogen.dir/rule .PHONY : dtkMath_autogen # fast build rule for target. dtkMath_autogen/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath_autogen.dir/build.make src/dtkMath/CMakeFiles/dtkMath_autogen.dir/build .PHONY : dtkMath_autogen/fast dtkGraph.o: dtkGraph.cpp.o .PHONY : dtkGraph.o # target to build an object file dtkGraph.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkGraph.cpp.o .PHONY : dtkGraph.cpp.o dtkGraph.i: dtkGraph.cpp.i .PHONY : dtkGraph.i # target to preprocess a source file dtkGraph.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkGraph.cpp.i .PHONY : dtkGraph.cpp.i dtkGraph.s: dtkGraph.cpp.s .PHONY : dtkGraph.s # target to generate assembly for a file dtkGraph.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkGraph.cpp.s .PHONY : dtkGraph.cpp.s dtkGraphEdge.o: dtkGraphEdge.cpp.o .PHONY : dtkGraphEdge.o # target to build an object file dtkGraphEdge.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkGraphEdge.cpp.o .PHONY : dtkGraphEdge.cpp.o dtkGraphEdge.i: dtkGraphEdge.cpp.i .PHONY : dtkGraphEdge.i # target to preprocess a source file dtkGraphEdge.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkGraphEdge.cpp.i .PHONY : dtkGraphEdge.cpp.i dtkGraphEdge.s: dtkGraphEdge.cpp.s .PHONY : dtkGraphEdge.s # target to generate assembly for a file dtkGraphEdge.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkGraphEdge.cpp.s .PHONY : dtkGraphEdge.cpp.s dtkMath.o: dtkMath.cpp.o .PHONY : dtkMath.o # target to build an object file dtkMath.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMath.cpp.o .PHONY : dtkMath.cpp.o dtkMath.i: dtkMath.cpp.i .PHONY : dtkMath.i # target to preprocess a source file dtkMath.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMath.cpp.i .PHONY : dtkMath.cpp.i dtkMath.s: dtkMath.cpp.s .PHONY : dtkMath.s # target to generate assembly for a file dtkMath.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMath.cpp.s .PHONY : dtkMath.cpp.s dtkMathArray.o: dtkMathArray.cpp.o .PHONY : dtkMathArray.o # target to build an object file dtkMathArray.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMathArray.cpp.o .PHONY : dtkMathArray.cpp.o dtkMathArray.i: dtkMathArray.cpp.i .PHONY : dtkMathArray.i # target to preprocess a source file dtkMathArray.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMathArray.cpp.i .PHONY : dtkMathArray.cpp.i dtkMathArray.s: dtkMathArray.cpp.s .PHONY : dtkMathArray.s # target to generate assembly for a file dtkMathArray.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMathArray.cpp.s .PHONY : dtkMathArray.cpp.s dtkMath_autogen/mocs_compilation.o: dtkMath_autogen/mocs_compilation.cpp.o .PHONY : dtkMath_autogen/mocs_compilation.o # target to build an object file dtkMath_autogen/mocs_compilation.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMath_autogen/mocs_compilation.cpp.o .PHONY : dtkMath_autogen/mocs_compilation.cpp.o dtkMath_autogen/mocs_compilation.i: dtkMath_autogen/mocs_compilation.cpp.i .PHONY : dtkMath_autogen/mocs_compilation.i # target to preprocess a source file dtkMath_autogen/mocs_compilation.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMath_autogen/mocs_compilation.cpp.i .PHONY : dtkMath_autogen/mocs_compilation.cpp.i dtkMath_autogen/mocs_compilation.s: dtkMath_autogen/mocs_compilation.cpp.s .PHONY : dtkMath_autogen/mocs_compilation.s # target to generate assembly for a file dtkMath_autogen/mocs_compilation.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMath_autogen/mocs_compilation.cpp.s .PHONY : dtkMath_autogen/mocs_compilation.cpp.s dtkMatrix.o: dtkMatrix.cpp.o .PHONY : dtkMatrix.o # target to build an object file dtkMatrix.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMatrix.cpp.o .PHONY : dtkMatrix.cpp.o dtkMatrix.i: dtkMatrix.cpp.i .PHONY : dtkMatrix.i # target to preprocess a source file dtkMatrix.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMatrix.cpp.i .PHONY : dtkMatrix.cpp.i dtkMatrix.s: dtkMatrix.cpp.s .PHONY : dtkMatrix.s # target to generate assembly for a file dtkMatrix.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkMath/CMakeFiles/dtkMath.dir/build.make src/dtkMath/CMakeFiles/dtkMath.dir/dtkMatrix.cpp.s .PHONY : dtkMatrix.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 "... test" @echo "... dtkMath_autogen" @echo "... dtkMath_autogen_timestamp_deps" @echo "... dtkMath" @echo "... dtkGraph.o" @echo "... dtkGraph.i" @echo "... dtkGraph.s" @echo "... dtkGraphEdge.o" @echo "... dtkGraphEdge.i" @echo "... dtkGraphEdge.s" @echo "... dtkMath.o" @echo "... dtkMath.i" @echo "... dtkMath.s" @echo "... dtkMathArray.o" @echo "... dtkMathArray.i" @echo "... dtkMathArray.s" @echo "... dtkMath_autogen/mocs_compilation.o" @echo "... dtkMath_autogen/mocs_compilation.i" @echo "... dtkMath_autogen/mocs_compilation.s" @echo "... dtkMatrix.o" @echo "... dtkMatrix.i" @echo "... dtkMatrix.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 /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system