Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:3k
- # 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.a
- LIBDIRNAME=obj$(CPU)$(TOOL)vx
- TGT_DIR=$(WIND_BASE)/target
- SUBDIRS_MC68000=mc68k
- SUBDIRS_MC68010=mc68k
- SUBDIRS_MC68020=mc68k
- SUBDIRS_MC68030=mc68k
- SUBDIRS_MC68040=mc68k
- SUBDIRS_MC68LC040=mc68k
- SUBDIRS_MC68060=mc68k
- SUBDIRS_CPU32=mc68k
- SUBDIRS_SPARC=sparc
- SUBDIRS_SPARClite=sparc
- SUBDIRS_I960CA=i960
- SUBDIRS_I960KA=i960
- SUBDIRS_I960KB=i960
- SUBDIRS_I960JX=i960
- SUBDIRS_I960HX=i960
- SUBDIRS_MIPS32=mips
- SUBDIRS_MIPS64=mips
- SUBDIRS_AM29030=am29k
- SUBDIRS_AM29200=am29k
- SUBDIRS_AM29035=am29k
- SUBDIRS_SIMSPARCSUNOS=simsparc
- SUBDIRS_SIMSPARCSOLARIS=simsolaris
- SUBDIRS_SIMHPPA=simhppa
- SUBDIRS_I80386=i86
- SUBDIRS_I80486=i86
- SUBDIRS_PENTIUM=i86
- SUBDIRS_PENTIUM2=i86
- SUBDIRS_PENTIUM3=i86
- SUBDIRS_PENTIUM4=i86
- SUBDIRS_PPC601=ppc
- SUBDIRS_PPC602=ppc
- SUBDIRS_PPC603=ppc
- SUBDIRS_PPC604=ppc
- SUBDIRS_PPC403=ppc
- SUBDIRS_PPC505=ppc
- SUBDIRS_PPC860=ppc
- SUBDIRS_PPCEC603=ppc
- SUBDIRS_PPC555=ppc
- SUBDIRS_SIMNT=simnt
- SUBDIRS_ULTRASPARC=sparcv9
- SUBDIRS_ARM710A=arm
- SUBDIRS_ARM7TDMI=arm
- SUBDIRS_ARM810=arm
- SUBDIRS_ARMSA110=arm
- SUBDIRS_ARM7TDMI_T=arm
- SUBDIRS_ARMARCH3=arm
- SUBDIRS_ARMARCH4=arm
- SUBDIRS_ARMARCH4_T=arm
- SUBDIRS_STRONGARM=arm
- SUBDIRS_SH7000=sh
- SUBDIRS_SH7600=sh
- SUBDIRS_SH7040=sh
- SUBDIRS_SH7700=sh
- SUBDIRS_SH7410=sh
- SUBDIRS_SH7729=sh
- SUBDIRS_SH7750=sh
- SUBDIRS_MCORE10=mcore
- SUBDIRS_MCORE15=mcore
- SUBDIRS_MCORE200=mcore
- SUBDIRS_MCORE300=mcore
- SUBDIRS_MCF5200=coldfire
- SUBDIRS_MCF5400=coldfire
- SUBDIRS_FR500=frv
- SUBDIRS_MAP1000=map
- SUBDIRS_MAP1000A=map
- SUBDIRS_MAPCA=map
- SUBDIRS_XSCALE=arm
- SUBDIRS_ARMARCH5=arm
- SUBDIRS_ARMARCH5_T=arm
- SUBDIRS_PPC509=ppc
- SUBDIRS_PPC405=ppc
- SUBDIRS_PPC405F=ppc
- SUBDIRS_PPC440=ppc
- SUBDIRS_DOC=doc
- SUBDIRS=$(SUBDIRS_$(CPU)) $(SUBDIRS_DOC)
- include $(TGT_DIR)/h/make/rules.library