📄 makefile.am
字号:
noinst_LTLIBRARIES = libcommonslpd.la libcommonlibslp.laEXTRA_DIST = if ENABLE_SLPv1slp_v1message_SRCS = slp_v1message.c slp_utf8.cendifif ENABLE_SLPv2_SECURITYslp_security_SRCS = slp_auth.c slp_crypto.c slp_spi.cendiflibcommonlibslp_la_SOURCES = \ slp_compare.c \ slp_buffer.c \ slp_message.c \ slp_property.c \ slp_linkedlist.c \ slp_xid.c \ slp_network.c \ slp_database.c \ slp_xmalloc.c \ slp_xcast.c \ slp_iface.c \ slp_parse.c \ slp_pid.c \ slp_dhcp.c \ $(slp_v1message_SRCS) \ $(slp_security_SRCS)libcommonslpd_la_SOURCES = \ slp_compare.c \ slp_buffer.c \ slp_message.c \ slp_property.c \ slp_linkedlist.c \ slp_xid.c \ slp_database.c \ slp_xmalloc.c \ slp_parse.c \ slp_iface.c \ slp_net.c \ slp_pid.c \ slp_attr_y.y \ slp_attr_l.l \ slp_filter_y.y \ slp_filter_l.l \ slp_predicate.c \ slp_dhcp.c \ $(slp_v1message_SRCS) \ $(slp_security_SRCS) noinst_HEADERS = \ slp_buffer.h \ slp_network.h \ slp_xid.h \ slp_compare.h \ slp_linkedlist.h \ slp_database.h \ slp_message.h \ slp_v1message.h \ slp_property.h \ slp_crypto.h \ slp_auth.h \ slp_spi.h \ slp_xmalloc.h \ slp_utf8.h \ slp_xcast.h \ slp_iface.h \ slp_parse.h \ slp_net.h \ slp_pid.h \ slp_attr.h \ slp_attr_y.h \ slp_filter.h \ slp_filter_y.h \ slp_predicate.h \ slp_dhcp.h AM_YFLAGS = -d
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -