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

📄 makefile

📁 vxworks源码源码解读是学习vxworks的最佳途径
💻
字号:
# Makefile - makefile for target/src/arch, makefile for selecting architecture#		 specific portions of runtime## modification history# --------------------# 01d,20aug98,tpr  added PowerPC EC 603 support.# 01h,09apr98,hdn  added PENTIUM support.# 01g,06jan98,cym  added simnt support cleaned up modhist.# 01f,26mar97,cdp  added ARM7TDMI_T support.# 01e,16dec96,kkk  added R4650 support.# 01d,12dec96,cdp  added ARM support.# 01c,26nov96,dvs  added support for SIMSPARCSOLARIS#             +pr# 01b,04nov96,p_m  added PPC860# 01a,17jun96,yp   written## DESCRIPTION# This file contains the makefile rules launch builds in the subdirectories# that are architecture specific. Given the CPU figure out the SUBDIR to build##*/LIBNAME=lib$(CPU)$(TOOL)vx.aLIBDIRNAME=obj$(CPU)$(TOOL)vxTGT_DIR=$(WIND_BASE)/targetSUBDIRS_MC68000=mc68kSUBDIRS_MC68010=mc68kSUBDIRS_MC68020=mc68kSUBDIRS_MC68030=mc68kSUBDIRS_MC68040=mc68kSUBDIRS_MC68LC040=mc68kSUBDIRS_MC68060=mc68kSUBDIRS_CPU32=mc68kSUBDIRS_SPARC=sparcSUBDIRS_SPARClite=sparcSUBDIRS_SIMSPARCSUNOS=simsparcSUBDIRS_SIMSPARCSOLARIS=simsolarisSUBDIRS_SIMHPPA=simhppaSUBDIRS_SIMNT=simntSUBDIRS_I960CA=i960SUBDIRS_I960JX=i960SUBDIRS_I960KA=i960SUBDIRS_I960KB=i960SUBDIRS_I960HX=i960SUBDIRS_R3000=mipsSUBDIRS_R4000=mipsSUBDIRS_R4650=mipsSUBDIRS_R4000_64=mipsSUBDIRS_I80386=i86SUBDIRS_I80486=i86SUBDIRS_PENTIUM=i86SUBDIRS_AM29030=am29kSUBDIRS_AM29200=am29kSUBDIRS_PPC403=ppcSUBDIRS_PPC601=ppcSUBDIRS_PPC603=ppcSUBDIRS_PPCEC603=ppcSUBDIRS_PPC604=ppcSUBDIRS_PPC860=ppcSUBDIRS_ARM710A=armSUBDIRS_ARM7TDMI=armSUBDIRS_ARM810=armSUBDIRS_ARMSA110=armSUBDIRS_ARM7TDMI_T=armSUBDIRS_DOC=docSUBDIRS=$(SUBDIRS_$(CPU)) $(SUBDIRS_DOC)include $(TGT_DIR)/h/make/rules.library

⌨️ 快捷键说明

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