Annotation of 43BSD/usr.lib/sendmail/aux/Makefile.m4, revision 1.1

1.1     ! root        1: #
        !             2: #  Sendmail
        !             3: #  Copyright (c) 1983  Eric P. Allman
        !             4: #  Berkeley, California
        !             5: #
        !             6: #  Copyright (c) 1983 Regents of the University of California.
        !             7: #  All rights reserved.  The Berkeley software License Agreement
        !             8: #  specifies the terms and conditions for redistribution.
        !             9: #
        !            10: #      @(#)Makefile.m4 5.3 (Berkeley) 5/2/86
        !            11: #
        !            12: #
        !            13: #  Makefile for assorted programs related (perhaps distantly) to Sendmail.
        !            14: #
        !            15: include(../md/config.m4)dnl
        !            16: 
        !            17: ALL=   mconnect
        !            18: SRCS=  mconnect.c
        !            19: 
        !            20: LIBS=  m4LIBS
        !            21: DBMLIB=        -ldbm
        !            22: CONVTIME=../src/convtime.o
        !            23: DESTDIR=
        !            24: 
        !            25: CHOWN= -echo chown
        !            26: CHMOD= chmod
        !            27: O=     -O
        !            28: COPTS=
        !            29: CCONFIG=-I../`include' m4CONFIG
        !            30: CFLAGS=        $O $(COPTS) $(CCONFIG)
        !            31: ASMSED=        ../`include'/asm.sed
        !            32: AR=    -ar
        !            33: ARFLAGS=rvu
        !            34: LINT=  lint
        !            35: XREF=  ctags -x
        !            36: CP=    cp
        !            37: MV=    mv
        !            38: INSTALL=install -c -s
        !            39: M4=    m4
        !            40: TOUCH= touch
        !            41: ABORT= false
        !            42: 
        !            43: GET=   sccs get
        !            44: DELTA= sccs delta
        !            45: WHAT=  sccs what
        !            46: PRT=   sccs prt
        !            47: REL=
        !            48: 
        !            49: ROOT=  root
        !            50: OBJMODE=755
        !            51: 
        !            52: .c.o:
        !            53:        cc -S $(CFLAGS) $*.c
        !            54:        sed -f $(ASMSED) $*.s | as -o $*.o
        !            55:        rm -f $*.s
        !            56: 
        !            57: all: $(ALL)
        !            58: 
        !            59: mconnect: mconnect.o
        !            60:        cc $(COPTS) -o $@ $*.o
        !            61: 
        !            62: mailstats: mailstats.o
        !            63:        cc $(COPTS) -o $@ $*.o
        !            64: 
        !            65: praliases: praliases.o
        !            66:        cc $(COPTS) -o $@ $*.o
        !            67: 
        !            68: sources: $(SRCS)
        !            69: 
        !            70: $(SRCS):
        !            71:        $(GET) $(REL) SCCS/s.$@
        !            72: 
        !            73: clean:
        !            74:        rm -f $(ALL) core a.out make.out lint.out
        !            75:        rm -f *.o ,*
        !            76: 
        !            77: install: all

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.