diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/devtools/M4/UNIX/executable.m4')
-rw-r--r-- | gnu/usr.sbin/sendmail/devtools/M4/UNIX/executable.m4 | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/gnu/usr.sbin/sendmail/devtools/M4/UNIX/executable.m4 b/gnu/usr.sbin/sendmail/devtools/M4/UNIX/executable.m4 deleted file mode 100644 index 0e7d5b82805..00000000000 --- a/gnu/usr.sbin/sendmail/devtools/M4/UNIX/executable.m4 +++ /dev/null @@ -1,41 +0,0 @@ -divert(-1) -# -# Copyright (c) 1999 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 -# -# $Sendmail: executable.m4,v 8.18 1999/10/13 07:08:36 gshapiro Exp $ -# -divert(0)dnl -include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/links.m4')dnl -bldLIST_PUSH_ITEM(`bldC_PRODUCTS', bldCURRENT_PRODUCT)dnl -bldPUSH_TARGET(bldCURRENT_PRODUCT)dnl -bldPUSH_INSTALL_TARGET(`install-'bldCURRENT_PRODUCT)dnl -bldPUSH_CLEAN_TARGET(bldCURRENT_PRODUCT`-clean')dnl -bldPUSH_ALL_SRCS(bldCURRENT_PRODUCT`SRCS')dnl -bldPUSH_STRIP_TARGET(`strip-'bldCURRENT_PRODUCT)dnl - -include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/defines.m4') -divert(bldTARGETS_SECTION) -bldCURRENT_PRODUCT: ${bldCURRENT_PRODUCT`OBJS'} ${bldCURRENT_PRODUCT`SMDEPLIBS'} - ${CC} -o bldCURRENT_PRODUCT ${LDOPTS} ${LIBDIRS} ${bldCURRENT_PRODUCT`OBJS'} ${LIBS} - -ifdef(`bldLINK_SOURCES', `bldMAKE_SOURCE_LINKS(bldLINK_SOURCES)') - -ifdef(`bldNO_INSTALL', , -`install-`'bldCURRENT_PRODUCT: bldCURRENT_PRODUCT - ${INSTALL} -c -o ${bldBIN_TYPE`'BINOWN} -g ${bldBIN_TYPE`'BINGRP} -m ${bldBIN_TYPE`'BINMODE} bldCURRENT_PRODUCT ${DESTDIR}${bldINSTALL_DIR`'BINDIR} -ifdef(`bldTARGET_LINKS', `bldMAKE_TARGET_LINKS(${bldINSTALL_DIR`'BINDIR}/bldCURRENT_PRODUCT, ${bldCURRENT_PRODUCT`'TARGET_LINKS})')') - -strip-`'bldCURRENT_PRODUCT: bldCURRENT_PRODUCT - ${STRIP} ${STRIPOPTS} ${DESTDIR}${bldINSTALL_DIR`'BINDIR}`'/bldCURRENT_PRODUCT - -bldCURRENT_PRODUCT-clean: - rm -f ${OBJS} bldCURRENT_PRODUCT ${MANPAGES} -divert(0) |