31 lines
553 B
Makefile
31 lines
553 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
SHELL = cmd.exe
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CPP_SRCS += \
|
|
../main.cpp
|
|
|
|
CMD_SRCS += \
|
|
../f2838x_headers_nonBIOS_cpu1.cmd \
|
|
../linker_cpu1.cmd
|
|
|
|
OBJS += \
|
|
./main.obj
|
|
|
|
CPP_DEPS += \
|
|
./main.d
|
|
|
|
OBJS__QUOTED += \
|
|
"main.obj"
|
|
|
|
CPP_DEPS__QUOTED += \
|
|
"main.d"
|
|
|
|
CPP_SRCS__QUOTED += \
|
|
"../main.cpp"
|
|
|
|
|