# 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/tst/dtkCore//CMakeFiles/progress.marks cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tst/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 tst/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 tst/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 tst/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. tst/dtkCore/CMakeFiles/dtkCoreTest.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tst/dtkCore/CMakeFiles/dtkCoreTest.dir/rule .PHONY : tst/dtkCore/CMakeFiles/dtkCoreTest.dir/rule # Convenience name for target. dtkCoreTest: tst/dtkCore/CMakeFiles/dtkCoreTest.dir/rule .PHONY : dtkCoreTest # fast build rule for target. dtkCoreTest/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build .PHONY : dtkCoreTest/fast # Convenience name for target. tst/dtkCore/CMakeFiles/dtkCoreTest_autogen_timestamp_deps.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tst/dtkCore/CMakeFiles/dtkCoreTest_autogen_timestamp_deps.dir/rule .PHONY : tst/dtkCore/CMakeFiles/dtkCoreTest_autogen_timestamp_deps.dir/rule # Convenience name for target. dtkCoreTest_autogen_timestamp_deps: tst/dtkCore/CMakeFiles/dtkCoreTest_autogen_timestamp_deps.dir/rule .PHONY : dtkCoreTest_autogen_timestamp_deps # fast build rule for target. dtkCoreTest_autogen_timestamp_deps/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest_autogen_timestamp_deps.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest_autogen_timestamp_deps.dir/build .PHONY : dtkCoreTest_autogen_timestamp_deps/fast # Convenience name for target. tst/dtkCore/CMakeFiles/dtkCoreTest_autogen.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tst/dtkCore/CMakeFiles/dtkCoreTest_autogen.dir/rule .PHONY : tst/dtkCore/CMakeFiles/dtkCoreTest_autogen.dir/rule # Convenience name for target. dtkCoreTest_autogen: tst/dtkCore/CMakeFiles/dtkCoreTest_autogen.dir/rule .PHONY : dtkCoreTest_autogen # fast build rule for target. dtkCoreTest_autogen/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest_autogen.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest_autogen.dir/build .PHONY : dtkCoreTest_autogen/fast dtkArrayTest.o: dtkArrayTest.cpp.o .PHONY : dtkArrayTest.o # target to build an object file dtkArrayTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkArrayTest.cpp.o .PHONY : dtkArrayTest.cpp.o dtkArrayTest.i: dtkArrayTest.cpp.i .PHONY : dtkArrayTest.i # target to preprocess a source file dtkArrayTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkArrayTest.cpp.i .PHONY : dtkArrayTest.cpp.i dtkArrayTest.s: dtkArrayTest.cpp.s .PHONY : dtkArrayTest.s # target to generate assembly for a file dtkArrayTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkArrayTest.cpp.s .PHONY : dtkArrayTest.cpp.s dtkCompressIOTest.o: dtkCompressIOTest.cpp.o .PHONY : dtkCompressIOTest.o # target to build an object file dtkCompressIOTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCompressIOTest.cpp.o .PHONY : dtkCompressIOTest.cpp.o dtkCompressIOTest.i: dtkCompressIOTest.cpp.i .PHONY : dtkCompressIOTest.i # target to preprocess a source file dtkCompressIOTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCompressIOTest.cpp.i .PHONY : dtkCompressIOTest.cpp.i dtkCompressIOTest.s: dtkCompressIOTest.cpp.s .PHONY : dtkCompressIOTest.s # target to generate assembly for a file dtkCompressIOTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCompressIOTest.cpp.s .PHONY : dtkCompressIOTest.cpp.s dtkCorePluginFactoryTest.o: dtkCorePluginFactoryTest.cpp.o .PHONY : dtkCorePluginFactoryTest.o # target to build an object file dtkCorePluginFactoryTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCorePluginFactoryTest.cpp.o .PHONY : dtkCorePluginFactoryTest.cpp.o dtkCorePluginFactoryTest.i: dtkCorePluginFactoryTest.cpp.i .PHONY : dtkCorePluginFactoryTest.i # target to preprocess a source file dtkCorePluginFactoryTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCorePluginFactoryTest.cpp.i .PHONY : dtkCorePluginFactoryTest.cpp.i dtkCorePluginFactoryTest.s: dtkCorePluginFactoryTest.cpp.s .PHONY : dtkCorePluginFactoryTest.s # target to generate assembly for a file dtkCorePluginFactoryTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCorePluginFactoryTest.cpp.s .PHONY : dtkCorePluginFactoryTest.cpp.s dtkCoreTest.o: dtkCoreTest.cpp.o .PHONY : dtkCoreTest.o # target to build an object file dtkCoreTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCoreTest.cpp.o .PHONY : dtkCoreTest.cpp.o dtkCoreTest.i: dtkCoreTest.cpp.i .PHONY : dtkCoreTest.i # target to preprocess a source file dtkCoreTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCoreTest.cpp.i .PHONY : dtkCoreTest.cpp.i dtkCoreTest.s: dtkCoreTest.cpp.s .PHONY : dtkCoreTest.s # target to generate assembly for a file dtkCoreTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCoreTest.cpp.s .PHONY : dtkCoreTest.cpp.s dtkCoreTest_autogen/mocs_compilation.o: dtkCoreTest_autogen/mocs_compilation.cpp.o .PHONY : dtkCoreTest_autogen/mocs_compilation.o # target to build an object file dtkCoreTest_autogen/mocs_compilation.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCoreTest_autogen/mocs_compilation.cpp.o .PHONY : dtkCoreTest_autogen/mocs_compilation.cpp.o dtkCoreTest_autogen/mocs_compilation.i: dtkCoreTest_autogen/mocs_compilation.cpp.i .PHONY : dtkCoreTest_autogen/mocs_compilation.i # target to preprocess a source file dtkCoreTest_autogen/mocs_compilation.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCoreTest_autogen/mocs_compilation.cpp.i .PHONY : dtkCoreTest_autogen/mocs_compilation.cpp.i dtkCoreTest_autogen/mocs_compilation.s: dtkCoreTest_autogen/mocs_compilation.cpp.s .PHONY : dtkCoreTest_autogen/mocs_compilation.s # target to generate assembly for a file dtkCoreTest_autogen/mocs_compilation.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkCoreTest_autogen/mocs_compilation.cpp.s .PHONY : dtkCoreTest_autogen/mocs_compilation.cpp.s dtkHashTest.o: dtkHashTest.cpp.o .PHONY : dtkHashTest.o # target to build an object file dtkHashTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkHashTest.cpp.o .PHONY : dtkHashTest.cpp.o dtkHashTest.i: dtkHashTest.cpp.i .PHONY : dtkHashTest.i # target to preprocess a source file dtkHashTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkHashTest.cpp.i .PHONY : dtkHashTest.cpp.i dtkHashTest.s: dtkHashTest.cpp.s .PHONY : dtkHashTest.s # target to generate assembly for a file dtkHashTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkHashTest.cpp.s .PHONY : dtkHashTest.cpp.s dtkHelperFunctionTest.o: dtkHelperFunctionTest.cpp.o .PHONY : dtkHelperFunctionTest.o # target to build an object file dtkHelperFunctionTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkHelperFunctionTest.cpp.o .PHONY : dtkHelperFunctionTest.cpp.o dtkHelperFunctionTest.i: dtkHelperFunctionTest.cpp.i .PHONY : dtkHelperFunctionTest.i # target to preprocess a source file dtkHelperFunctionTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkHelperFunctionTest.cpp.i .PHONY : dtkHelperFunctionTest.cpp.i dtkHelperFunctionTest.s: dtkHelperFunctionTest.cpp.s .PHONY : dtkHelperFunctionTest.s # target to generate assembly for a file dtkHelperFunctionTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkHelperFunctionTest.cpp.s .PHONY : dtkHelperFunctionTest.cpp.s dtkIteratorTest.o: dtkIteratorTest.cpp.o .PHONY : dtkIteratorTest.o # target to build an object file dtkIteratorTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkIteratorTest.cpp.o .PHONY : dtkIteratorTest.cpp.o dtkIteratorTest.i: dtkIteratorTest.cpp.i .PHONY : dtkIteratorTest.i # target to preprocess a source file dtkIteratorTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkIteratorTest.cpp.i .PHONY : dtkIteratorTest.cpp.i dtkIteratorTest.s: dtkIteratorTest.cpp.s .PHONY : dtkIteratorTest.s # target to generate assembly for a file dtkIteratorTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkIteratorTest.cpp.s .PHONY : dtkIteratorTest.cpp.s dtkObjectManagerTest.o: dtkObjectManagerTest.cpp.o .PHONY : dtkObjectManagerTest.o # target to build an object file dtkObjectManagerTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkObjectManagerTest.cpp.o .PHONY : dtkObjectManagerTest.cpp.o dtkObjectManagerTest.i: dtkObjectManagerTest.cpp.i .PHONY : dtkObjectManagerTest.i # target to preprocess a source file dtkObjectManagerTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkObjectManagerTest.cpp.i .PHONY : dtkObjectManagerTest.cpp.i dtkObjectManagerTest.s: dtkObjectManagerTest.cpp.s .PHONY : dtkObjectManagerTest.s # target to generate assembly for a file dtkObjectManagerTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkObjectManagerTest.cpp.s .PHONY : dtkObjectManagerTest.cpp.s dtkStaticArrayTest.o: dtkStaticArrayTest.cpp.o .PHONY : dtkStaticArrayTest.o # target to build an object file dtkStaticArrayTest.cpp.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkStaticArrayTest.cpp.o .PHONY : dtkStaticArrayTest.cpp.o dtkStaticArrayTest.i: dtkStaticArrayTest.cpp.i .PHONY : dtkStaticArrayTest.i # target to preprocess a source file dtkStaticArrayTest.cpp.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkStaticArrayTest.cpp.i .PHONY : dtkStaticArrayTest.cpp.i dtkStaticArrayTest.s: dtkStaticArrayTest.cpp.s .PHONY : dtkStaticArrayTest.s # target to generate assembly for a file dtkStaticArrayTest.cpp.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk && $(MAKE) $(MAKESILENT) -f tst/dtkCore/CMakeFiles/dtkCoreTest.dir/build.make tst/dtkCore/CMakeFiles/dtkCoreTest.dir/dtkStaticArrayTest.cpp.s .PHONY : dtkStaticArrayTest.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 "... dtkCoreTest_autogen" @echo "... dtkCoreTest_autogen_timestamp_deps" @echo "... dtkCoreTest" @echo "... dtkArrayTest.o" @echo "... dtkArrayTest.i" @echo "... dtkArrayTest.s" @echo "... dtkCompressIOTest.o" @echo "... dtkCompressIOTest.i" @echo "... dtkCompressIOTest.s" @echo "... dtkCorePluginFactoryTest.o" @echo "... dtkCorePluginFactoryTest.i" @echo "... dtkCorePluginFactoryTest.s" @echo "... dtkCoreTest.o" @echo "... dtkCoreTest.i" @echo "... dtkCoreTest.s" @echo "... dtkCoreTest_autogen/mocs_compilation.o" @echo "... dtkCoreTest_autogen/mocs_compilation.i" @echo "... dtkCoreTest_autogen/mocs_compilation.s" @echo "... dtkHashTest.o" @echo "... dtkHashTest.i" @echo "... dtkHashTest.s" @echo "... dtkHelperFunctionTest.o" @echo "... dtkHelperFunctionTest.i" @echo "... dtkHelperFunctionTest.s" @echo "... dtkIteratorTest.o" @echo "... dtkIteratorTest.i" @echo "... dtkIteratorTest.s" @echo "... dtkObjectManagerTest.o" @echo "... dtkObjectManagerTest.i" @echo "... dtkObjectManagerTest.s" @echo "... dtkStaticArrayTest.o" @echo "... dtkStaticArrayTest.i" @echo "... dtkStaticArrayTest.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