# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.16 # Delete rule output on recipe failure. .DELETE_ON_ERROR: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # 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.16.4/bin/cmake # The command to remove a file. RM = /usr/local/Cellar/cmake/3.16.4/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /Users/torbennielsen/nexus-for-celine/code # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /Users/torbennielsen/nexus-for-celine/code/Build_01 # Include any dependencies generated for this target. include test/CMakeFiles/leak_test1.dir/depend.make # Include the progress variables for this target. include test/CMakeFiles/leak_test1.dir/progress.make # Include the compile flags for this target's objects. include test/CMakeFiles/leak_test1.dir/flags.make test/CMakeFiles/leak_test1.dir/leak_test1.c.o: test/CMakeFiles/leak_test1.dir/flags.make test/CMakeFiles/leak_test1.dir/leak_test1.c.o: ../test/leak_test1.c @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/torbennielsen/nexus-for-celine/code/Build_01/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object test/CMakeFiles/leak_test1.dir/leak_test1.c.o" cd /Users/torbennielsen/nexus-for-celine/code/Build_01/test && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/leak_test1.dir/leak_test1.c.o -c /Users/torbennielsen/nexus-for-celine/code/test/leak_test1.c test/CMakeFiles/leak_test1.dir/leak_test1.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/leak_test1.dir/leak_test1.c.i" cd /Users/torbennielsen/nexus-for-celine/code/Build_01/test && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/torbennielsen/nexus-for-celine/code/test/leak_test1.c > CMakeFiles/leak_test1.dir/leak_test1.c.i test/CMakeFiles/leak_test1.dir/leak_test1.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/leak_test1.dir/leak_test1.c.s" cd /Users/torbennielsen/nexus-for-celine/code/Build_01/test && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/torbennielsen/nexus-for-celine/code/test/leak_test1.c -o CMakeFiles/leak_test1.dir/leak_test1.c.s # Object files for target leak_test1 leak_test1_OBJECTS = \ "CMakeFiles/leak_test1.dir/leak_test1.c.o" # External object files for target leak_test1 leak_test1_EXTERNAL_OBJECTS = test/leak_test1: test/CMakeFiles/leak_test1.dir/leak_test1.c.o test/leak_test1: test/CMakeFiles/leak_test1.dir/build.make test/leak_test1: src/libNeXus.1.0.0.dylib test/leak_test1: /usr/local/Cellar/hdf5/1.10.6/lib/libhdf5.dylib test/leak_test1: /usr/local/opt/szip/lib/libsz.dylib test/leak_test1: /usr/lib/libz.dylib test/leak_test1: /usr/lib/libdl.dylib test/leak_test1: /usr/lib/libm.dylib test/leak_test1: /usr/lib/libz.dylib test/leak_test1: /usr/lib/libdl.dylib test/leak_test1: /usr/lib/libm.dylib test/leak_test1: test/CMakeFiles/leak_test1.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/torbennielsen/nexus-for-celine/code/Build_01/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable leak_test1" cd /Users/torbennielsen/nexus-for-celine/code/Build_01/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/leak_test1.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. test/CMakeFiles/leak_test1.dir/build: test/leak_test1 .PHONY : test/CMakeFiles/leak_test1.dir/build test/CMakeFiles/leak_test1.dir/clean: cd /Users/torbennielsen/nexus-for-celine/code/Build_01/test && $(CMAKE_COMMAND) -P CMakeFiles/leak_test1.dir/cmake_clean.cmake .PHONY : test/CMakeFiles/leak_test1.dir/clean test/CMakeFiles/leak_test1.dir/depend: cd /Users/torbennielsen/nexus-for-celine/code/Build_01 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/torbennielsen/nexus-for-celine/code /Users/torbennielsen/nexus-for-celine/code/test /Users/torbennielsen/nexus-for-celine/code/Build_01 /Users/torbennielsen/nexus-for-celine/code/Build_01/test /Users/torbennielsen/nexus-for-celine/code/Build_01/test/CMakeFiles/leak_test1.dir/DependInfo.cmake --color=$(COLOR) .PHONY : test/CMakeFiles/leak_test1.dir/depend