# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.27

# 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 = /Users/jimmy/anaconda3/envs/tvm/bin/cmake

# The command to remove a file.
RM = /Users/jimmy/anaconda3/envs/tvm/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/Users/jimmy/anaconda3/envs/tvm/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..."
	/Users/jimmy/anaconda3/envs/tvm/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\""
.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..."
	/Users/jimmy/anaconda3/envs/tvm/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..."
	/Users/jimmy/anaconda3/envs/tvm/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..."
	/Users/jimmy/anaconda3/envs/tvm/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..."
	/Users/jimmy/anaconda3/envs/tvm/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..."
	/Users/jimmy/anaconda3/envs/tvm/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..."
	/Users/jimmy/anaconda3/envs/tvm/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 /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build/CMakeFiles /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build/src//CMakeFiles/progress.marks
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/CMakeFiles/nvtop.dir/rule:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/nvtop.dir/rule
.PHONY : src/CMakeFiles/nvtop.dir/rule

# Convenience name for target.
nvtop: src/CMakeFiles/nvtop.dir/rule
.PHONY : nvtop

# fast build rule for target.
nvtop/fast:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/build
.PHONY : nvtop/fast

extract_gpuinfo.o: extract_gpuinfo.c.o
.PHONY : extract_gpuinfo.o

# target to build an object file
extract_gpuinfo.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_gpuinfo.c.o
.PHONY : extract_gpuinfo.c.o

extract_gpuinfo.i: extract_gpuinfo.c.i
.PHONY : extract_gpuinfo.i

# target to preprocess a source file
extract_gpuinfo.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_gpuinfo.c.i
.PHONY : extract_gpuinfo.c.i

extract_gpuinfo.s: extract_gpuinfo.c.s
.PHONY : extract_gpuinfo.s

# target to generate assembly for a file
extract_gpuinfo.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_gpuinfo.c.s
.PHONY : extract_gpuinfo.c.s

extract_gpuinfo_apple.o: extract_gpuinfo_apple.m.o
.PHONY : extract_gpuinfo_apple.o

# target to build an object file
extract_gpuinfo_apple.m.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_gpuinfo_apple.m.o
.PHONY : extract_gpuinfo_apple.m.o

extract_gpuinfo_apple.i: extract_gpuinfo_apple.m.i
.PHONY : extract_gpuinfo_apple.i

# target to preprocess a source file
extract_gpuinfo_apple.m.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_gpuinfo_apple.m.i
.PHONY : extract_gpuinfo_apple.m.i

extract_gpuinfo_apple.s: extract_gpuinfo_apple.m.s
.PHONY : extract_gpuinfo_apple.s

# target to generate assembly for a file
extract_gpuinfo_apple.m.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_gpuinfo_apple.m.s
.PHONY : extract_gpuinfo_apple.m.s

extract_processinfo_mac.o: extract_processinfo_mac.c.o
.PHONY : extract_processinfo_mac.o

# target to build an object file
extract_processinfo_mac.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_processinfo_mac.c.o
.PHONY : extract_processinfo_mac.c.o

extract_processinfo_mac.i: extract_processinfo_mac.c.i
.PHONY : extract_processinfo_mac.i

# target to preprocess a source file
extract_processinfo_mac.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_processinfo_mac.c.i
.PHONY : extract_processinfo_mac.c.i

extract_processinfo_mac.s: extract_processinfo_mac.c.s
.PHONY : extract_processinfo_mac.s

# target to generate assembly for a file
extract_processinfo_mac.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/extract_processinfo_mac.c.s
.PHONY : extract_processinfo_mac.c.s

get_process_info_mac.o: get_process_info_mac.c.o
.PHONY : get_process_info_mac.o

# target to build an object file
get_process_info_mac.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/get_process_info_mac.c.o
.PHONY : get_process_info_mac.c.o

get_process_info_mac.i: get_process_info_mac.c.i
.PHONY : get_process_info_mac.i

# target to preprocess a source file
get_process_info_mac.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/get_process_info_mac.c.i
.PHONY : get_process_info_mac.c.i

get_process_info_mac.s: get_process_info_mac.c.s
.PHONY : get_process_info_mac.s

# target to generate assembly for a file
get_process_info_mac.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/get_process_info_mac.c.s
.PHONY : get_process_info_mac.c.s

info_messages_mac.o: info_messages_mac.c.o
.PHONY : info_messages_mac.o

# target to build an object file
info_messages_mac.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/info_messages_mac.c.o
.PHONY : info_messages_mac.c.o

info_messages_mac.i: info_messages_mac.c.i
.PHONY : info_messages_mac.i

# target to preprocess a source file
info_messages_mac.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/info_messages_mac.c.i
.PHONY : info_messages_mac.c.i

info_messages_mac.s: info_messages_mac.c.s
.PHONY : info_messages_mac.s

# target to generate assembly for a file
info_messages_mac.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/info_messages_mac.c.s
.PHONY : info_messages_mac.c.s

ini.o: ini.c.o
.PHONY : ini.o

# target to build an object file
ini.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/ini.c.o
.PHONY : ini.c.o

ini.i: ini.c.i
.PHONY : ini.i

# target to preprocess a source file
ini.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/ini.c.i
.PHONY : ini.c.i

ini.s: ini.c.s
.PHONY : ini.s

# target to generate assembly for a file
ini.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/ini.c.s
.PHONY : ini.c.s

interface.o: interface.c.o
.PHONY : interface.o

# target to build an object file
interface.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface.c.o
.PHONY : interface.c.o

interface.i: interface.c.i
.PHONY : interface.i

# target to preprocess a source file
interface.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface.c.i
.PHONY : interface.c.i

interface.s: interface.c.s
.PHONY : interface.s

# target to generate assembly for a file
interface.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface.c.s
.PHONY : interface.c.s

interface_layout_selection.o: interface_layout_selection.c.o
.PHONY : interface_layout_selection.o

# target to build an object file
interface_layout_selection.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_layout_selection.c.o
.PHONY : interface_layout_selection.c.o

interface_layout_selection.i: interface_layout_selection.c.i
.PHONY : interface_layout_selection.i

# target to preprocess a source file
interface_layout_selection.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_layout_selection.c.i
.PHONY : interface_layout_selection.c.i

interface_layout_selection.s: interface_layout_selection.c.s
.PHONY : interface_layout_selection.s

# target to generate assembly for a file
interface_layout_selection.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_layout_selection.c.s
.PHONY : interface_layout_selection.c.s

interface_options.o: interface_options.c.o
.PHONY : interface_options.o

# target to build an object file
interface_options.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_options.c.o
.PHONY : interface_options.c.o

interface_options.i: interface_options.c.i
.PHONY : interface_options.i

# target to preprocess a source file
interface_options.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_options.c.i
.PHONY : interface_options.c.i

interface_options.s: interface_options.c.s
.PHONY : interface_options.s

# target to generate assembly for a file
interface_options.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_options.c.s
.PHONY : interface_options.c.s

interface_ring_buffer.o: interface_ring_buffer.c.o
.PHONY : interface_ring_buffer.o

# target to build an object file
interface_ring_buffer.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_ring_buffer.c.o
.PHONY : interface_ring_buffer.c.o

interface_ring_buffer.i: interface_ring_buffer.c.i
.PHONY : interface_ring_buffer.i

# target to preprocess a source file
interface_ring_buffer.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_ring_buffer.c.i
.PHONY : interface_ring_buffer.c.i

interface_ring_buffer.s: interface_ring_buffer.c.s
.PHONY : interface_ring_buffer.s

# target to generate assembly for a file
interface_ring_buffer.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_ring_buffer.c.s
.PHONY : interface_ring_buffer.c.s

interface_setup_win.o: interface_setup_win.c.o
.PHONY : interface_setup_win.o

# target to build an object file
interface_setup_win.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_setup_win.c.o
.PHONY : interface_setup_win.c.o

interface_setup_win.i: interface_setup_win.c.i
.PHONY : interface_setup_win.i

# target to preprocess a source file
interface_setup_win.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_setup_win.c.i
.PHONY : interface_setup_win.c.i

interface_setup_win.s: interface_setup_win.c.s
.PHONY : interface_setup_win.s

# target to generate assembly for a file
interface_setup_win.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/interface_setup_win.c.s
.PHONY : interface_setup_win.c.s

nvtop.o: nvtop.c.o
.PHONY : nvtop.o

# target to build an object file
nvtop.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/nvtop.c.o
.PHONY : nvtop.c.o

nvtop.i: nvtop.c.i
.PHONY : nvtop.i

# target to preprocess a source file
nvtop.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/nvtop.c.i
.PHONY : nvtop.c.i

nvtop.s: nvtop.c.s
.PHONY : nvtop.s

# target to generate assembly for a file
nvtop.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/nvtop.c.s
.PHONY : nvtop.c.s

plot.o: plot.c.o
.PHONY : plot.o

# target to build an object file
plot.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/plot.c.o
.PHONY : plot.c.o

plot.i: plot.c.i
.PHONY : plot.i

# target to preprocess a source file
plot.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/plot.c.i
.PHONY : plot.c.i

plot.s: plot.c.s
.PHONY : plot.s

# target to generate assembly for a file
plot.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/plot.c.s
.PHONY : plot.c.s

time.o: time.c.o
.PHONY : time.o

# target to build an object file
time.c.o:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/time.c.o
.PHONY : time.c.o

time.i: time.c.i
.PHONY : time.i

# target to preprocess a source file
time.c.i:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/time.c.i
.PHONY : time.c.i

time.s: time.c.s
.PHONY : time.s

# target to generate assembly for a file
time.c.s:
	cd /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/nvtop.dir/build.make src/CMakeFiles/nvtop.dir/time.c.s
.PHONY : time.c.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 "... nvtop"
	@echo "... extract_gpuinfo.o"
	@echo "... extract_gpuinfo.i"
	@echo "... extract_gpuinfo.s"
	@echo "... extract_gpuinfo_apple.o"
	@echo "... extract_gpuinfo_apple.i"
	@echo "... extract_gpuinfo_apple.s"
	@echo "... extract_processinfo_mac.o"
	@echo "... extract_processinfo_mac.i"
	@echo "... extract_processinfo_mac.s"
	@echo "... get_process_info_mac.o"
	@echo "... get_process_info_mac.i"
	@echo "... get_process_info_mac.s"
	@echo "... info_messages_mac.o"
	@echo "... info_messages_mac.i"
	@echo "... info_messages_mac.s"
	@echo "... ini.o"
	@echo "... ini.i"
	@echo "... ini.s"
	@echo "... interface.o"
	@echo "... interface.i"
	@echo "... interface.s"
	@echo "... interface_layout_selection.o"
	@echo "... interface_layout_selection.i"
	@echo "... interface_layout_selection.s"
	@echo "... interface_options.o"
	@echo "... interface_options.i"
	@echo "... interface_options.s"
	@echo "... interface_ring_buffer.o"
	@echo "... interface_ring_buffer.i"
	@echo "... interface_ring_buffer.s"
	@echo "... interface_setup_win.o"
	@echo "... interface_setup_win.i"
	@echo "... interface_setup_win.s"
	@echo "... nvtop.o"
	@echo "... nvtop.i"
	@echo "... nvtop.s"
	@echo "... plot.o"
	@echo "... plot.i"
	@echo "... plot.s"
	@echo "... time.o"
	@echo "... time.i"
	@echo "... time.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 /Users/jimmy/Code/tiny_llm/benchmark/agi_script/nvtop/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

