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

📄 makefile.am

📁 大名鼎鼎的路由器源码。程序分ZEBRA、OSPFRIP等3个包。程序框架采用一个路由协议一个进程的方式
💻 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 + -