Makefile
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
- # Makefile - makefile for extracting objects from libimplfp.a
- #
- # modification history
- # --------------------
- # 01d,14nov01,sn fixed comment
- # 01c,13nov01,tam moved archive into new directory hierarchy
- # 01b,13nov01,sn (implicitly) use exclude list from defs.exclude
- # 01a,24oct01,sn wrote
- #
- # DESCRIPTION
- # This file contains the definitions needed for extracting objects
- # from libimplfp.a (C intrinsics).
- TGT_DIR = $(WIND_BASE)/target
- TOOL = diab
- LIB_BASE_NAME = dcc
- LIB_COMMON = true
- DIABLIBRARY = libimpfp.a
- CONFIGLETTE_NAME = diab_intrinsics_impfp
- include $(TGT_DIR)/src/tool/diab/rules.diab