⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 xorp源码hg
💻 AM
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/rib/tools/Makefile.am,v 1.3 2004/11/12 02:44:48 bms Exp $##bindir = $(prefix)/$(subdir)bin_PROGRAMS			 = show_routes#noinst_PROGRAMS			 = show_routes# -- Program Sourcesshow_routes_SOURCES		 = show_routes.ccshow_routes_LDADD	 	 = $(top_builddir)/xrl/interfaces/libfindereventnotifierxif.lashow_routes_LDADD		+= $(top_builddir)/xrl/interfaces/libribxif.lashow_routes_LDADD		+= $(top_builddir)/xrl/targets/libshowroutesbase.lashow_routes_LDADD		+= $(LDADD)LDADD				 = $(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 + -