jamfile
来自「RIP 协议实现」· 代码 · 共 33 行
TXT
33 行
## $XORP: xorp/rip/tools/Jamfile,v 1.2 2007/04/20 07:17:47 pavlin Exp $#SubDir TOP rip tools ;SubIncludeOnce TOP libxorp ;SubIncludeOnce TOP libcomm ;SubIncludeOnce TOP xrl interfaces ;SubIncludeOnce TOP xrl targets ;SubIncludeOnce TOP libxipc ;SubIncludeOnce TOP rip ;SubDir TOP rip tools ;Library libriptoolscommon : common.cc ;Main show_stats : show_stats.cc ;Main show_peer_stats : show_peer_stats.cc ;LinkLibraries show_stats show_peer_stats : libriptoolscommon libripxif libripngxif libxipc libcomm libxorp ;InstallBin $(PREFIX)/rip/tools : show_peer_stats show_stats ;Main rip_announcer : rip_announcer.cc ;LinkLibraries rip_announcer : librip libcomm libxorp ;Main ripng_announcer : ripng_announcer.cc ;LinkLibraries ripng_announcer : libripng libcomm libxorp ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?