makefile.am

来自「xorp源码hg」· AM 代码 · 共 67 行

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