makefile

来自「vxworks的源代码」· 代码 · 共 34 行

TXT
34
字号
# Makefile - makefile for target/src/cplus/rts## modification history# --------------------# 02e,07may03,sn   symlink to sources instead of copying# 02d,05may03,sn   added cplusDemStyle.o, fixed Windows build# 02c,30apr03,sn   added etoa_decode.h# 02b,14apr03,sn   reuse demangler.c rather than duplicating functionality in cplusDem.c# 02a,08apr03,sn   new demangler source location, new wr-demangler.h interface file# 01b,13mar02,sn   SPR 74061 - integrated EDG demangler# 01a,26nov01,sn   created# # DESCRIPTION# This file contains the makefile rules for building the C++ demangler#TGT_DIR         = $(WIND_BASE)/targetLIB_BASE_NAME	= cplusLIB_COMMON	= falseOBJS            = cplusDem.o \                  cplusDemStub.o \		  cplusDemStyle.o \		  cplus-dem.o \		  safe-ctype.o \		  etoa_decode.o \		  demangler.oEXTRA_DEFINE    = $(OPTION_DEFINE_MACRO)HAVE_STDLIB_HEXTRA_INCLUDE   = -I.include $(TGT_DIR)/h/make/rules.library

⌨️ 快捷键说明

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