makefile.am
来自「zebra测试源代码用于 SOCKET 通信」· AM 代码 · 共 30 行
AM
30 行
## Process this file with automake to produce Makefile.in.INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/libDEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"noinst_LIBRARIES = libzebra.alibzebra_a_SOURCES = \ version.c network.c pid_output.c getopt.c getopt1.c daemon.c \ print_version.c checksum.c vector.c linklist.c vty.c command.c \ sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \ filter.c routemap.c distribute.c stream.c str.c log.c plist.c \ zclient.c sockopt.c smux.c md5.c keychain.clibzebra_a_DEPENDENCIES = @LIB_REGEX@libzebra_a_LIBADD = @LIB_REGEX@noinst_HEADERS = \ buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \ memory.h network.h prefix.h routemap.h distribute.h sockunion.h \ str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \ plist.h zclient.h sockopt.h smux.h md5-gnu.h keychain.hEXTRA_DIST = regex.c regex-gnu.hversion.c: Makefile echo '' >version.c echo 'char *host_name = "$(host_alias)";' >>version.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?