Annotation of 43BSD/contrib/mh/mts/sendmail/Makefile, revision 1.1

1.1     ! root        1: ##############################################################################
        !             2: #    Instructions to Make, for compilation of SendMail/SMTP-MTS library
        !             3: #
        !             4: #      This file is automatically generated.  Do not edit!
        !             5: ##############################################################################
        !             6: 
        !             7: # The following entries were inserted during MH configuration
        !             8: OPTIONS        =       -DBSD42 -DBSD43 -DBERK -DTTYD -DDUMB -DMHE -DNETWORK -DBIND -DRPATHS -DATZ -DSBACKUP='"\043"' -DSENDMTS -DSMTP -I..
        !             9: 
        !            10: CC     =       cc
        !            11: CFLAGS =       -O    $(OPTIONS)
        !            12: LFLAGS =       -bhu $(OPTIONS)
        !            13: 
        !            14: LIB    =       sendmts.a
        !            15: 
        !            16: CFILES =       hosts.c smail.c
        !            17: OFILES =       hosts.o smail.o
        !            18: 
        !            19: 
        !            20: ##############################################################################
        !            21: #      Generation Rules
        !            22: ##############################################################################
        !            23: 
        !            24: .c.o:;         $(CC) $(CFLAGS) -c $*.c
        !            25:                -ld -x -r $@
        !            26:                mv a.out $@
        !            27: 
        !            28: 
        !            29: ##############################################################################
        !            30: #      Here it is...
        !            31: ##############################################################################
        !            32: 
        !            33: all:           $(LIB)
        !            34: depend:;
        !            35: lint:          l-sendmts
        !            36: 
        !            37: $(LIB):                $(OFILES)
        !            38:                -mv $@ z$@
        !            39:                ar r $@ $(OFILES); ranlib $@
        !            40:                -rm -f ../libmts.a
        !            41:                ln $@ ../libmts.a
        !            42:                -rm -f ../llib-lmts
        !            43:                ln llib-lsendmail ../llib-lmts
        !            44:                -@ls -l $@
        !            45:                -@echo "SendMail/SMTP-MTS library built normally"
        !            46: 
        !            47: l-sendmts:;    lint $(LFLAGS) $(CFILES) $(LLIBS)
        !            48: 
        !            49: hosts.o:       Makefile
        !            50: smail.o:       Makefile smail.h
        !            51: 
        !            52: 
        !            53: ##############################################################################
        !            54: #      Miscellaneous tasks
        !            55: ##############################################################################
        !            56: 
        !            57: distribution:   clean
        !            58:                -rm -f bboardsMH.m4 popMH.m4
        !            59: 
        !            60: clean:         unclean
        !            61:                -rm -f *.o $(LIB) z$(LIB) ../libmts.a ../llib-lmts
        !            62: 
        !            63: unclean:;      -rm -f _* :* core

unix.superglobalmegacorp.com

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