Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
- # Makefile - makefile for .../target/src/vxfusion/os
- #
- # modification history
- # --------------------
- # 01b,19oct01,tam added support for new archive directory hierarchy
- # 01a,07nov96,yp written
- #
- # DESCRIPTION
- # This file contains the makefile rules for building the VxFusion library
- #
- #*/
- TGT_DIR=$(WIND_BASE)/target
- LIB_BASE_NAME = vxfusion
- EXTRA_INCLUDE =
- EXTRA_DEFINE =
- DOC_FILES = distNameLib.c distNameShow.c
- OBJS= distNameLib.o distNameShow.o distObjLib.o distStatLib.o
- include $(TGT_DIR)/h/make/rules.library