📄 makefile
字号:
#/*""FILE COMMENT""*************************************************************#* System Name : RENESAS T-Engine/micro T-Engine series#* File Name : Makefile#* Version : 1.00.00#* Contents : Makefile for LAN91C111(SMSC) driver #* Model : SH7751R T-Engine#* CPU : SH7751R(SH-4)#* Compiler : GNU#* OS : T-Kernel#* note : The Software is being delivered to you "AS IS" #* : and Renesas,whether explicitly or implicitly makes #* : no warranty as to its Use or performance. #* : RENESAS AND ITS SUPPLIER DO NOT AND CANNOT WARRANT #* : THE PERFORMANCE OR RESULTS YOU MAY OBTAIN BY USING #* : THE SOFTWARE. AS TO ANY MATTER INCLUDING WITHOUT #* : LIMITATION NONINFRINGEMENT OF THIRD PARTY RIGHTS,#* : MERCHANTABILITY, INTEGRATION, SATISFACTORY QUALITY, #* : OR FITNESS FOR ANY PARTICULAR PURPOSE.#*#* Copyright (c) 2006 RENESAS TECHNOLOGY CORP. All Rights Reserved.#* AND RENESAS SOLUTIONS CORP. All Rights Reserved.#*#* history : 2006.03.01 Ver.1.00.00#*""FILE COMMENT END""*********************************************************/# T-Engine typeMACHINE = sh7751rTETYPE = std# default rulesinclude $(BD)/etc/makerules# source files (system-dependent)SRC += # compiler optionsCFLAGS += -fomit-frame-pointer# include main makefile (common description)include ../../src/Makefile.common# include gcc setup fileinclude ../../../../../etc/sysdepend/$(TETYPE)_$(MACHINE)/makerules.gcc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -