makefile.am

来自「SLP协议在linux下的实现。此版本为1.2.1版。官方网站为www.open」· AM 代码 · 共 81 行

AM
81
字号
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 + =
减小字号Ctrl + -
显示快捷键?