################################################################################
# Automatically-generated file. Do not edit!
################################################################################

-include ../makefile.init

RM := D:\IDE\CodeCanvas_2403151523\build-utils\clean

# All of the sources participating in the build are defined here
-include sources.mk
-include system/subdir.mk
-include src/subdir.mk
-include routines/source/subdir.mk
-include subdir.mk
-include objects.mk

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# All Target
all: example35_AIC32_1.elf

# Tool invocations
example35_AIC32_1.elf: $(OBJECT_FILE)
	@echo 'Building target: $@'
	@echo 'Invoking: RISCV linker'
	"D:\IDE\CodeCanvas_2403151523\riscv\llvm\bin\clang" $(OBJECT_FILE)  --gcc-toolchain="D:\IDE\CodeCanvas_2403151523\riscv\gnu-toolchain" --target=riscv32-unknown-elf -march=rv32imfc_xsc -mabi=ilp32f -T"F:/SpringCore/SpringCore/RELEASE/Release_For_JiaoDa/FDMTEK_RV335/device_support/system_board/example35_AIC32_1/system/link_riscv.ld" -LD:\IDE\CodeCanvas_2403151523\riscv\gnu-toolchain\riscv32-unknown-elf\lib -lc -lsemihost -o "example35_AIC32_1.elf"
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(ELF_FILE_OUTPUTS)$(OBJECT_FILE) example35_AIC32_1.elf
	-@echo ' '

.PHONY: all clean dependents

-include ../makefile.targets
