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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/fs
  2. #
  3. # modification history
  4. # --------------------
  5. # 01f,12oct01,tam  added repackaging support
  6. # 01e,24sep01,jkf  move tarLib to src/usr, remove DOC_XX overrides.
  7. # 01d,26oct99,jkf  added -category to DOC_OPTS
  8. # 01c,08oct99,jkf  added a kludge to get these into the T2 component
  9. #                  documentation directory "dosfs2".  This change should be
  10. #                  be removed for T3, since dosfs2 will no longer be a
  11. #                  component release.
  12. # 01b,15oct98,lrn  moved rawFsLib to this directory
  13. # 01a,05jul98,lrn  derived from target/src/usr
  14. #
  15. # DESCRIPTION
  16. # This file contains the makefile rules for building the vx library
  17. #
  18. #*/
  19. TGT_DIR=$(WIND_BASE)/target
  20. DOC_FILES=
  21.     cbioLib.c
  22.     dcacheCbio.c
  23.     dosFsFmtLib.c
  24.     dosFsLib.c
  25.     dpartCbio.c
  26.     rawFsLib.c
  27. LIB_BASE_NAME = os
  28. OBJS=
  29.     cbioLib.o
  30.     dcacheCbio.o
  31.     dosChkLib.o
  32.     dosDirOldLib.o
  33.     dosFsFat.o
  34.     dosFsFmtLib.o
  35.     dosFsLib.o
  36.     dosVDirLib.o
  37.     dpartCbio.o
  38.     print64Lib.o
  39.     rawFsLib.o
  40. include $(TGT_DIR)/h/make/rules.library