📄 makefile
字号:
# Makefile - makefile for target/src/arch, makefile for selecting# architecture-specific portions of runtime## Copyright 1996-2001 Wind River Systems, Inc.## This Makefile is now generated -- DO NOT EDIT## To change the boilerplate, edit Makefile.in## To add CPU types or otherwise change the substance,# edit $WIND_BASE/host/src/target/architecturedb## modification history# --------------------# 01i,21aug01,pch Rename to Makefile.in, revise for use in generating# Makefile from host/src/target/architecturedb# 01h,24jul01,scm change XScale name to conform to coding standard...# 01g,16aug01,hdn added PENTIUM2/3/4 support.# 01f,26apr00,lc added MAPCA support.# 01e,17may99,mbh added MAP1000 support.# 01m,04may01,scm add STRONGARM support...# 01f,27oct00,s_m rename PPC405 cpu types# 01e,07sep00,sm added subdirs for PPC405GP and PPC405GF# 01l,11dec00,scm replace references to ARMSA2 to XScale# 01k,31aug00,scm add sa2 support to makefile# 01j,20jan99,cdp removed support for old ARM libraries.# 01i,13nov98,cdp added ARMARCH3, ARMARCH4, ARMARCH4_T support.# 01i,03mar00,zl merged SH support into T2# 01e,19dec00,pes Adapt to MIPS32/MIPS64 CPU architectures# 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 to 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_I960CA=i960SUBDIRS_I960KA=i960SUBDIRS_I960KB=i960SUBDIRS_I960JX=i960SUBDIRS_I960HX=i960SUBDIRS_MIPS32=mipsSUBDIRS_MIPS64=mipsSUBDIRS_AM29030=am29kSUBDIRS_AM29200=am29kSUBDIRS_AM29035=am29kSUBDIRS_SIMSPARCSUNOS=simsparcSUBDIRS_SIMSPARCSOLARIS=simsolarisSUBDIRS_SIMHPPA=simhppaSUBDIRS_I80386=i86SUBDIRS_I80486=i86SUBDIRS_PENTIUM=i86SUBDIRS_PENTIUM2=i86SUBDIRS_PENTIUM3=i86SUBDIRS_PENTIUM4=i86SUBDIRS_PPC601=ppcSUBDIRS_PPC602=ppcSUBDIRS_PPC603=ppcSUBDIRS_PPC604=ppcSUBDIRS_PPC403=ppcSUBDIRS_PPC505=ppcSUBDIRS_PPC860=ppcSUBDIRS_PPCEC603=ppcSUBDIRS_PPC555=ppcSUBDIRS_SIMNT=simntSUBDIRS_ULTRASPARC=sparcv9SUBDIRS_ARM710A=armSUBDIRS_ARM7TDMI=armSUBDIRS_ARM810=armSUBDIRS_ARMSA110=armSUBDIRS_ARM7TDMI_T=armSUBDIRS_ARMARCH3=armSUBDIRS_ARMARCH4=armSUBDIRS_ARMARCH4_T=armSUBDIRS_STRONGARM=armSUBDIRS_SH7000=shSUBDIRS_SH7600=shSUBDIRS_SH7040=shSUBDIRS_SH7700=shSUBDIRS_SH7410=shSUBDIRS_SH7729=shSUBDIRS_SH7750=shSUBDIRS_MCORE10=mcoreSUBDIRS_MCORE15=mcoreSUBDIRS_MCORE200=mcoreSUBDIRS_MCORE300=mcoreSUBDIRS_MCF5200=coldfireSUBDIRS_MCF5400=coldfireSUBDIRS_FR500=frvSUBDIRS_MAP1000=mapSUBDIRS_MAP1000A=mapSUBDIRS_MAPCA=mapSUBDIRS_XSCALE=armSUBDIRS_ARMARCH5=armSUBDIRS_ARMARCH5_T=armSUBDIRS_PPC509=ppcSUBDIRS_PPC405=ppcSUBDIRS_PPC405F=ppcSUBDIRS_PPC440=ppcSUBDIRS_DOC=docSUBDIRS=$(SUBDIRS_$(CPU)) $(SUBDIRS_DOC)include $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -