makefile.am

来自「BCAST Implementation for NS2」· AM 代码 · 共 44 行

AM
44
字号
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/rtrmgr/tools/Makefile.am,v 1.6 2003/08/01 02:11:51 pavlin Exp $### Redefine the bin installation directorybindir = $(prefix)/$(subdir)# -- Real Programsbin_PROGRAMS	 = show_interfaces# -- Test ProgramsTESTS		 = # -- No-install Programsnoinst_PROGRAMS  = # -- No-install Librariesnoinst_LIBRARIES = # -- Libraries and library flags to link the binary programsLDADD		 = $(top_builddir)/libxipc/libxipc.aLDADD		+= $(top_builddir)/libcomm/libcomm.aLDADD		+= $(top_builddir)/libxorp/libxorp.aLDADD		+= $(top_builddir)/xrl/interfaces/libfeaifmgrxif.a# -- Program Sourcesshow_interfaces_SOURCES	 = show_interfaces.hhshow_interfaces_SOURCES	+= show_interfaces.cc# -- 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 + =
减小字号Ctrl + -
显示快捷键?