⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 VXWORKS源代码
💻
字号:
# Makefile - makefile for vw/src/cplus/rts## modification history# --------------------# 02f,21jan02,sn   removed cplusGlob.o# 02e,04dec01,sn   moved demangle code to demangler/# 02d,26oct01,tam  updated for repackaging# 02c,16oct98,fle  set DOC_FILES to cplusLibDoc.c and removed the man target# 02b,12jun98,sn   merged in fix for spr8947 which moves the real demangling#                  work to cplus-dem.c# 02a,10apr98,sn   added cplusDemStub.o to OBJS# 01c,20nov96,jco  added man pages copy (man target).# 01b,06nov96,p_m  removed cplusGlob.o, cplusInit.o, and cplusUsr.o from#                  DOC_FILES definition# 01a,18jun96,yp   created from 01b of MakeSkel# # DESCRIPTION# This file contains the makefile rules for building C++ runtime support#TGT_DIR=$(WIND_BASE)/targetDOC_FILES	= cplusLibDoc.cLIB_BASE_NAME	= cplusLIB_COMMON	= falseOBJS=		cplusLib.o	\		cplusCore.o	\		cplusInit.o	\		cplusLoad.o	\		cplusStr.o	\		cplusUsr.o	\		cplusXtors.oMAKETAIL=	makeCfrontLibraryCLEANTAIL=	cleanCfrontLibraryinclude $(TGT_DIR)/h/make/rules.librarymakeCfrontLibrary:	$(MAKE) LIBNAME=lib$(CPU)$(TOOL)cf.a			\		LIBDIRNAME=obj$(CPU)$(TOOL)cf		\		C++_COMPILER='-ansi -pipe -nostdinc +a1 +V -dd=off -D"signed="' \		CXX='$(CF)'cleanCfrontLibrary:	$(MAKE) LIBNAME=lib$(CPU)$(TOOL)cf.a			\		LIBDIRNAME=obj$(CPU)$(TOOL)cf		\		clean# end of vw/src/cplus/rts/Makefile

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -