subdir.mk
来自「smcp报文处理,阅读您的文件包然后写出其具体功能」· MK 代码 · 共 37 行
MK
37 行
################################################################################# Automatically-generated file. Do not edit!################################################################################# Add inputs and outputs from these tool invocations to the build variables C_SRCS += \../app/communication-interface.c \../app/remot-proxy.c \../app/smcp-clpu.c \../app/smcp-message-factory.c \../app/smcp-timer.c OBJS += \./app/communication-interface.o \./app/remot-proxy.o \./app/smcp-clpu.o \./app/smcp-message-factory.o \./app/smcp-timer.o C_DEPS += \./app/communication-interface.d \./app/remot-proxy.d \./app/smcp-clpu.d \./app/smcp-message-factory.d \./app/smcp-timer.d # Each subdirectory must supply rules for building sources it contributesapp/%.o: ../app/%.c @echo 'Building file: $<' @echo 'Invoking: GCC 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 + -
显示快捷键?