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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/wdb
  2. #
  3. # modification history
  4. # --------------------
  5. # 01h,12oct01,tam  added repackaging support
  6. # 01g,29jan01,dtr  Adding altivec register support library.
  7. # 01f,03mar00,zl   merged SH support from T1
  8. # 01e,25mar98,dbt  added wdbLib.c in doc for wdbSystemSuspend() routine.
  9. # 01d,27feb98,dbt  added wdbCtxStartLib.o and wdbUserEvtLib.o
  10. #    added wdbUserEvtLib.c in DOC_FILES.
  11. # 01c,26jan98,dbt  added wdbEvtptLib.o
  12. # 01b,13jan98,dbt  added wdbDbgLib.o
  13. # 01a,17aug96,yp   derived from 01c of MakeSkel
  14. #
  15. # DESCRIPTION
  16. # This file contains the makefile rules for building the vx library
  17. #
  18. #*/
  19. TGT_DIR=$(WIND_BASE)/target
  20. LIB_BASE_NAME   = wdb
  21. DOC_FILES= wdbUserEvtLib.c wdbLib.c
  22. EXTRA_INCLUDE= -I../../../share/src/agents/wdb
  23. OBJS = wdbLib.o wdbRpcLib.o wdbSvcLib.o wdbCnctLib.o wdbCtxLib.o 
  24. wdbMemCoreLib.o wdbMemLib.o wdbRegLib.o wdbEvtLib.o wdbCallLib.o 
  25. wdbGopherLib.o wdbArchLib.o wdbBpLib.o wdbVioLib.o wdbUdpSockLib.o 
  26. wdbTyCoDrv.o wdbUdpLib.o wdbFuncBind.o wdbTaskBpLib.o 
  27. wdbDirectCallLib.o wdbExcLib.o wdbCtxExitLib.o wdbFpLib.o 
  28. wdbSioTestLib.o wdbDbgLib.o wdbEvtptLib.o wdbCtxStartLib.o 
  29. wdbUserEvtLib.o wdbDspLib.o wdbAltivecLib.o
  30. include $(TGT_DIR)/h/make/rules.library