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

📄 makefile.am

📁 xorp源码hg
💻 AM
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/cli/tools/Makefile.am,v 1.2 2004/11/12 02:44:30 bms Exp $### Redefine the bin installation directorybindir = $(prefix)/$(subdir)# -- Real Programsbin_PROGRAMS	 = send_cli_processor_xrl# -- Test ProgramsTESTS		 =# -- No-install Programsnoinst_PROGRAMS  =# -- Libraries and library flags to link the binary programssend_cli_processor_xrl_LDADD	 = $(top_builddir)/xrl/interfaces/libcliprocessorxif.lasend_cli_processor_xrl_LDADD	+= $(top_builddir)/libxipc/libxipc.lasend_cli_processor_xrl_LDADD	+= $(top_builddir)/libcomm/libcomm.lasend_cli_processor_xrl_LDADD	+= $(top_builddir)/libxorp/libxorp.la# -- Program Sourcessend_cli_processor_xrl_SOURCES	 = send_cli_processor_xrl.cc# -- Extra files and directories to add to the distributionEXTRA_DIST	  = #################################################################### 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 + -