makefile

来自「T-kernel Tcp/ip Protocol Stack Sample」· 代码 · 共 44 行

TXT
44
字号
#/*""FILE COMMENT""*************************************************************#*       System Name : RENESAS T-Engine/micro T-Engine series#*       File Name   : Makefile#*       Version     : 1.00.00#*       Contents    : Makefile#*       Model       : M32104 micro T-Engine#*       CPU         : M32104 #*       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) 2005 MITSUBISHI ELECTRIC CORP. All Rights Reserved. #*       AND RENESAS TECHNOLOGY CORP. All Rights Reserved.#*       AND RENESAS SOLUTIONS CORP. All Rights Reserved.#*       history   : 2005.12.01 ver.1.00.00#*""FILE COMMENT END""*********************************************************/# T-Engine typeMACHINE = m32104TETYPE = mic# 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 + =
减小字号Ctrl + -
显示快捷键?