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

SHELL = cmd.exe

CG_TOOL_ROOT := D:/ti/ccsv5/tools/compiler/c2000_6.1.0

ORDERED_OBJS += \
$(GEN_CMDS__FLAG) \
"./test_tx_rx_f2806xcfg_c.obj" \
"./test_tx_rx_f2806xcfg.obj" \
"./test_rx_swi.obj" \
"./phy_tx_thread.obj" \
"./main.obj" \
"./flash_init.obj" \
"./crc8_vcu.obj" \
"./F2806x_GlobalVariableDefs.obj" \
"./F2806x_CodeStartBranch.obj" \
-l"libc.a" \
"../F2806x_Headers_BIOS.cmd" \
"../G3_BIOS_flash_F2806x.cmd" \
"../lib/SFO_TI_Build_V6b_FPU.lib" \
"../lib/csl_f2806x.lib" \
"../lib/hal_afe031_f2806x.lib" \
"../lib/phy_vcu_afe031.lib" \

-include ../makefile.init

RM := DEL /F
RMDIR := RMDIR /S/Q

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir_vars.mk
-include lib/subdir_vars.mk
-include subdir_rules.mk
-include lib/subdir_rules.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(S_DEPS)),)
-include $(S_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
ifneq ($(strip $(S62_DEPS)),)
-include $(S62_DEPS)
endif
ifneq ($(strip $(C64_DEPS)),)
-include $(C64_DEPS)
endif
ifneq ($(strip $(ASM_DEPS)),)
-include $(ASM_DEPS)
endif
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(S55_DEPS)),)
-include $(S55_DEPS)
endif
ifneq ($(strip $(C67_DEPS)),)
-include $(C67_DEPS)
endif
ifneq ($(strip $(C??_DEPS)),)
-include $(C??_DEPS)
endif
ifneq ($(strip $(CLA_DEPS)),)
-include $(CLA_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(S??_DEPS)),)
-include $(S??_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(C62_DEPS)),)
-include $(C62_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(ASM_UPPER_DEPS)),)
-include $(ASM_UPPER_DEPS)
endif
ifneq ($(strip $(K_DEPS)),)
-include $(K_DEPS)
endif
ifneq ($(strip $(C43_DEPS)),)
-include $(C43_DEPS)
endif
ifneq ($(strip $(S67_DEPS)),)
-include $(S67_DEPS)
endif
ifneq ($(strip $(SA_DEPS)),)
-include $(SA_DEPS)
endif
ifneq ($(strip $(S43_DEPS)),)
-include $(S43_DEPS)
endif
ifneq ($(strip $(OPT_DEPS)),)
-include $(OPT_DEPS)
endif
ifneq ($(strip $(S64_DEPS)),)
-include $(S64_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
ifneq ($(strip $(C55_DEPS)),)
-include $(C55_DEPS)
endif
endif

-include ../makefile.defs

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

# All Target
all: g328069_2.out

# Tool invocations
g328069_2.out: $(OBJS) $(CMD_SRCS) $(LIB_SRCS) $(GEN_CMDS)
	@echo 'Building target: $@'
	@echo 'Invoking: C2000 Linker'
	"D:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --define=F2806X --define=FILE_IO=1 --define=DMA_PWM --define=FLASH_LOAD --define=CPU_FRQ_150MHZ=0 --define=CPU_FRQ_90MHZ=1 --define=CPU_FRQ_100MHZ=0 --define=CPU_FRQ_120MHZ=0 --diag_warning=225 --display_error_number -z --stack_size=0x300 -m"g328069_2.map" --warn_sections -i"D:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib" -i"D:/ti/ccsv5/tools/compiler/c2000_6.1.0/include" -i"D:/ti/bios_5_41_13_42/packages/ti/rtdx/lib/c2000" -i"D:/ti/bios_5_41_13_42/packages/ti/bios/lib" --reread_libs --display_error_number --rom_model -o "g328069_2.out" $(ORDERED_OBJS)
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

# Other Targets
clean:
	-$(RM) $(GEN_SRCS__QUOTED)$(GEN_MISC_FILES__QUOTED)$(C2000_EXECUTABLE_OUTPUTS__QUOTED)$(GEN_CMDS__QUOTED) "g328069_2.out"
	-$(RM) "F2806x_GlobalVariableDefs.pp" "flash_init.pp" "main.pp" "phy_tx_thread.pp" "test_rx_swi.pp" "test_tx_rx_f2806xcfg_c.pp" 
	-$(RM) "test_tx_rx_f2806xcfg.pp" 
	-$(RM) "F2806x_CodeStartBranch.obj" "F2806x_GlobalVariableDefs.obj" "crc8_vcu.obj" "flash_init.obj" "main.obj" "phy_tx_thread.obj" "test_rx_swi.obj" "test_tx_rx_f2806xcfg.obj" "test_tx_rx_f2806xcfg_c.obj" 
	-$(RM) "F2806x_CodeStartBranch.pp" "crc8_vcu.pp" 
	-@echo 'Finished clean'
	-@echo ' '

post-build:
	-@echo 'Create flash image: Intel-HEX'
	-"D:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/hex2000" -i "g328069_2.out" -o "g328069_2.hex" -order MS -romwidth 16
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY: post-build

-include ../makefile.targets
