?? makefile
字號:
# Makefile - makefile for regenerating Diab linker scripts from common template## modification history# --------------------# 01a,05dec01,tpw written## DESCRIPTION# This file contains the makefile rules to regenerate cross-target linker# scripts using the template system in tool/common/ldscripts.##*/TGT_DIR=$(WIND_BASE)/targetGEN_DIR=$(TGT_DIR)/h/tool/common/ldscriptsREGEN_SH=$(GEN_DIR)/regen.shTOOL=diabregen all: sh $(REGEN_SH) $(TOOL)update: sh $(REGEN_SH) -update $(TOOL)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -