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

SHELL = cmd.exe

# Each subdirectory must supply rules for building sources it contributes
ESCStack/%.obj: ../ESCStack/%.c $(GEN_OPTS) | $(GEN_FILES)
	@echo 'Building file: "$<"'
	@echo 'Invoking: C6000 Compiler'
	"C:/ti/c6000_7.4.20/bin/cl6x" -mvCHIP_6711 --abi=coffabi -ms1 -g --include_path="D:/work/PUMP/PUMP_V2/20/0107_CCS8.0/cEIP_PEv8" --include_path="C:/ti/C6000/csl/include" --include_path="C:/ti/c6000_7.4.20/include" --include_path="D:/work/PUMP/PUMP_V2/20/0107_CCS8.0/cEIP_PEv8/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6711 --define=CHIP_6711 --diag_warning=225 --display_error_number --auto_inline=0 --preproc_with_compile --preproc_dependency="ESCStack/$(basename $(<F)).d_raw" --obj_directory="ESCStack" $(GEN_OPTS__FLAG) "$<"
	@echo 'Finished building: "$<"'
	@echo ' '


