?? makefile
字號:
#----------------------------------------------------------------------------
#
# Makefile,v 1.2 2003/06/19 16:56:04 dengg Exp
#
# Makefile for the TAO "Latency" performance-tests
#
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
# Local macros
#----------------------------------------------------------------------------
DIRS = \
AMI \
AMH \
DII \
Deferred \
DSI \
Single_Threaded \
Thread_Pool \
Thread_Per_Connection
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -