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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for vw/src/posix
  2. #
  3. # modification history
  4. # --------------------
  5. # 01e,12oct01,tam  added repackaging support
  6. # 01d,11sep00,jgn  add _pthreadLib.c (SPR #33375)
  7. # 01c,17jul00,jgn  merge DOT-4 pthreads changes
  8. # 01b,13dec96,p_m  renamed symSyncLib to symTblLockLib
  9. # 01a,18jun96,yp   created from 01d of MakeSkel
  10. #
  11. # DESCRIPTION
  12. # This file contains the makefile rules for building the vx library
  13. #
  14. #*/
  15. TGT_DIR=$(WIND_BASE)/target
  16. LIB_BASE_NAME   = os
  17. DOC_FILES= aioPxLib.c aioPxShow.c aioSysDrv.c mmanPxLib.c 
  18. mqPxLib.c mqPxShow.c semPxShow.c schedPxLib.c semPxLib.c 
  19. ftruncate.c pthreadLib.c
  20. OBJS= aioPxLib.o aioPxShow.o aioSysDrv.o ioQLib.o mmanPxLib.o 
  21. mqPxLib.o mqPxShow.o mutexPxLib.o posixNameLib.o pthreadLib.o 
  22. _pthreadLib.o semPxShow.o schedPxLib.o _schedPxLib.o semPxLib.o 
  23. symTblLockLib.o ftruncate.o
  24. include $(TGT_DIR)/h/make/rules.library