📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in.#### $XORP: xorp/mibs/snmpdscripts/Makefile.am,v 1.3 2004/11/12 02:44:44 bms Exp $### Redefine the bin installation directorybindir = $(prefix)/$(subdir)# -- Real Programsbin_PROGRAMS = bin_SCRIPTS = getbgppeertablebin_SCRIPTS += getbgpversionbin_SCRIPTS += startsnmpbin_SCRIPTS += stopsnmp# -- Test ProgramsTESTS = # -- No-install Programsnoinst_PROGRAMS = # -- No-install Librariesnoinst_LTLIBRARIES = # -- Libraries and library flags to link the binary programsLDADD = $(noinst_LTLIBRARIES)# -- Program Sources# -- Extra files and directories to add to the distributionEXTRA_DIST = READMEEXTRA_DIST += getbgppeertableEXTRA_DIST += getbgpversionEXTRA_DIST += snmp.confEXTRA_DIST += startsnmp.inEXTRA_DIST += stopsnmp#################################################################### 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 + -