Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:0k
- # Makefile - makefile for target/src/vxmp/wind
- #
- # modification history
- # --------------------
- # 01b,31oct01,tam updated for repackaging
- # 01a,31oct01,mas derived from 01b of target/src/wind/Makefile
- #
- # DESCRIPTION
- # This file contains the makefile rules for building the vxmp/wind library
- #
- #*/
- TGT_DIR=$(WIND_BASE)/target
- DOC_FILES= msgQSmLib.c semSmLib.c
- LIB_BASE_NAME= vxmp
- OBJS= msgQSmLib.o msgQSmShow.o semSmLib.o semSmShow.o
- include $(TGT_DIR)/h/make/rules.library