Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
- # Makefile - top level makefile for target/src/WRN to build runtime libraries
- #
- # modification history
- # --------------------
- # 01c,10apr00,rae Adding back CLEANLIBS = YES
- # 01b,14mar00,rae clean up
- # 01a,14mar00,rae created from target/src/Makefile
- #
- # DESCRIPTION
- # This file contains the makefile rules to detect subdirectories that contain
- # sources for building the vx library and builds them.
- #
- #*/
- TGT_DIR=$(WIND_BASE)/target
- #this should make rclean happy
- CLEANLIBS = YES
- include $(TGT_DIR)/h/make/rules.library