30 lines
524 B
Makefile
30 lines
524 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 += \
|
|
../lnk_msp430f5529.cmd
|
|
|
|
C_SRCS += \
|
|
../for.c
|
|
|
|
C_DEPS += \
|
|
./for.d
|
|
|
|
OBJS += \
|
|
./for.obj
|
|
|
|
OBJS__QUOTED += \
|
|
"for.obj"
|
|
|
|
C_DEPS__QUOTED += \
|
|
"for.d"
|
|
|
|
C_SRCS__QUOTED += \
|
|
"../for.c"
|
|
|
|
|