📄 jamfile
字号:
## $XORP: xorp/bgp/harness/Jamfile,v 1.1 2007/01/11 22:30:43 bms Exp $#SubDir TOP bgp harness ;SubIncludeOnce TOP libcomm ;SubIncludeOnce TOP libxorp ;SubIncludeOnce TOP xrl interfaces ;SubIncludeOnce TOP xrl targets ;SubIncludeOnce TOP libxipc ;SubIncludeOnce TOP libfeaclient ;SubIncludeOnce TOP policy backend ;SubIncludeOnce TOP policy common ;SubIncludeOnce TOP bgp ;SubDir TOP bgp harness ;if $(MAKE_CHECK) { LINKLIBS_BGP_HARNESS_COMMON = libbgp libxipc libcomm libxorp libtestpeerbase libcoordbase libtestpeerxif libdatainxif ; Main coord : coord.cc bgppp.cc command.cc peer.cc trie.cc ; Main test_peer : test_peer.cc bgppp.cc ; Main test_trie : test_trie.cc trie.cc ; LinkLibraries coord test_peer test_trie : $(LINKLIBS_BGP_HARNESS_COMMON) ;} # MAKE_CHECK
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -