42 lines
765 B
Makefile
42 lines
765 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
SHELL = cmd.exe
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CMD_SRCS += \
|
|
../hello_widget_ccs.cmd
|
|
|
|
C_SRCS += \
|
|
../hello_widget.c \
|
|
../startup_ccs.c \
|
|
../ustdlib.c
|
|
|
|
C_DEPS += \
|
|
./hello_widget.d \
|
|
./startup_ccs.d \
|
|
./ustdlib.d
|
|
|
|
OBJS += \
|
|
./hello_widget.obj \
|
|
./startup_ccs.obj \
|
|
./ustdlib.obj
|
|
|
|
OBJS__QUOTED += \
|
|
"hello_widget.obj" \
|
|
"startup_ccs.obj" \
|
|
"ustdlib.obj"
|
|
|
|
C_DEPS__QUOTED += \
|
|
"hello_widget.d" \
|
|
"startup_ccs.d" \
|
|
"ustdlib.d"
|
|
|
|
C_SRCS__QUOTED += \
|
|
"../hello_widget.c" \
|
|
"../startup_ccs.c" \
|
|
"../ustdlib.c"
|
|
|
|
|