Annotation of researchv8dc/cmd/upas/send/makefile, revision 1.1.1.1

1.1       root        1: SSRC=  main.c rewrite.c notify.c send.c log.c okrmt.c
                      2: SOBJ=  main.o rewrite.o notify.o send.o log.o okrmt.o\
                      3:        ../common/lock.o ../common/tmpfile.o ../common/subrs.o
                      4: 
                      5: CFLAGS=-g -I../common
                      6: 
                      7: all: send
                      8: 
                      9: send: ${SOBJ}
                     10:        ${CC} ${SOBJ} ${CFLAGS} -o send
                     11: 
                     12: delivery.o: ../common/mail.h
                     13: log.o: ../common/mail.h
                     14: rewrite.o: ../common/mail.h ../common/string.h
                     15: drewrite.o: ../common/mail.h ../common/string.h rewrite.c
                     16:        ${CC} -c ${CFLAGS} -DDEBUG rewrite.c
                     17:        mv rewrite.o drewrite.o
                     18: send.o: ../common/mail.h ../common/letter.h ../common/string.h
                     19: notify.o: ../common/string.h
                     20: okrmt.o:
                     21: 
                     22: ../common/lock.o: ../common/lock.c ../common/string.h
                     23:        ${CC} -c ${CFLAGS} ../common/lock.c
                     24:        mv lock.o ../common/lock.o
                     25: ../common/tmpfile.o: ../common/tmpfile.c ../common/mail.h ../common/letter.h
                     26:        ${CC} -c ${CFLAGS} ../common/tmpfile.c
                     27:        mv tmpfile.o ../common/tmpfile.o
                     28: ../common/subrs.o: ../common/subrs.c ../common/string.h ../common/mail.h
                     29:        ${CC} -c ${CFLAGS} ../common/subrs.c
                     30:        mv subrs.o ../common/subrs.o
                     31: 
                     32: prcan:
                     33:        prcan ${SSRC}
                     34: 
                     35: clean:
                     36:        rm -f send *.o ../common/*.o
                     37: 
                     38: cyntax:
                     39:        cyntax -I../common ${SSRC}
                     40: 
                     41: install:       send
                     42:        cp send /bin/mail
                     43:        chown root /bin/mail
                     44:        chmod 4755 /bin/mail
                     45:        rm -f /bin/rmail
                     46:        ln /bin/mail /bin/rmail
                     47: 
                     48: rtest: rtest.o drewrite.o okrmt.o ../common/subrs.o
                     49:        cc -o rtest rtest.o drewrite.o okrmt.o ../common/subrs.o

unix.superglobalmegacorp.com

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