📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/bgp/tools/Makefile.am,v 1.10 2004/11/12 02:44:29 bms 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 Libtool Librariesnoinst_LTLIBRARIES =# -- Libraries and library flags to link the binary programsLDADD = $(noinst_LTLIBRARIES)LDADD += $(top_builddir)/libxipc/libxipc.laLDADD += $(top_builddir)/libcomm/libcomm.laLDADD += $(top_builddir)/libxorp/libxorp.laLDADD += $(top_builddir)/xrl/interfaces/libbgpxif.la# -- 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.laxorpsh_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.la#################################################################### 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 + -