NetBSD/gnu/dist/sendmail/devtools/M4/UNIX/smlib.m4

29 lines
678 B
Plaintext

divert(-1)
#
# Copyright (c) 1999-2000 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.
#
#
# Definitions for Makefile construction for sendmail
#
# Id: smlib.m4,v 8.1.2.1 2000/04/10 06:41:06 gshapiro Exp
#
divert(0)dnl
define(`confLIBEXT', `a')dnl
define(`bldPUSH_SMLIB',
`bldPUSH_TARGET(`../lib$1/lib$1.a')
bldPUSH_SMDEPLIB(`../lib$1/lib$1.a')
PREPENDDEF(`confLIBS', `../lib$1/lib$1.a')
divert(bldTARGETS_SECTION)
../lib$1/lib$1.a:
(cd ${SRCDIR}/lib$1; sh Build ${SENDMAIL_BUILD_FLAGS})
divert
')dnl