123456789101112131415161718192021222324252627282930313233 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- CMD_SRCS += \
- ../link.cmd
- C_SRCS += \
- ../hello.c \
- ../hello2.c
- OBJS += \
- ./hello.obj \
- ./hello2.obj
- C_DEPS += \
- ./hello.d \
- ./hello2.d
- C_DEPS__QUOTED += \
- "hello.d" \
- "hello2.d"
- OBJS__QUOTED += \
- "hello.obj" \
- "hello2.obj"
- C_SRCS__QUOTED += \
- "../hello.c" \
- "../hello2.c"
|