30 lines
518 B
Makefile
30 lines
518 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 += \
|
|
../p1.c
|
|
|
|
C_DEPS += \
|
|
./p1.d
|
|
|
|
OBJS += \
|
|
./p1.obj
|
|
|
|
OBJS__QUOTED += \
|
|
"p1.obj"
|
|
|
|
C_DEPS__QUOTED += \
|
|
"p1.d"
|
|
|
|
C_SRCS__QUOTED += \
|
|
"../p1.c"
|
|
|
|
|