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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for .../target/src/vxfusion/wind
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,19oct01,tam  added support for new archive directory hierarchy
  6. # 01a,07nov96,yp  written 
  7. #
  8. # DESCRIPTION
  9. # This file contains the makefile rules for building the VxFusion library
  10. #
  11. #*/
  12. TGT_DIR=$(WIND_BASE)/target
  13. LIB_BASE_NAME   = vxfusion
  14. EXTRA_INCLUDE =
  15. EXTRA_DEFINE =
  16. DOC_FILES  = distLib.c msgQDistLib.c msgQDistShow.c msgQDistGrpLib.c 
  17.   msgQDistGrpShow.c distTBufLib.c
  18. OBJS= distGapLib.o distIncoLib.o distLib.o distNetLib.o 
  19. distNodeLib.o distTBufLib.o msgQDistGrpLib.o 
  20. msgQDistGrpShow.o msgQDistLib.o 
  21. msgQDistShow.o
  22. include $(TGT_DIR)/h/make/rules.library