?? makefile.am
字號:
bindir = $(prefix)/$(subdir)bin_PROGRAMS = show_statsbin_PROGRAMS += show_peer_statsnoinst_PROGRAMS = rip_announcer ripng_announcertool_scripts = addr_statustool_scripts += add_statictool_scripts += delete_staticnoinst_SCRIPTS = $(tool_scripts)# -- Program Sourcesshow_stats_SOURCES = show_stats.ccshow_stats_SOURCES += common.ccshow_stats_SOURCES += common.hhshow_stats_LDADD = $(top_builddir)/xrl/interfaces/libripxif.lashow_stats_LDADD += $(top_builddir)/xrl/interfaces/libripngxif.lashow_stats_LDADD += $(LDADD)show_peer_stats_SOURCES = show_peer_stats.ccshow_peer_stats_SOURCES += common.ccshow_peer_stats_SOURCES += common.hhshow_peer_stats_LDADD = $(top_builddir)/xrl/interfaces/libripxif.lashow_peer_stats_LDADD += $(top_builddir)/xrl/interfaces/libripngxif.lashow_peer_stats_LDADD += $(LDADD)rip_announcer_SOURCES = rip_announcer.ccrip_announcer_LDADD = $(top_builddir)/rip/librip.larip_announcer_LDADD += $(top_builddir)/libcomm/libcomm.larip_announcer_LDADD += $(top_builddir)/libxorp/libxorp.laripng_announcer_SOURCES = ripng_announcer.ccripng_announcer_LDADD = $(top_builddir)/rip/libripng.laripng_announcer_LDADD += $(top_builddir)/libcomm/libcomm.laripng_announcer_LDADD += $(top_builddir)/libxorp/libxorp.laLDADD = $(top_builddir)/libxipc/libxipc.laLDADD += $(top_builddir)/libcomm/libcomm.laLDADD += $(top_builddir)/libxorp/libxorp.la#################################################################### Everything past here is useful to the maintainer, but probably not## to anybody else##gen_wrappers = $(top_srcdir)/utils/xrl_wrappers_generator.shrip_xrls = $(top_srcdir)/xrl/targets/rip.xrlsripng_xrls = $(top_srcdir)/xrl/targets/ripng.xrls$(tool_scripts): \ $(top_builddir)/rip/tools/xrl_rip_shell_funcs.sh \ $(top_builddir)/rip/tools/xrl_ripng_shell_funcs.sh$(top_builddir)/rip/tools/xrl_rip_shell_funcs.sh: \ $(rip_xrls) $(gen_wrappers) $(gen_wrappers) $(rip_xrls) > $@$(top_builddir)/rip/tools/xrl_ripng_shell_funcs.sh: \ $(ripng_xrls) $(gen_wrappers) $(gen_wrappers) $(ripng_xrls) > $@################################################################INCLUDES = -I$(top_srcdir)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -