⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 BCAST Implementation for NS2
💻 AM
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/bgp/harness/Makefile.am,v 1.14 2003/10/21 23:18:13 atanu Exp $### -- Real Programsbin_PROGRAMS	 = # -- Test ProgramsTESTS		 = test_trieTESTS		+= test_peering1.shTESTS		+= test_peering2.shTESTS		+= test_routing1.shTESTS		+= test_routing2.shTESTS		+= test_rib1.shTESTS		+= test_rib_fea1.shTESTS		+= test_path_attribute1.shTESTS		+= test_terminate.sh# -- No-install Programsnoinst_PROGRAMS  = coordnoinst_PROGRAMS	+= test_peernoinst_PROGRAMS	+= test_trie# -- No-install Librariesnoinst_LIBRARIES =# -- Libraries and library flags to link the binary programsLDADD		 = $(noinst_LIBRARIES)LDADD		+= $(top_builddir)/bgp/libbgp.aLDADD		+= $(top_builddir)/libxipc/libxipc.aLDADD		+= $(top_builddir)/libcomm/libcomm.aLDADD		+= $(top_builddir)/libxorp/libxorp.aLDADD		+= $(top_builddir)/xrl/targets/libtestpeerbase.aLDADD		+= $(top_builddir)/xrl/targets/libcoordbase.aLDADD		+= $(top_builddir)/xrl/interfaces/libtestpeerxif.aLDADD		+= $(top_builddir)/xrl/interfaces/libdatainxif.a# -- Program Sourcestest_peer_SOURCES = bgppp.hh test_peer.hh bgppp.cc test_peer.cccoord_SOURCES	 = bgppp.hhcoord_SOURCES	+= command.hhcoord_SOURCES	+= coord.hhcoord_SOURCES	+= peer.hhcoord_SOURCES	+= trie.hhcoord_SOURCES	+= bgppp.cccoord_SOURCES	+= command.cccoord_SOURCES	+= coord.cccoord_SOURCES	+= peer.cccoord_SOURCES	+= trie.cccoord_SOURCES	+= real_trie.hhcoord_SOURCES	+= trie_payload.hhtest_trie_SOURCES = test_trie.cc trie.cc trie.hh real_trie.hh trie_payload.hh# -- Extra files and directories to add to the distributionEXTRA_DIST	 = $(TESTS)EXTRA_DIST	+= NOTESEXTRA_DIST	+= args.shEXTRA_DIST	+= soak.shEXTRA_DIST	+= test1.shEXTRA_DIST	+= test2.shEXTRA_DIST	+= test_rib_fea1.shEXTRA_DIST	+= xrl_shell_funcs.sh#################################################################### Everything past here is useful to the maintainer, but probably not## to anybody else##INCLUDES =	-I$(top_srcdir)

⌨️ 快捷键说明

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