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 += \
|
|
../P1a.c
|
|
|
|
C_DEPS += \
|
|
./P1a.d
|
|
|
|
OBJS += \
|
|
./P1a.obj
|
|
|
|
OBJS__QUOTED += \
|
|
"P1a.obj"
|
|
|
|
C_DEPS__QUOTED += \
|
|
"P1a.d"
|
|
|
|
C_SRCS__QUOTED += \
|
|
"../P1a.c"
|
|
|
|
|