makefile.am

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

AM
29
字号
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/etc/templates/Makefile.am,v 1.1 2003/07/31 00:34:25 pavlin Exp $### Redefine the data installation directorydatadir = $(prefix)/$(subdir)# -- Datadata_DATA	  = bgp.cmds bgp.tpdata_DATA	 += fea.cmds fea.tpdata_DATA	 += ospf.tpdata_DATA	 += rib.tpdata_DATA	 += snmp.tpdata_DATA	 += bcast.tp# -- Extra files and directories to add to the distributionEXTRA_DIST	  = $(data_DATA)#################################################################### 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 + -
显示快捷键?