makefile
来自「vxworks的源代码」· 代码 · 共 44 行
TXT
44 行
# Makefile - makefile for extracting objects from libgcc.a## modification history# --------------------# 01f,03jun03,sn cleaned up GCC 3.x support# 01e,26mar03,dtr Adding in GCC3.3 library specifics.# 01d,13nov01,sn gnuc++ -> gnucplus# 01c,06nov01,sn extract objects into a special directory to avoid stomping# on VxWorks object files with the same name# 01b,31oct01,tam updated for repackaging# 01a,24oct01,sn wrote## DESCRIPTION# This file contains the definitions needed for extracting objects# from libgcc.a (GNU C++ compiler support).TGT_DIR=$(WIND_BASE)/targetTOOL=gnuLIB_BASE_NAME = gnucplusLIB_COMMON = falseGCCLIB = $(GNU_BASE)/lib/gcc-libGNULIBBASE = $(GCCLIB)/$(CC_MACHINE)/$(CC_VERSION)GNULIBBASE_3 = $(GNU_BASE)/$(CC_MACHINE)/libGNULIBDIR = $(GNULIBBASE$(GNU_VERSION))GNULIBNAME = libgcc.aGNULIBNAME_3 = libsupc++.aGNULIBRARY = $(GNULIBNAME$(GNU_VERSION))CONFIGLETTE_NAME = gplusplus_intrinsics# C++ runtime libraryinclude $(TGT_DIR)/src/tool/gnu/libg++/defs.g++REAL_OBJS=$(OBJS_CPLUS)include $(TGT_DIR)/src/tool/gnu/rules.gnu
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?