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

📄 makefile.am

📁 xorp源码hg
💻 AM
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/fea/tools/Makefile.am,v 1.2 2004/11/12 02:44:40 bms Exp $### Redefine the bin installation directorybindir = $(prefix)/$(subdir)# -- Real Programsbin_PROGRAMS	 = show_interfaces# -- Test ProgramsTESTS		 = # -- No-install Programsnoinst_PROGRAMS  = # -- No-install Librariesnoinst_LTLIBRARIES = # -- Libraries and library flags to link the binary programsLDADD		 = $(top_builddir)/libxipc/libxipc.laLDADD		+= $(top_builddir)/libcomm/libcomm.laLDADD		+= $(top_builddir)/libxorp/libxorp.la# -- Program Sourcesshow_interfaces_SOURCES	 = show_interfaces.hhshow_interfaces_SOURCES	+= show_interfaces.ccshow_interfaces_LDADD	 = $(top_builddir)/libfeaclient/libfeaclient.lashow_interfaces_LDADD	+= $(top_builddir)/xrl/interfaces/libfeaifmgrmirrorxif.lashow_interfaces_LDADD	+= $(top_builddir)/xrl/interfaces/libfeaifmgrreplicatorxif.lashow_interfaces_LDADD	+= $(top_builddir)/xrl/targets/libfeaifmgrmirrorbase.lashow_interfaces_LDADD	+= $(LDADD)# -- Library Sources# -- 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 + -