makefile.am

来自「BCAST Implementation for NS2」· AM 代码 · 共 57 行

AM
57
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?