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

VxWorks

开发平台:

C/C++

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