subdir.mk

来自「动态加载模块」· MK 代码 · 共 36 行

MK
36
字号
################################################################################# Automatically-generated file. Do not edit!################################################################################# Add inputs and outputs from these tool invocations to the build variables O_SRCS += \../built-in.o \../proc_module.mod.o \../proc_module.o C_SRCS += \../proc_module.c \../proc_module.mod.c \../test.c OBJS += \./proc_module.o \./proc_module.mod.o \./test.o C_DEPS += \./proc_module.d \./proc_module.mod.d \./test.d # Each subdirectory must supply rules for building sources it contributes%.o: ../%.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 + -
显示快捷键?