f07ec34247af001d171fcdab9907f734

来自「基于FREERtos和LPC2468的程序。里面实现了串口通信」· 代码 · 共 34 行

TXT
34
字号
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
O_SRCS += \../source/portable/MemMang/heap_2.o 

C_SRCS += \../source/portable/MemMang/heap_1.c \../source/portable/MemMang/heap_2.c \../source/portable/MemMang/heap_3.c 

OBJS += \./source/portable/MemMang/heap_1.o \./source/portable/MemMang/heap_2.o \./source/portable/MemMang/heap_3.o 

C_DEPS += \./source/portable/MemMang/heap_1.d \./source/portable/MemMang/heap_2.d \./source/portable/MemMang/heap_3.d 


# Each subdirectory must supply rules for building sources it contributes
source/portable/MemMang/%.o: ../source/portable/MemMang/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: Cygwin C Compiler'
	gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?