Annotation of 43BSD/usr.lib/sendmail/aux/Makefile, revision 1.1.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: 
                     16: ALL=   mconnect
                     17: SRCS=  mconnect.c
                     18: 
                     19: LIBS=  -ldbm
                     20: DBMLIB=        -ldbm
                     21: CONVTIME=../src/convtime.o
                     22: DESTDIR=
                     23: 
                     24: CHOWN= -echo chown
                     25: CHMOD= chmod
                     26: O=     -O
                     27: COPTS=
                     28: CCONFIG=-I../include -DVMUNIX
                     29: CFLAGS=        $O $(COPTS) $(CCONFIG)
                     30: ASMSED=        ../include/asm.sed
                     31: AR=    -ar
                     32: ARFLAGS=rvu
                     33: LINT=  lint
                     34: XREF=  ctags -x
                     35: CP=    cp
                     36: MV=    mv
                     37: INSTALL=install -c -s
                     38: M4=    m4
                     39: TOUCH= touch
                     40: ABORT= false
                     41: 
                     42: GET=   sccs get
                     43: DELTA= sccs delta
                     44: WHAT=  sccs what
                     45: PRT=   sccs prt
                     46: REL=
                     47: 
                     48: ROOT=  root
                     49: OBJMODE=755
                     50: 
                     51: .c.o:
                     52:        cc -S $(CFLAGS) $*.c
                     53:        sed -f $(ASMSED) $*.s | as -o $*.o
                     54:        rm -f $*.s
                     55: 
                     56: all: $(ALL)
                     57: 
                     58: mconnect: mconnect.o
                     59:        cc $(COPTS) -o $@ $*.o
                     60: 
                     61: mailstats: mailstats.o
                     62:        cc $(COPTS) -o $@ $*.o
                     63: 
                     64: praliases: praliases.o
                     65:        cc $(COPTS) -o $@ $*.o
                     66: 
                     67: sources: $(SRCS)
                     68: 
                     69: $(SRCS):
                     70:        $(GET) $(REL) SCCS/s.$@
                     71: 
                     72: clean:
                     73:        rm -f $(ALL) core a.out make.out lint.out
                     74:        rm -f *.o ,*
                     75: 
                     76: install: all

unix.superglobalmegacorp.com

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