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

📄 makefile.am

📁 xorp源码hg
💻 AM
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/ospf/tools/Makefile.am,v 1.2 2005/11/05 05:12:38 atanu Exp $### Redefine the bin installation directorybindir = $(prefix)/$(subdir)# -- Real Programsbin_PROGRAMS	 = print_lsas print_neighbours# -- Test ProgramsTESTS		 =# -- No-install Programsnoinst_PROGRAMS  =# -- No-install Libtool Librariesnoinst_LTLIBRARIES =# -- Libraries and library flags to link the binary programsLDADD		 = $(noinst_LTLIBRARIES)LDADD		+= $(top_builddir)/libxipc/libxipc.laLDADD		+= $(top_builddir)/libcomm/libcomm.laLDADD		+= $(top_builddir)/libxorp/libxorp.laLDADD		+= $(top_builddir)/xrl/interfaces/libospfv2xif.laLDADD		+= $(top_builddir)/xrl/interfaces/libospfv3xif.la# -- Program Sourcesprint_lsas_SOURCES  = print_lsas.ccprint_lsas_LDADD = $(LDADD)print_lsas_LDADD += $(top_builddir)/ospf/libospf.laprint_neighbours_SOURCES  = print_neighbours.ccprint_neighbours_LDADD = $(LDADD)print_neighbours_LDADD += $(top_builddir)/ospf/libospf.la#################################################################### 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 + -