📄 makefile.am
字号:
## Process this file with Automake to create Makefile.inINCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/libDEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"LIBS = @LIBS@ @CURSES@ @LIBPAM@bin_PROGRAMS = vtyshvtysh_SOURCES = vtysh_main.c vtysh.c vtysh_cmd.c vtysh_user.c vtysh_config.cnoinst_HEADERS = vtysh.h vtysh_user.hvtysh_LDADD = ../lib/libzebra.asysconf_DATA = vtysh.conf.sampleEXTRA_DIST = extract.pl vtysh.conf.samplerebuild4: ./extract.pl ../zebra/*.c ../ripd/*.c ../ospfd/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c > vtysh_cmd.crebuild: ./extract.pl ../zebra/*.c ../ripd/*.c ../ripngd/*.c ../ospfd/*.c ../ospf6d/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c > vtysh_cmd.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -