Makefile
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for regenerating GNU linker scripts from common template
  2. #
  3. # modification history
  4. # --------------------
  5. # 01a,05dec01,tpw  written
  6. #
  7. # DESCRIPTION
  8. # This file contains the makefile rules to regenerate cross-target linker
  9. # scripts using the template system in tool/common/ldscripts.
  10. #
  11. #*/
  12. TGT_DIR=$(WIND_BASE)/target
  13. GEN_DIR=$(TGT_DIR)/h/tool/common/ldscripts
  14. REGEN_SH=$(GEN_DIR)/regen.sh
  15. TOOL=gnu
  16. regen all:
  17. sh $(REGEN_SH) $(TOOL)
  18. update:
  19. sh $(REGEN_SH) -update $(TOOL)