makearch.mf
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:
VxWorks
开发平台:
C/C++
- # makearch.mf - Makefile to create vxWorks archive
- #
- # modification history
- # --------------------
- # 01b,08nov01,tam added TGT_DIR use
- # 01a,10jul96,yp written
- #
- # DESCRIPTION
- # Given the name of the archiver ranlib and library name create the library
- # with all of object files (*.o) in the current directory. One of the primary
- # reasons for doing things this way is the confusion between long and short
- # filenames in windows 95
- #
- default :
- $(AR) crus $(TGT_DIR)lib$(LIBNAME) $(wildcard *.o)