# 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/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/cseguret/Projects/app-ethereum/tests/unit # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/cseguret/Projects/app-ethereum/tests/unit/build # Include any dependencies generated for this target. include CMakeFiles/test_utils.dir/depend.make # Include the progress variables for this target. include CMakeFiles/test_utils.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/test_utils.dir/flags.make CMakeFiles/test_utils.dir/tests/utils.c.o: CMakeFiles/test_utils.dir/flags.make CMakeFiles/test_utils.dir/tests/utils.c.o: ../tests/utils.c @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/cseguret/Projects/app-ethereum/tests/unit/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/test_utils.dir/tests/utils.c.o" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test_utils.dir/tests/utils.c.o -c /home/cseguret/Projects/app-ethereum/tests/unit/tests/utils.c CMakeFiles/test_utils.dir/tests/utils.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test_utils.dir/tests/utils.c.i" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/cseguret/Projects/app-ethereum/tests/unit/tests/utils.c > CMakeFiles/test_utils.dir/tests/utils.c.i CMakeFiles/test_utils.dir/tests/utils.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test_utils.dir/tests/utils.c.s" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/cseguret/Projects/app-ethereum/tests/unit/tests/utils.c -o CMakeFiles/test_utils.dir/tests/utils.c.s # Object files for target test_utils test_utils_OBJECTS = \ "CMakeFiles/test_utils.dir/tests/utils.c.o" # External object files for target test_utils test_utils_EXTERNAL_OBJECTS = test_utils: CMakeFiles/test_utils.dir/tests/utils.c.o test_utils: CMakeFiles/test_utils.dir/build.make test_utils: _deps/cmocka-build/src/libcmocka.so.0.7.0 test_utils: libutils.so test_utils: CMakeFiles/test_utils.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/cseguret/Projects/app-ethereum/tests/unit/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable test_utils" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_utils.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/test_utils.dir/build: test_utils .PHONY : CMakeFiles/test_utils.dir/build CMakeFiles/test_utils.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/test_utils.dir/cmake_clean.cmake .PHONY : CMakeFiles/test_utils.dir/clean CMakeFiles/test_utils.dir/depend: cd /home/cseguret/Projects/app-ethereum/tests/unit/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/cseguret/Projects/app-ethereum/tests/unit /home/cseguret/Projects/app-ethereum/tests/unit /home/cseguret/Projects/app-ethereum/tests/unit/build /home/cseguret/Projects/app-ethereum/tests/unit/build /home/cseguret/Projects/app-ethereum/tests/unit/build/CMakeFiles/test_utils.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/test_utils.dir/depend