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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/vxdcom/com
  2. #
  3. # modification history
  4. # --------------------
  5. # 01q,06dec01,nel  Add dcomShow.cpp to docs build.
  6. # 01p,17oct01,dbs  improve build rules to allow for veloce hacks
  7. # 01o,11oct01,nel  Include defs file by default as it's required by SIMNT
  8. #                  build.
  9. # 01n,13jul01,dbs  become common to t2/3
  10. # 01m,30oct00,wsl  change chapter name for documentation to "COM and VxDCOM
  11. #                  Libraries"
  12. # 01l,21mar00,dgp  add SYN_OPTS to correct synopsis build
  13. # 01k,16mar00,dgp  change doc build options again
  14. # 01j,17feb00,dgp  change doc build options for dcomLib.cpp
  15. # 01i,10feb00,dbs  fix doc build
  16. # 01h,19oct99,dbs  fix up doc dirs for references
  17. # 01g,13oct99,dbs  add reference material/man pages
  18. # 01f,28apr99,aim  makefile rework
  19. # 01e,22apr99,aim  added dcom.out rule
  20. # 01d,21apr99,dbs  add ntlmssp to build
  21. # 01c,21apr99,dbs  add RpcOleMessage to build
  22. # 01b,21apr99,dbs  change RPCMSG to RPCPDU
  23. # 01a,20apr99,dbs  created during Grand Renaming
  24. #
  25. # DESCRIPTION
  26. # This file contains the makefile rules for building the vx library
  27. #
  28. #
  29. DOC_FILES=dcomLib.cpp dcomShow.cpp
  30. DEFS_VXCOM = $(WIND_BASE)/target/h/make/defs.vxcom
  31. include $(DEFS_VXCOM)
  32. include $(VXDCOM_BASE)/h/make/rules.library.$(VXDCOM_BUILD_HOST)
  33. # to change the DOC_DIR, its definition has to be placed after the include,
  34. # because a default value for DOC_DIR is set in the defs.default file
  35. DOC_DIR         = $(DOCS_ROOT)/vxworks/ref/vxdcom
  36. DOC_CHAPTER     = COM_and_VxDCOM_Libraries
  37. DOC_OPTS        = -config C2html
  38. DOC_OPTS_CPP    =
  39. SYN_OPTS = -config C2html