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

# 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/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/hce/uc-modern-cpp-student/cc

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hce/uc-modern-cpp-student/build

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.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/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/hce/uc-modern-cpp-student/build/CMakeFiles /home/hce/uc-modern-cpp-student/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/hce/uc-modern-cpp-student/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named uctc

# Build rule for target.
uctc: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uctc
.PHONY : uctc

# fast build rule for target.
uctc/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/build
.PHONY : uctc/fast

math/arith.o: math/arith.cc.o
.PHONY : math/arith.o

# target to build an object file
math/arith.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/math/arith.cc.o
.PHONY : math/arith.cc.o

math/arith.i: math/arith.cc.i
.PHONY : math/arith.i

# target to preprocess a source file
math/arith.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/math/arith.cc.i
.PHONY : math/arith.cc.i

math/arith.s: math/arith.cc.s
.PHONY : math/arith.s

# target to generate assembly for a file
math/arith.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/math/arith.cc.s
.PHONY : math/arith.cc.s

operators/nn.o: operators/nn.cc.o
.PHONY : operators/nn.o

# target to build an object file
operators/nn.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/nn.cc.o
.PHONY : operators/nn.cc.o

operators/nn.i: operators/nn.cc.i
.PHONY : operators/nn.i

# target to preprocess a source file
operators/nn.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/nn.cc.i
.PHONY : operators/nn.cc.i

operators/nn.s: operators/nn.cc.s
.PHONY : operators/nn.s

# target to generate assembly for a file
operators/nn.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/nn.cc.s
.PHONY : operators/nn.cc.s

operators/ops.o: operators/ops.cc.o
.PHONY : operators/ops.o

# target to build an object file
operators/ops.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/ops.cc.o
.PHONY : operators/ops.cc.o

operators/ops.i: operators/ops.cc.i
.PHONY : operators/ops.i

# target to preprocess a source file
operators/ops.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/ops.cc.i
.PHONY : operators/ops.cc.i

operators/ops.s: operators/ops.cc.s
.PHONY : operators/ops.s

# target to generate assembly for a file
operators/ops.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/operators/ops.cc.s
.PHONY : operators/ops.cc.s

tensor/tensor.o: tensor/tensor.cc.o
.PHONY : tensor/tensor.o

# target to build an object file
tensor/tensor.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/tensor/tensor.cc.o
.PHONY : tensor/tensor.cc.o

tensor/tensor.i: tensor/tensor.cc.i
.PHONY : tensor/tensor.i

# target to preprocess a source file
tensor/tensor.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/tensor/tensor.cc.i
.PHONY : tensor/tensor.cc.i

tensor/tensor.s: tensor/tensor.cc.s
.PHONY : tensor/tensor.s

# target to generate assembly for a file
tensor/tensor.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/tensor/tensor.cc.s
.PHONY : tensor/tensor.cc.s

uctc.o: uctc.cc.o
.PHONY : uctc.o

# target to build an object file
uctc.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/uctc.cc.o
.PHONY : uctc.cc.o

uctc.i: uctc.cc.i
.PHONY : uctc.i

# target to preprocess a source file
uctc.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/uctc.cc.i
.PHONY : uctc.cc.i

uctc.s: uctc.cc.s
.PHONY : uctc.s

# target to generate assembly for a file
uctc.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/uctc.dir/build.make CMakeFiles/uctc.dir/uctc.cc.s
.PHONY : uctc.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 "... rebuild_cache"
	@echo "... uctc"
	@echo "... math/arith.o"
	@echo "... math/arith.i"
	@echo "... math/arith.s"
	@echo "... operators/nn.o"
	@echo "... operators/nn.i"
	@echo "... operators/nn.s"
	@echo "... operators/ops.o"
	@echo "... operators/ops.i"
	@echo "... operators/ops.s"
	@echo "... tensor/tensor.o"
	@echo "... tensor/tensor.i"
	@echo "... tensor/tensor.s"
	@echo "... uctc.o"
	@echo "... uctc.i"
	@echo "... uctc.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

