# 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/dtkCore//CMakeFiles/progress.marks cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkCore/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/dtkCore/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/dtkCore/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/dtkCore/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/dtkCore/CMakeFiles/dtkCore.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkCore/CMakeFiles/dtkCore.dir/rule .PHONY : src/dtkCore/CMakeFiles/dtkCore.dir/rule # Convenience name for target. dtkCore: src/dtkCore/CMakeFiles/dtkCore.dir/rule .PHONY : dtkCore # fast build rule for target. dtkCore/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/build .PHONY : dtkCore/fast # Convenience name for target. src/dtkCore/CMakeFiles/dtkCore_autogen_timestamp_deps.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkCore/CMakeFiles/dtkCore_autogen_timestamp_deps.dir/rule .PHONY : src/dtkCore/CMakeFiles/dtkCore_autogen_timestamp_deps.dir/rule # Convenience name for target. dtkCore_autogen_timestamp_deps: src/dtkCore/CMakeFiles/dtkCore_autogen_timestamp_deps.dir/rule .PHONY : dtkCore_autogen_timestamp_deps # fast build rule for target. dtkCore_autogen_timestamp_deps/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore_autogen_timestamp_deps.dir/build.make src/dtkCore/CMakeFiles/dtkCore_autogen_timestamp_deps.dir/build .PHONY : dtkCore_autogen_timestamp_deps/fast # Convenience name for target. src/dtkCore/CMakeFiles/dtkCore_autogen.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/dtkCore/CMakeFiles/dtkCore_autogen.dir/rule .PHONY : src/dtkCore/CMakeFiles/dtkCore_autogen.dir/rule # Convenience name for target. dtkCore_autogen: src/dtkCore/CMakeFiles/dtkCore_autogen.dir/rule .PHONY : dtkCore_autogen # fast build rule for target. dtkCore_autogen/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore_autogen.dir/build.make src/dtkCore/CMakeFiles/dtkCore_autogen.dir/build .PHONY : dtkCore_autogen/fast dtkApplicationPrivate.o: dtkApplicationPrivate.cpp.o .PHONY : dtkApplicationPrivate.o # target to build an object file dtkApplicationPrivate.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkApplicationPrivate.cpp.o .PHONY : dtkApplicationPrivate.cpp.o dtkApplicationPrivate.i: dtkApplicationPrivate.cpp.i .PHONY : dtkApplicationPrivate.i # target to preprocess a source file dtkApplicationPrivate.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkApplicationPrivate.cpp.i .PHONY : dtkApplicationPrivate.cpp.i dtkApplicationPrivate.s: dtkApplicationPrivate.cpp.s .PHONY : dtkApplicationPrivate.s # target to generate assembly for a file dtkApplicationPrivate.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkApplicationPrivate.cpp.s .PHONY : dtkApplicationPrivate.cpp.s dtkArrayData.o: dtkArrayData.cpp.o .PHONY : dtkArrayData.o # target to build an object file dtkArrayData.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkArrayData.cpp.o .PHONY : dtkArrayData.cpp.o dtkArrayData.i: dtkArrayData.cpp.i .PHONY : dtkArrayData.i # target to preprocess a source file dtkArrayData.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkArrayData.cpp.i .PHONY : dtkArrayData.cpp.i dtkArrayData.s: dtkArrayData.cpp.s .PHONY : dtkArrayData.s # target to generate assembly for a file dtkArrayData.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkArrayData.cpp.s .PHONY : dtkArrayData.cpp.s dtkCoreApplication.o: dtkCoreApplication.cpp.o .PHONY : dtkCoreApplication.o # target to build an object file dtkCoreApplication.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreApplication.cpp.o .PHONY : dtkCoreApplication.cpp.o dtkCoreApplication.i: dtkCoreApplication.cpp.i .PHONY : dtkCoreApplication.i # target to preprocess a source file dtkCoreApplication.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreApplication.cpp.i .PHONY : dtkCoreApplication.cpp.i dtkCoreApplication.s: dtkCoreApplication.cpp.s .PHONY : dtkCoreApplication.s # target to generate assembly for a file dtkCoreApplication.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreApplication.cpp.s .PHONY : dtkCoreApplication.cpp.s dtkCoreLayerManager.o: dtkCoreLayerManager.cpp.o .PHONY : dtkCoreLayerManager.o # target to build an object file dtkCoreLayerManager.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreLayerManager.cpp.o .PHONY : dtkCoreLayerManager.cpp.o dtkCoreLayerManager.i: dtkCoreLayerManager.cpp.i .PHONY : dtkCoreLayerManager.i # target to preprocess a source file dtkCoreLayerManager.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreLayerManager.cpp.i .PHONY : dtkCoreLayerManager.cpp.i dtkCoreLayerManager.s: dtkCoreLayerManager.cpp.s .PHONY : dtkCoreLayerManager.s # target to generate assembly for a file dtkCoreLayerManager.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreLayerManager.cpp.s .PHONY : dtkCoreLayerManager.cpp.s dtkCorePluginFactory.o: dtkCorePluginFactory.cpp.o .PHONY : dtkCorePluginFactory.o # target to build an object file dtkCorePluginFactory.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactory.cpp.o .PHONY : dtkCorePluginFactory.cpp.o dtkCorePluginFactory.i: dtkCorePluginFactory.cpp.i .PHONY : dtkCorePluginFactory.i # target to preprocess a source file dtkCorePluginFactory.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactory.cpp.i .PHONY : dtkCorePluginFactory.cpp.i dtkCorePluginFactory.s: dtkCorePluginFactory.cpp.s .PHONY : dtkCorePluginFactory.s # target to generate assembly for a file dtkCorePluginFactory.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactory.cpp.s .PHONY : dtkCorePluginFactory.cpp.s dtkCorePluginFactoryRecorder.o: dtkCorePluginFactoryRecorder.cpp.o .PHONY : dtkCorePluginFactoryRecorder.o # target to build an object file dtkCorePluginFactoryRecorder.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactoryRecorder.cpp.o .PHONY : dtkCorePluginFactoryRecorder.cpp.o dtkCorePluginFactoryRecorder.i: dtkCorePluginFactoryRecorder.cpp.i .PHONY : dtkCorePluginFactoryRecorder.i # target to preprocess a source file dtkCorePluginFactoryRecorder.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactoryRecorder.cpp.i .PHONY : dtkCorePluginFactoryRecorder.cpp.i dtkCorePluginFactoryRecorder.s: dtkCorePluginFactoryRecorder.cpp.s .PHONY : dtkCorePluginFactoryRecorder.s # target to generate assembly for a file dtkCorePluginFactoryRecorder.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactoryRecorder.cpp.s .PHONY : dtkCorePluginFactoryRecorder.cpp.s dtkCorePluginFactory_p.o: dtkCorePluginFactory_p.cpp.o .PHONY : dtkCorePluginFactory_p.o # target to build an object file dtkCorePluginFactory_p.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactory_p.cpp.o .PHONY : dtkCorePluginFactory_p.cpp.o dtkCorePluginFactory_p.i: dtkCorePluginFactory_p.cpp.i .PHONY : dtkCorePluginFactory_p.i # target to preprocess a source file dtkCorePluginFactory_p.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactory_p.cpp.i .PHONY : dtkCorePluginFactory_p.cpp.i dtkCorePluginFactory_p.s: dtkCorePluginFactory_p.cpp.s .PHONY : dtkCorePluginFactory_p.s # target to generate assembly for a file dtkCorePluginFactory_p.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginFactory_p.cpp.s .PHONY : dtkCorePluginFactory_p.cpp.s dtkCorePluginManagerHandler.o: dtkCorePluginManagerHandler.cpp.o .PHONY : dtkCorePluginManagerHandler.o # target to build an object file dtkCorePluginManagerHandler.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginManagerHandler.cpp.o .PHONY : dtkCorePluginManagerHandler.cpp.o dtkCorePluginManagerHandler.i: dtkCorePluginManagerHandler.cpp.i .PHONY : dtkCorePluginManagerHandler.i # target to preprocess a source file dtkCorePluginManagerHandler.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginManagerHandler.cpp.i .PHONY : dtkCorePluginManagerHandler.cpp.i dtkCorePluginManagerHandler.s: dtkCorePluginManagerHandler.cpp.s .PHONY : dtkCorePluginManagerHandler.s # target to generate assembly for a file dtkCorePluginManagerHandler.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginManagerHandler.cpp.s .PHONY : dtkCorePluginManagerHandler.cpp.s dtkCorePluginManagerRecorder.o: dtkCorePluginManagerRecorder.cpp.o .PHONY : dtkCorePluginManagerRecorder.o # target to build an object file dtkCorePluginManagerRecorder.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginManagerRecorder.cpp.o .PHONY : dtkCorePluginManagerRecorder.cpp.o dtkCorePluginManagerRecorder.i: dtkCorePluginManagerRecorder.cpp.i .PHONY : dtkCorePluginManagerRecorder.i # target to preprocess a source file dtkCorePluginManagerRecorder.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginManagerRecorder.cpp.i .PHONY : dtkCorePluginManagerRecorder.cpp.i dtkCorePluginManagerRecorder.s: dtkCorePluginManagerRecorder.cpp.s .PHONY : dtkCorePluginManagerRecorder.s # target to generate assembly for a file dtkCorePluginManagerRecorder.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginManagerRecorder.cpp.s .PHONY : dtkCorePluginManagerRecorder.cpp.s dtkCorePluginWidgetManager.o: dtkCorePluginWidgetManager.cpp.o .PHONY : dtkCorePluginWidgetManager.o # target to build an object file dtkCorePluginWidgetManager.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginWidgetManager.cpp.o .PHONY : dtkCorePluginWidgetManager.cpp.o dtkCorePluginWidgetManager.i: dtkCorePluginWidgetManager.cpp.i .PHONY : dtkCorePluginWidgetManager.i # target to preprocess a source file dtkCorePluginWidgetManager.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginWidgetManager.cpp.i .PHONY : dtkCorePluginWidgetManager.cpp.i dtkCorePluginWidgetManager.s: dtkCorePluginWidgetManager.cpp.s .PHONY : dtkCorePluginWidgetManager.s # target to generate assembly for a file dtkCorePluginWidgetManager.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCorePluginWidgetManager.cpp.s .PHONY : dtkCorePluginWidgetManager.cpp.s dtkCoreSettings.o: dtkCoreSettings.cpp.o .PHONY : dtkCoreSettings.o # target to build an object file dtkCoreSettings.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreSettings.cpp.o .PHONY : dtkCoreSettings.cpp.o dtkCoreSettings.i: dtkCoreSettings.cpp.i .PHONY : dtkCoreSettings.i # target to preprocess a source file dtkCoreSettings.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreSettings.cpp.i .PHONY : dtkCoreSettings.cpp.i dtkCoreSettings.s: dtkCoreSettings.cpp.s .PHONY : dtkCoreSettings.s # target to generate assembly for a file dtkCoreSettings.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCoreSettings.cpp.s .PHONY : dtkCoreSettings.cpp.s dtkCore_autogen/mocs_compilation.o: dtkCore_autogen/mocs_compilation.cpp.o .PHONY : dtkCore_autogen/mocs_compilation.o # target to build an object file dtkCore_autogen/mocs_compilation.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCore_autogen/mocs_compilation.cpp.o .PHONY : dtkCore_autogen/mocs_compilation.cpp.o dtkCore_autogen/mocs_compilation.i: dtkCore_autogen/mocs_compilation.cpp.i .PHONY : dtkCore_autogen/mocs_compilation.i # target to preprocess a source file dtkCore_autogen/mocs_compilation.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCore_autogen/mocs_compilation.cpp.i .PHONY : dtkCore_autogen/mocs_compilation.cpp.i dtkCore_autogen/mocs_compilation.s: dtkCore_autogen/mocs_compilation.cpp.s .PHONY : dtkCore_autogen/mocs_compilation.s # target to generate assembly for a file dtkCore_autogen/mocs_compilation.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkCore_autogen/mocs_compilation.cpp.s .PHONY : dtkCore_autogen/mocs_compilation.cpp.s dtkIOCompressor.o: dtkIOCompressor.cpp.o .PHONY : dtkIOCompressor.o # target to build an object file dtkIOCompressor.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkIOCompressor.cpp.o .PHONY : dtkIOCompressor.cpp.o dtkIOCompressor.i: dtkIOCompressor.cpp.i .PHONY : dtkIOCompressor.i # target to preprocess a source file dtkIOCompressor.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkIOCompressor.cpp.i .PHONY : dtkIOCompressor.cpp.i dtkIOCompressor.s: dtkIOCompressor.cpp.s .PHONY : dtkIOCompressor.s # target to generate assembly for a file dtkIOCompressor.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkIOCompressor.cpp.s .PHONY : dtkIOCompressor.cpp.s dtkObjectManager.o: dtkObjectManager.cpp.o .PHONY : dtkObjectManager.o # target to build an object file dtkObjectManager.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkObjectManager.cpp.o .PHONY : dtkObjectManager.cpp.o dtkObjectManager.i: dtkObjectManager.cpp.i .PHONY : dtkObjectManager.i # target to preprocess a source file dtkObjectManager.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkObjectManager.cpp.i .PHONY : dtkObjectManager.cpp.i dtkObjectManager.s: dtkObjectManager.cpp.s .PHONY : dtkObjectManager.s # target to generate assembly for a file dtkObjectManager.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f src/dtkCore/CMakeFiles/dtkCore.dir/build.make src/dtkCore/CMakeFiles/dtkCore.dir/dtkObjectManager.cpp.s .PHONY : dtkObjectManager.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 "... dtkCore_autogen" @echo "... dtkCore_autogen_timestamp_deps" @echo "... dtkCore" @echo "... dtkApplicationPrivate.o" @echo "... dtkApplicationPrivate.i" @echo "... dtkApplicationPrivate.s" @echo "... dtkArrayData.o" @echo "... dtkArrayData.i" @echo "... dtkArrayData.s" @echo "... dtkCoreApplication.o" @echo "... dtkCoreApplication.i" @echo "... dtkCoreApplication.s" @echo "... dtkCoreLayerManager.o" @echo "... dtkCoreLayerManager.i" @echo "... dtkCoreLayerManager.s" @echo "... dtkCorePluginFactory.o" @echo "... dtkCorePluginFactory.i" @echo "... dtkCorePluginFactory.s" @echo "... dtkCorePluginFactoryRecorder.o" @echo "... dtkCorePluginFactoryRecorder.i" @echo "... dtkCorePluginFactoryRecorder.s" @echo "... dtkCorePluginFactory_p.o" @echo "... dtkCorePluginFactory_p.i" @echo "... dtkCorePluginFactory_p.s" @echo "... dtkCorePluginManagerHandler.o" @echo "... dtkCorePluginManagerHandler.i" @echo "... dtkCorePluginManagerHandler.s" @echo "... dtkCorePluginManagerRecorder.o" @echo "... dtkCorePluginManagerRecorder.i" @echo "... dtkCorePluginManagerRecorder.s" @echo "... dtkCorePluginWidgetManager.o" @echo "... dtkCorePluginWidgetManager.i" @echo "... dtkCorePluginWidgetManager.s" @echo "... dtkCoreSettings.o" @echo "... dtkCoreSettings.i" @echo "... dtkCoreSettings.s" @echo "... dtkCore_autogen/mocs_compilation.o" @echo "... dtkCore_autogen/mocs_compilation.i" @echo "... dtkCore_autogen/mocs_compilation.s" @echo "... dtkIOCompressor.o" @echo "... dtkIOCompressor.i" @echo "... dtkIOCompressor.s" @echo "... dtkObjectManager.o" @echo "... dtkObjectManager.i" @echo "... dtkObjectManager.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