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

📄 makefile.am

📁 xorp源码hg
💻 AM
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/bgp/harness/Makefile.am,v 1.21 2006/03/06 02:27:53 atanu Exp $### -- Real Programsbin_PROGRAMS	 =# -- No-install Programscheck_PROGRAMS	 = coordcheck_PROGRAMS	+= test_peercheck_PROGRAMS	+= test_triecheck_SCRIPTS	 = test_peering1.shcheck_SCRIPTS	+= test_peering2.shcheck_SCRIPTS	+= test_routing1.shcheck_SCRIPTS	+= test_routing2.shcheck_SCRIPTS	+= test_rib1.shcheck_SCRIPTS	+= test_rib_fea1.shcheck_SCRIPTS	+= test_path_attribute1.shcheck_SCRIPTS	+= test_route_reflection1.shcheck_SCRIPTS	+= test_route_reflection2.shcheck_SCRIPTS	+= test_route_flap_damping1.shcheck_SCRIPTS	+= test_terminate.shTESTS		 = $(check_SCRIPTS) test_trie$(EXEEXT)# -- No-install Librariesnoinst_LTLIBRARIES =# -- Libraries and library flags to link the binary programsLDADD		 = $(noinst_LTLIBRARIES)LDADD		+= $(top_builddir)/bgp/libbgp.laLDADD		+= $(top_builddir)/libxipc/libxipc.laLDADD		+= $(top_builddir)/libcomm/libcomm.laLDADD		+= $(top_builddir)/libxorp/libxorp.laLDADD		+= $(top_builddir)/xrl/targets/libtestpeerbase.laLDADD		+= $(top_builddir)/xrl/targets/libcoordbase.laLDADD		+= $(top_builddir)/xrl/interfaces/libtestpeerxif.laLDADD		+= $(top_builddir)/xrl/interfaces/libdatainxif.la# -- 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 + -