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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/wdb/xdr
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,16oct01,tam  updated for re-pack
  6. # 01a,17aug96,yp  derived from 01b of MakeSkel
  7. #
  8. # DESCRIPTION
  9. # This file contains the makefile rules for building the vx library
  10. #*/
  11. TGT_DIR=$(WIND_BASE)/target
  12. LIB_BASE_NAME   = wdb
  13. DOC_FILES=
  14. EXTRA_INCLUDE= -I../../../../share/src/agents/wdb
  15. OBJS= ctx.o ctxcreat.o ctxstep.o evtdata.o evtpoint.o 
  16. memory.o regs.o rpccksum.o tgtinfo.o wrapper.o xdrcore.o 
  17. include $(TGT_DIR)/h/make/rules.library