|
|
1.1 ! root 1: FROMMMDF=frommmdf.o from822.o header.o ../common/subrs.o ! 2: TOMMDF=tommdf.o to822.o header.o ../common/subrs.o ! 3: CFLAGS=-g -I../common ! 4: ! 5: all: frommmdf tommdf ! 6: ! 7: frommmdf: ${FROMMMDF} ! 8: cc ${FROMMMDF} -o frommmdf ! 9: ! 10: tommdf: ${TOMMDF} ! 11: cc ${TOMMDF} -o tommdf ! 12: ! 13: ../common/subrs.o: ../common/subrs.c ../common/mail.h ! 14: ${CC} -c ${CFLAGS} ../common/subrs.c ! 15: mv subrs.o ../common/subrs.o ! 16: ! 17: frommmdf.o: ../common/mail.h header.h ! 18: from822.o: ../common/mail.h header.h ! 19: tommdf.o: ../common/mail.h header.h ! 20: to822.o: ../common/mail.h header.h ! 21: ! 22: cyntax: ! 23: cyntax -I../common frommmdf.c from822.c header.c ../common/subrs.c ! 24: cyntax -I../common tommdf.c to822.c header.c ../common/subrs.c ! 25: ! 26: install: frommmdf tommdf ! 27: cp frommmdf tommdf /usr/lib/upas ! 28: strip /usr/lib/upas/frommmdf /usr/lib/upas/tommdf ! 29: ! 30: clean: ! 31: rm -f from822 frommmdf tommdf *.o ../common/*.o ! 32:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.