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

📄 makefile.am

📁 BCAST Implementation for NS2
💻 AM
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/bgp/tools/Makefile.am,v 1.9 2003/07/30 23:43:27 pavlin Exp $### Redefine the bin installation directorybindir = $(prefix)/$(subdir)# -- Real Programsbin_PROGRAMS	 = xorpsh_print_peers xorpsh_print_routes# -- Test ProgramsTESTS		 =# -- No-install Programsnoinst_PROGRAMS  = print_peers print_routes# -- No-install Librariesnoinst_LIBRARIES =# -- Libraries and library flags to link the binary programsLDADD		 = $(noinst_LIBRARIES)LDADD		+= $(top_builddir)/libxipc/libxipc.aLDADD		+= $(top_builddir)/libcomm/libcomm.aLDADD		+= $(top_builddir)/libxorp/libxorp.aLDADD		+= $(top_builddir)/xrl/interfaces/libbgpxif.a# -- Program Sourcesprint_peers_SOURCES  = print_peer.ccprint_peers_SOURCES += print_peer.hhprint_peers_SOURCES += print_peers.ccxorpsh_print_peers_SOURCES  = print_peer.ccxorpsh_print_peers_SOURCES += print_peer.hhxorpsh_print_peers_SOURCES += xorpsh_print_peers.ccprint_routes_SOURCES  = print_routes.cc print_routes_SOURCES += print_routes.hh print_routes_SOURCES += print_routes_main.cc print_routes_LDADD = $(LDADD)print_routes_LDADD += $(top_builddir)/bgp/libbgp.axorpsh_print_routes_SOURCES  = print_routes.ccxorpsh_print_routes_SOURCES += print_routes.hhxorpsh_print_routes_SOURCES += xorpsh_print_routes.ccxorpsh_print_routes_LDADD = $(LDADD)xorpsh_print_routes_LDADD += $(top_builddir)/bgp/libbgp.a#################################################################### 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 + -