| 1234567891011121314151617181920212223242526272829303132333435 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- SHELL = cmd.exe
- # Add inputs and outputs from these tool invocations to the build variables
- CMD_SRCS += \
- ../C6748.cmd
- C_SRCS += \
- ../led_test.c \
- ../main.c
- C_DEPS += \
- ./led_test.d \
- ./main.d
- OBJS += \
- ./led_test.obj \
- ./main.obj
- OBJS__QUOTED += \
- "led_test.obj" \
- "main.obj"
- C_DEPS__QUOTED += \
- "led_test.d" \
- "main.d"
- C_SRCS__QUOTED += \
- "../led_test.c" \
- "../main.c"
|