?? makefile.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 + -