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

SHELL = cmd.exe

# Each subdirectory must supply rules for building sources it contributes
user/src/%.obj: ../user/src/%.c $(GEN_OPTS) | $(GEN_FILES)
	@echo 'Building file: "$<"'
	@echo 'Invoking: C2000 Compiler'
	"C:/ti/ccs910/ccs/tools/compiler/ti-cgt-c2000_18.12.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu64 --idiv_support=idiv0 --tmu_support=tmu0 --fp_mode=relaxed --include_path="D:/ccs_work/SharePeripherals/ShareCAN" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/BootLoader/inc" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/BootLoader/src" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/bsp/inc" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/bsp/src" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/Flash28388D_API/inc" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/Flash28388D_API/inc/Constants" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/Flash28388D_API/Lib" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user/inc" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user/src" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/BootLoader" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/bsp" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/Flash28388D_API" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user_lib" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user_lib/asm" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user_lib/cmd" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user_lib/driverlib" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user_lib/driverlib/inc" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user_lib/driverlib/ccs" --include_path="D:/ccs_work/SharePeripherals/ShareCAN/user_lib/inc" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-c2000_18.12.2.LTS/include" --advice:performance=all --define=CPU1 --define=USE_20MHZ_XTAL --define=_FLASH --define=DEBUG -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="user/src/$(basename $(<F)).d_raw" --obj_directory="user/src" $(GEN_OPTS__FLAG) "$<"
	@echo 'Finished building: "$<"'
	@echo ' '


