make.STRONGARMdiabbe
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. #
  2. # This make fragments is used by SETUP to ensure backward compatibility for our
  3. # pre-veloce partner products. This file MUST NOT be used for anything else.
  4. #
  5. # SETUP install directory
  6. SETUP_INSTALL_DIR = e:Tornado2.2
  7. # if WIND_BASE not set, set it
  8. # if WIND_BASE is set but wrong one, reset it
  9. ifeq ($(WIND_BASE),)
  10. WIND_BASE = $(SETUP_INSTALL_DIR)
  11. else
  12. ifneq ($(WIND_BASE),$(SETUP_INSTALL_DIR))
  13. WIND_BASE = $(SETUP_INSTALL_DIR)
  14. endif
  15. endif
  16. ifeq ($(TOOL_FAMILY),)
  17. ifeq ($(findstring gnu,$(TOOL)),gnu)
  18. TOOL_FAMILY = gnu
  19. else
  20. ifeq ($(findstring diab,$(TOOL)),diab)
  21. TOOL_FAMILY = diab
  22. endif
  23. endif
  24. endif
  25. ifeq ($(TGT_DIR),)
  26. TGT_DIR = $(WIND_BASE)/target
  27. endif
  28. include $(TGT_DIR)/h/tool/$(TOOL_FAMILY)/make.$(CPU)$(TOOL)