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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/vxmp/wind
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,31oct01,tam  updated for repackaging
  6. # 01a,31oct01,mas  derived from 01b of target/src/wind/Makefile
  7. #
  8. # DESCRIPTION
  9. # This file contains the makefile rules for building the vxmp/wind library
  10. #
  11. #*/
  12. TGT_DIR=$(WIND_BASE)/target
  13. DOC_FILES= msgQSmLib.c semSmLib.c
  14. LIB_BASE_NAME= vxmp
  15. OBJS= msgQSmLib.o msgQSmShow.o semSmLib.o semSmShow.o
  16. include $(TGT_DIR)/h/make/rules.library