127b3b0c63dc001c1d26f8cb9cfd5848

来自「LPC21XX series GSM+GPS interfacing and a」· 代码 · 共 36 行

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

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \../RFvygr_main.c 

S_SRCS += \../RFvygr_start.s 

OBJS += \./RFvygr_start.o \./RFvygr_main.o 

C_DEPS += \./RFvygr_main.d 


# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.s
	@echo 'Building file: $<'
	@echo 'Invoking: GCC Assembler'
	arm-elf-gcc -c -gstabs -mthumb-interwork -IC:/Oasis/Tools/include -I ../ -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '

%.o: ../%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GCC C Compiler'
	arm-elf-gcc -O0 -Wall -c -mthumb-interwork -IC:/Oasis/Tools/include -I ../  -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


⌨️ 快捷键说明

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