Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:2k
源码类别:

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/arch/doc
  2. #
  3. # modification history
  4. # --------------------
  5. # 01o,05jun02,wsl  remove SPARC libraries
  6. # 01n,23may02,jmt  Add cache lib for tx49xx family
  7. # 01m,22may02,zmm  Changed cacheAu1000Lib.c to cacheAuLib.c, SPR 77333.
  8. # 01l,18mar02,mas  Removed ref to src/config/usrSmObj.c (part of SPR 73371)
  9. # 01k,16nov01,tlc  Update cacheR4kLib.c for MIPS.
  10. # 01j,16nov01,tlc  Update for MIPS architecture.
  11. # 01i,29oct01,zl   added cacheSh7622Lib.c.
  12. # 01h,18oct01,dgp  remove i960 files from doc build
  13. # 01g,26oct99,jpd  added ../arm/mmuMapLib.c.
  14. # 01g,03mar00,zl   merged SH support into T2
  15. # 01f,21mar99,dgp  Fixed SPR 24881 and 21459 by adding cacheArchLib.c
  16. #    removed ../mc68k/cacheArchLib.c and ../arm/cacheArchLib.c
  17. # 01e,12mar99,p_m  Fixed SPR 4711 by adding cacheR333x0Lib manuals
  18. # 01d,21apr98,hdn  doc: add Pentium specific documentation.
  19. # 01b,14jul97,dgp  doc: add usrAta.c
  20. # 01b,27feb97,jpd  added ARM-specific documentation.
  21. # 01a,18jun96,yp   created from 01r of MakeSkel
  22. #
  23. # DESCRIPTION
  24. # This file contains the makefile rules for building man pages from
  25. # special documentation-only modules that are generic to all 
  26. # architectures.
  27. #
  28. #*/
  29. TGT_DIR=$(WIND_BASE)/target
  30. DOC_FILES= dbgArchLib.c excArchLib.c fppArchLib.c 
  31. intArchLib.c taskArchLib.c vxLib.c 
  32. cacheArchLib.c 
  33. ../arm/mmuMapLib.c 
  34. ../i86/mmuPro32Lib.c 
  35. ../i86/pentiumALib.s 
  36. ../i86/pentiumLib.c 
  37. ../i86/pentiumShow.c 
  38. ../mc68k/math/mathALib.s ../mc68k/math/mathHardLib.c 
  39. ../mc68k/math/mathSoftLib.c 
  40. ../mips/cache4kcLib.c ../mips/cacheAuLib.c 
  41. ../mips/cacheR10kLib.c ../mips/cacheR32kLib.c 
  42. ../mips/cacheR33kLib.c ../mips/cacheR333x0Lib.c 
  43. ../mips/cacheR3kLib.c ../mips/cacheR4kLib.c 
  44. ../mips/cacheR5kLib.c ../mips/cacheR7kLib.c 
  45. ../mips/cacheTx49Lib.c 
  46. ../sh/cacheSh7040Lib.c ../sh/cacheSh7604Lib.c 
  47. ../sh/cacheSh7729Lib.c ../sh/cacheSh7622Lib.c 
  48. ../sh/cacheSh7700Lib.c ../sh/cacheSh7750Lib.c 
  49. ../sh/mmuSh7700Lib.c ../sh/mmuSh7750Lib.c 
  50. $(TGT_DIR)/config/all/bootConfig.c 
  51. $(TGT_DIR)/config/all/bootInit.c 
  52. $(TGT_DIR)/config/all/usrConfig.c 
  53. $(TGT_DIR)/config/doc/sysLib.c 
  54. $(TGT_DIR)/src/config/usrAta.c 
  55. $(TGT_DIR)/src/config/usrFd.c 
  56. $(TGT_DIR)/src/config/usrIde.c 
  57. $(TGT_DIR)/src/config/usrScsi.c 
  58. $(TGT_DIR)/src/drv/netif/smNetLib.c 
  59. $(TGT_DIR)/src/drv/netif/smNetShow.c
  60. include $(TGT_DIR)/h/make/rules.library