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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/util
  2. #
  3. # modification history
  4. # --------------------
  5. # 01e,31oct01,mas  moved qFifoGLib, smDllLib to target/src/vxmp/util
  6. # 01d,12oct01,tam  added repackaging support
  7. # 01c,20oct97,nps  Added rBuffShow.o object.
  8. # 01b,28jul97,nps  Added in rBuffLib.o object.
  9. # 01a,17aug96,yp   derived from 01i 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= bLib.c bootLib.c lstLib.c rngLib.c inflateLib.c rBuffLib.c
  18. OBJS= bLib.o bootLib.o bufLib.o cksumLib.o dllLib.o lstLib.o qFifoLib.o 
  19. qJobLib.o qLib.o qPriBMapLib.o qPriDeltaLib.o 
  20. qPriHeapLib.o qPriListLib.o rngLib.o sllLib.o smUtilLib.o 
  21. uncompress.o inflateLib.o rBuffLib.o rBuffShow.o
  22. include $(TGT_DIR)/h/make/rules.library