# 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/DCMTK # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK #============================================================================= # 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\" \"cmake\" \"data\" \"doc\" \"etc\" \"include\" \"man\" \"shlib\"" .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/DCMTK && $(CMAKE_COMMAND) -E cmake_progress_start /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/dcmpmap/libsrc//CMakeFiles/progress.marks cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dcmpmap/libsrc/all $(CMAKE_COMMAND) -E cmake_progress_start /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dcmpmap/libsrc/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/DCMTK && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dcmpmap/libsrc/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dcmpmap/libsrc/preinstall .PHONY : preinstall/fast # clear depends depend: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/rule: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/rule .PHONY : dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/rule # Convenience name for target. dcmpmap: dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/rule .PHONY : dcmpmap # fast build rule for target. dcmpmap/fast: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build .PHONY : dcmpmap/fast dpmmodparametricmapimage.o: dpmmodparametricmapimage.cc.o .PHONY : dpmmodparametricmapimage.o # target to build an object file dpmmodparametricmapimage.cc.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmmodparametricmapimage.cc.o .PHONY : dpmmodparametricmapimage.cc.o dpmmodparametricmapimage.i: dpmmodparametricmapimage.cc.i .PHONY : dpmmodparametricmapimage.i # target to preprocess a source file dpmmodparametricmapimage.cc.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmmodparametricmapimage.cc.i .PHONY : dpmmodparametricmapimage.cc.i dpmmodparametricmapimage.s: dpmmodparametricmapimage.cc.s .PHONY : dpmmodparametricmapimage.s # target to generate assembly for a file dpmmodparametricmapimage.cc.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmmodparametricmapimage.cc.s .PHONY : dpmmodparametricmapimage.cc.s dpmmodparametricmapseries.o: dpmmodparametricmapseries.cc.o .PHONY : dpmmodparametricmapseries.o # target to build an object file dpmmodparametricmapseries.cc.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmmodparametricmapseries.cc.o .PHONY : dpmmodparametricmapseries.cc.o dpmmodparametricmapseries.i: dpmmodparametricmapseries.cc.i .PHONY : dpmmodparametricmapseries.i # target to preprocess a source file dpmmodparametricmapseries.cc.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmmodparametricmapseries.cc.i .PHONY : dpmmodparametricmapseries.cc.i dpmmodparametricmapseries.s: dpmmodparametricmapseries.cc.s .PHONY : dpmmodparametricmapseries.s # target to generate assembly for a file dpmmodparametricmapseries.cc.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmmodparametricmapseries.cc.s .PHONY : dpmmodparametricmapseries.cc.s dpmparametricmapbase.o: dpmparametricmapbase.cc.o .PHONY : dpmparametricmapbase.o # target to build an object file dpmparametricmapbase.cc.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmparametricmapbase.cc.o .PHONY : dpmparametricmapbase.cc.o dpmparametricmapbase.i: dpmparametricmapbase.cc.i .PHONY : dpmparametricmapbase.i # target to preprocess a source file dpmparametricmapbase.cc.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmparametricmapbase.cc.i .PHONY : dpmparametricmapbase.cc.i dpmparametricmapbase.s: dpmparametricmapbase.cc.s .PHONY : dpmparametricmapbase.s # target to generate assembly for a file dpmparametricmapbase.cc.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmparametricmapbase.cc.s .PHONY : dpmparametricmapbase.cc.s dpmparametricmapiod.o: dpmparametricmapiod.cc.o .PHONY : dpmparametricmapiod.o # target to build an object file dpmparametricmapiod.cc.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmparametricmapiod.cc.o .PHONY : dpmparametricmapiod.cc.o dpmparametricmapiod.i: dpmparametricmapiod.cc.i .PHONY : dpmparametricmapiod.i # target to preprocess a source file dpmparametricmapiod.cc.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmparametricmapiod.cc.i .PHONY : dpmparametricmapiod.cc.i dpmparametricmapiod.s: dpmparametricmapiod.cc.s .PHONY : dpmparametricmapiod.s # target to generate assembly for a file dpmparametricmapiod.cc.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmparametricmapiod.cc.s .PHONY : dpmparametricmapiod.cc.s dpmtypes.o: dpmtypes.cc.o .PHONY : dpmtypes.o # target to build an object file dpmtypes.cc.o: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmtypes.cc.o .PHONY : dpmtypes.cc.o dpmtypes.i: dpmtypes.cc.i .PHONY : dpmtypes.i # target to preprocess a source file dpmtypes.cc.i: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmtypes.cc.i .PHONY : dpmtypes.cc.i dpmtypes.s: dpmtypes.cc.s .PHONY : dpmtypes.s # target to generate assembly for a file dpmtypes.cc.s: cd /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/DCMTK && $(MAKE) $(MAKESILENT) -f dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/build.make dcmpmap/libsrc/CMakeFiles/dcmpmap.dir/dpmtypes.cc.s .PHONY : dpmtypes.cc.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 "... dcmpmap" @echo "... dpmmodparametricmapimage.o" @echo "... dpmmodparametricmapimage.i" @echo "... dpmmodparametricmapimage.s" @echo "... dpmmodparametricmapseries.o" @echo "... dpmmodparametricmapseries.i" @echo "... dpmmodparametricmapseries.s" @echo "... dpmparametricmapbase.o" @echo "... dpmparametricmapbase.i" @echo "... dpmparametricmapbase.s" @echo "... dpmparametricmapiod.o" @echo "... dpmparametricmapiod.i" @echo "... dpmparametricmapiod.s" @echo "... dpmtypes.o" @echo "... dpmtypes.i" @echo "... dpmtypes.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/DCMTK && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system