1################################################################################
2# Automatically-generated file. Do not edit!
3################################################################################
4
5SHELL = cmd.exe
6
7# Each subdirectory must supply rules for building sources it contributes
8%.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES)
9	@echo 'Building file: "$<"'
10	@echo 'Invoking: C6000 Compiler'
11	"C:/ti/ccsv8/tools/compiler/ti-cgt-c6000_8.2.4/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-c6000_8.2.4/include" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
12	@echo 'Finished building: "$<"'
13	@echo ' '
14
15%.obj: ../%.asm $(GEN_OPTS) | $(GEN_FILES)
16	@echo 'Building file: "$<"'
17	@echo 'Invoking: C6000 Compiler'
18	"C:/ti/ccsv8/tools/compiler/ti-cgt-c6000_8.2.4/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-c6000_8.2.4/include" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
19	@echo 'Finished building: "$<"'
20	@echo ' '
21
22
23