Makefile
上传用户:baixin
上传日期:2008-03-13
资源大小:4795k
文件大小:0k
开发平台:

MultiPlatform

  1. # Makefile - makefile for target/src/vxdcom/rpc
  2. #
  3. # modification history
  4. # --------------------
  5. # 01d,17oct01,dbs  improve build rules to allow for veloce hacks
  6. # 01c,11oct01,nel  Include defs file by default as it's required by SIMNT
  7. #                  build.
  8. # 01b,13jul01,dbs  single makefile for all builds
  9. # 01a,27may99,aim  created
  10. #
  11. # DESCRIPTION
  12. #
  13. DEFS_VXCOM = $(WIND_BASE)/target/h/make/defs.vxcom
  14. include $(DEFS_VXCOM)
  15. include $(VXDCOM_BASE)/h/make/rules.library.$(VXDCOM_BUILD_HOST)