sm-test.m4

来自「Sendmail是一款运行在Unix平台下的基于简单邮件传输协议smtp的电子邮」· M4 代码 · 共 29 行

M4
29
字号
divert(-1)## Copyright (c) 2001-2002 Sendmail, Inc. and its suppliers.#	All rights reserved.## By using this file, you agree to the terms and conditions set# forth in the LICENSE file which can be found at the top level of# the sendmail distribution.##	Compile/run a test program for libsm.##	$Id: sm-test.m4,v 1.7 2002/02/01 17:38:07 ca Exp $#define(`smtest',`bldPUSH_TARGET($1)dnlbldLIST_PUSH_ITEM(`bldC_PRODUCTS', $1)dnlbldPUSH_CLEAN_TARGET($1`-clean')dnldivert(bldTARGETS_SECTION)$1`'SRCS=$1.c$1: ${BEFORE} $1.o ifdef(`confREQUIRE_LIBSM', `libsm.a')	${CC} -o $1 ${LDOPTS} ${LIBDIRS} $1.o ifdef(`confREQUIRE_LIBSM', `libsm.a') ${LIBS}ifelse(len(X`'$2), `1', `', `	@echo ============================================================	./$1	@echo ============================================================')$1-clean:	rm -f $1 $1.odivert(0)')

⌨️ 快捷键说明

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