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