?? makefile
字號:
# Makefile - makefile for extracting objects from libgcc.a## modification history# --------------------# 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 = $(WIND_BASE)/host/$(WIND_HOST_TYPE)/lib/gcc-libGNULIBDIR = $(GCCLIB)/$(CC_MACHINE)/$(CC_VERSION)GNULIBRARY = libgcc.aCONFIGLETTE_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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -