Makefile.in
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:2k
源码类别:

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/arch, makefile for selecting
  2. #      architecture-specific portions of runtime
  3. #
  4. # Copyright 1996-2001 Wind River Systems, Inc.
  5. #
  6. # This Makefile is now generated -- DO NOT EDIT
  7. #
  8. # To change the boilerplate, edit Makefile.in
  9. #
  10. # To add CPU types or otherwise change the substance,
  11. # edit $WIND_BASE/host/src/target/architecturedb
  12. #
  13. # modification history
  14. # --------------------
  15. # 01i,21aug01,pch  Rename to Makefile.in, revise for use in generating
  16. #    Makefile from host/src/target/architecturedb
  17. # 01h,24jul01,scm  change XScale name to conform to coding standard...
  18. # 01g,16aug01,hdn  added PENTIUM2/3/4 support.
  19. # 01f,26apr00,lc   added MAPCA support.
  20. # 01e,17may99,mbh  added MAP1000 support.
  21. # 01m,04may01,scm  add STRONGARM support...
  22. # 01f,27oct00,s_m  rename PPC405 cpu types
  23. # 01e,07sep00,sm   added subdirs for PPC405GP and PPC405GF
  24. # 01l,11dec00,scm  replace references to ARMSA2 to XScale
  25. # 01k,31aug00,scm  add sa2 support to makefile
  26. # 01j,20jan99,cdp  removed support for old ARM libraries.
  27. # 01i,13nov98,cdp  added ARMARCH3, ARMARCH4, ARMARCH4_T support.
  28. # 01i,03mar00,zl   merged SH support into T2
  29. # 01e,19dec00,pes  Adapt to MIPS32/MIPS64 CPU architectures
  30. # 01d,20aug98,tpr  added PowerPC EC 603 support.
  31. # 01h,09apr98,hdn  added PENTIUM support.
  32. # 01g,06jan98,cym  added simnt support cleaned up modhist.
  33. # 01f,26mar97,cdp  added ARM7TDMI_T support.
  34. # 01e,16dec96,kkk  added R4650 support.
  35. # 01d,12dec96,cdp  added ARM support.
  36. # 01c,26nov96,dvs  added support for SIMSPARCSOLARIS
  37. #             +pr
  38. # 01b,04nov96,p_m  added PPC860
  39. # 01a,17jun96,yp   written
  40. #
  41. # DESCRIPTION
  42. # This file contains the makefile rules to launch builds in the subdirectories
  43. # that are architecture specific. Given the CPU figure out the SUBDIR to build
  44. #
  45. #*/
  46. LIBNAME=lib$(CPU)$(TOOL)vx.a
  47. LIBDIRNAME=obj$(CPU)$(TOOL)vx
  48. TGT_DIR=$(WIND_BASE)/target
  49. @@@@@@ this line of Makefile.in gets replaced by generated content @@@@@@
  50. SUBDIRS_DOC=doc
  51. SUBDIRS=$(SUBDIRS_$(CPU)) $(SUBDIRS_DOC)
  52. include $(TGT_DIR)/h/make/rules.library