📄 icc.mak
字号:
# -*- Makefile -*- Time-stamp: <08/06/12 16:41:21 ptr>SRCROOT := ../..COMPILER_NAME := icc-include ${SRCROOT}/Makefiles/gmake/config.makALL_TAGS = release-shared check-releaseCHECK_TAGS = check-releaseifndef WITHOUT_STLPORTALL_TAGS += stldbg-shared check-stldbgCHECK_TAGS += check-stldbgendifSTLPORT_DIR ?= ../../..include Makefile.incinclude ${SRCROOT}/Makefiles/gmake/top.makifdef WITHOUT_STLPORTDEFS += -DWITHOUT_STLPORTendifdbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZEDifndef WITHOUT_STLPORTstldbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZEDendififdef STLP_BUILD_BOOST_PATHINCLUDES += -I${STLP_BUILD_BOOST_PATH}endififndef WITHOUT_STLPORTrelease-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,-R${STLPORT_DIR}/build/lib/${OUTPUT_DIR}dbg-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR_DBG} -Wl,-R${STLPORT_DIR}/build/lib/${OUTPUT_DIR_DBG}stldbg-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR_STLDBG} -Wl,-R${STLPORT_DIR}/build/lib/${OUTPUT_DIR_STLDBG}ifeq ($(OSNAME),linux)ifeq ($(CXX_VERSION_MAJOR),8)ifeq ($(CXX_VERSION_MINOR),0)# 8.0 build 20031016Zrelease-shared: LDLIBS = -lpthread -lstlportstldbg-shared: LDLIBS = -lpthread -lstlportstlgdbg-shared: LDLIBS = -lpthread -lstlportgelse# 8.1 build 028release-shared: LDLIBS = -lpthread -lstlport -lcprts -lunwindstldbg-shared: LDLIBS = -lpthread -lstlportstlg -lcprts -lunwinddbg-shared: LDLIBS = -lpthread -lstlportg -lcprts -lunwindendifelseifeq ($(CXX_VERSION_MAJOR),9)# 9.0 build 20050430release-shared: LDLIBS = -lpthread -lstlport -lcprts -lunwindstldbg-shared: LDLIBS = -lpthread -lstlportstlg -lcprts -lunwinddbg-shared: LDLIBS = -lpthread -lstlportg -lcprts -lunwindelse# 7.1 build 20030307Zrelease-shared: LDLIBS = -lpthread -lstlportstldbg-shared: LDLIBS = -lpthread -lstlportstlgdbg-shared: LDLIBS = -lpthread -lstlportgendifendifendifendifcheck-release: release-shared -${OUTPUT_DIR}/${PRGNAME}ifndef WITHOUT_STLPORTcheck-stldbg: stldbg-shared -${OUTPUT_DIR_STLDBG}/${PRGNAME}endifcheck: ${CHECK_TAGS}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -