⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 ARM9系列,s3c2410实验代码
💻
字号:
SUBDIR = beep

TARGET = $(SUBDIR).a 
OBJS = $(SUBDIR)_driver.o $(SUBDIR)_api.o

DEBUG_DIR = ..\..\debug

O_TARGET = $(DEBUG_DIR)\$(TARGET)
O_OBJS = $(DEBUG_DIR)\$(SUBDIR)_driver.o  $(DEBUG_DIR)\$(SUBDIR)_api.o 
	
# this include file must be at the first position above any other rules
include ..\Rules.make

$(DEBUG_DIR)\$(SUBDIR)_api.o:		$(SUBDIR)_api.h	
$(SUBDIR)_api.h:			$(SUBDIR)_driver.h	
$(DEBUG_DIR)\$(SUBDIR)_driver.o:	$(SUBDIR)_driver.h	

⌨️ 快捷键说明

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