makefile.am

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

AM
57
字号
## Makefile.am#   Automake File#     The linked in library libcommonslpd, which is from ../common#     containing exacts functions which are required.#EXTRA_DIST = slpd_win32.h slpd_win32.csbin_PROGRAMS = slpdINCLUDES      = -I$(top_srcdir)/common -I$(top_srcdir)/libslpattr \                -I$(srcdir) -I$(top_srcdir)/libslp \                -DETCDIR=\"$(sysconfdir)\"  -DVARDIR=\"$(localstatedir)\"if ENABLE_PREDICATESslp_predicate_SRCS = slpd_predicate.h slpd_predicate.cendifif ENABLE_SLPv1slpd_v1process_SRCS = slpd_v1process.cendifif ENABLE_SLPv2_SECURITYslpd_security_SRCS = slpd_spi.c slpd_spi.hendifslpd_SOURCES	= \$(slp_predicate_SRCS) \$(slpd_v1process_SRCS) \$(slpd_security_SRCS) \slpd_log.c \slpd_socket.c \slpd_database.c \slpd_main.c \slpd_process.c \slpd_cmdline.c \slpd_property.c \slpd_regfile.c \slpd_knownda.c \slpd_incoming.c \slpd_outgoing.c \slpd.h \slpd_knownda.h \slpd_process.h \slpd_unistd.h \slpd_cmdline.h \slpd_log.h \slpd_property.h \slpd_database.h \slpd_outgoing.h \slpd_regfile.h \slpd_incoming.h \slpd_socket.h    #if you're building on Irix, exchange commented and uncommented lines#slpd_LDADD      =  ../common/libcommonslpd.a ../libslpattr/libslpattr.aslpd_LDADD      =  ../common/libcommonslpd.la ../libslpattr/libslpattr.la

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?