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

VxWorks

开发平台:

C/C++

  1. # makearch.mf - Makefile to create vxWorks archive
  2. # modification history
  3. # --------------------
  4. # 01b,08nov01,tam  added TGT_DIR use
  5. # 01a,10jul96,yp   written
  6. #
  7. # DESCRIPTION
  8. # Given the name of the archiver ranlib and library name create the library
  9. # with all of object files (*.o) in the current directory. One of the primary
  10. # reasons for doing things this way is the confusion between long and short
  11. # filenames in windows 95
  12. #
  13. default :
  14. $(AR) crus $(TGT_DIR)lib$(LIBNAME) $(wildcard *.o)