makefile
来自「日本坂村健教授写的一个实时操作系统内核T-Kernel。」· 代码 · 共 35 行
TXT
35 行
## ----------------------------------------------------------------------# T-Kernel## Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.# T-Kernel is distributed under the T-License.# ----------------------------------------------------------------------## Version: 1.02.01# Released by T-Engine Forum(http://www.t-engine.org) at 2006/1/10.## ----------------------------------------------------------------------### Makefile for gmake# crt0 (system-dependent description)## T-Engine typeMACHINE = s1c38kTETYPE = std# default rulesinclude ../../../../../etc/makerules# target filesTARGET = crt0.o crt1f.o crt1s.o crti.o crtir.o crtn.o# source filesSRC = $(TARGET:%.o=%.S)# include main makefile (common description)include ../../src/Makefile.common
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?