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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/tool/gnu
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,30oct01,sn   moved under target/src/tool
  6. # 01a,15nov99,sn   wrote
  7. # DESCRIPTION
  8. # The GNU libraries are compiled as part of the cross-toolchain
  9. # build rather than as part of the VxWorks runtime build.
  10. # They are deposited in host/$(WIND_HOST_TYPE)/... in
  11. # subdirectories labelled $(CPU)$(TOOL). Here we simply extract 
  12. # specific objects from these libraries and deposit them in the 
  13. # appropriate VxWorks object directory.
  14. #
  15. # Each subdirectory of target/src/tool/gnu corresponds to a particular
  16. # GNU library. Its Makefile should define:
  17. #     GNULIBDIR  - the location of the library
  18. #     GNULIBRARY - the name of the library, e.g. libgcc.a
  19. #     OBJS       - a list of modules to extract from the library
  20. # The Makefile should end by including $(TGT_DIR)/src/tool/gnu/rules.gnu,
  21. # which does all the actual work.
  22. #
  23. TGT_DIR = $(WIND_BASE)/target
  24. include $(TGT_DIR)/h/make/rules.library
  25. TOOL = gnu