# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.27 # Delete rule output on recipe failure. .DELETE_ON_ERROR: #============================================================================= # 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/lib/python3.10/dist-packages/cmake/data/bin/cmake # The command to remove a file. RM = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /content/gemma.cpp # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /content/gemma.cpp/build # Include any dependencies generated for this target. include CMakeFiles/benchmarks.dir/depend.make # Include any dependencies generated by the compiler for this target. include CMakeFiles/benchmarks.dir/compiler_depend.make # Include the progress variables for this target. include CMakeFiles/benchmarks.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/benchmarks.dir/flags.make CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o: CMakeFiles/benchmarks.dir/flags.make CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o: /content/gemma.cpp/gemma/benchmarks.cc CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o: CMakeFiles/benchmarks.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/content/gemma.cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o -MF CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o.d -o CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o -c /content/gemma.cpp/gemma/benchmarks.cc CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.i" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/gemma.cpp/gemma/benchmarks.cc > CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.i CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.s" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/gemma.cpp/gemma/benchmarks.cc -o CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.s # Object files for target benchmarks benchmarks_OBJECTS = \ "CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o" # External object files for target benchmarks benchmarks_EXTERNAL_OBJECTS = benchmarks: CMakeFiles/benchmarks.dir/gemma/benchmarks.cc.o benchmarks: CMakeFiles/benchmarks.dir/build.make benchmarks: libgemma.a benchmarks: _deps/highway-build/libhwy.a benchmarks: _deps/highway-build/libhwy_contrib.a benchmarks: _deps/benchmark-build/src/libbenchmark.a benchmarks: _deps/highway-build/libhwy.a benchmarks: _deps/sentencepiece-build/src/libsentencepiece.a benchmarks: CMakeFiles/benchmarks.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/content/gemma.cpp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable benchmarks" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/benchmarks.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/benchmarks.dir/build: benchmarks .PHONY : CMakeFiles/benchmarks.dir/build CMakeFiles/benchmarks.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/benchmarks.dir/cmake_clean.cmake .PHONY : CMakeFiles/benchmarks.dir/clean CMakeFiles/benchmarks.dir/depend: cd /content/gemma.cpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/gemma.cpp /content/gemma.cpp /content/gemma.cpp/build /content/gemma.cpp/build /content/gemma.cpp/build/CMakeFiles/benchmarks.dir/DependInfo.cmake "--color=$(COLOR)" .PHONY : CMakeFiles/benchmarks.dir/depend