|
|
1.1 ! root 1: CC=2c ! 2: LD=2l ! 3: FILES= access.2 command.2 expr.2 format.2 input.2 main.2 output.2 pcs.2 print.2 runpcs.2 sym.2 mchsys.2 trcrun.2 mchinit.2 gtou.2 mchio.2 das.2 optab.2 setup.2 syminit.2 regs.2 mchpr.2 mchframe.2 ! 4: CFLAGS=-I. -I../comm ! 5: ! 6: adb: $(FILES) ! 7: $(LD) -o adb $(FILES) ! 8: ! 9: clean: ! 10: rm adb $(FILES) ! 11: ! 12: access.2: ../comm/access.c ../comm/defs.h ! 13: $(CC) $(CFLAGS) ../comm/access.c ! 14: command.2: ../comm/command.c ../comm/defs.h ! 15: $(CC) $(CFLAGS) ../comm/command.c ! 16: expr.2: ../comm/expr.c ../comm/defs.h ! 17: $(CC) $(CFLAGS) ../comm/expr.c ! 18: format.2: ../comm/format.c ../comm/defs.h ! 19: $(CC) $(CFLAGS) ../comm/format.c ! 20: input.2: ../comm/input.c ../comm/defs.h ! 21: $(CC) $(CFLAGS) ../comm/input.c ! 22: main.2: ../comm/main.c ../comm/defs.h ! 23: $(CC) $(CFLAGS) ../comm/main.c ! 24: output.2: ../comm/output.c ../comm/defs.h ! 25: $(CC) $(CFLAGS) ../comm/output.c ! 26: pcs.2: ../comm/pcs.c ../comm/defs.h ! 27: $(CC) $(CFLAGS) ../comm/pcs.c ! 28: print.2: ../comm/print.c ../comm/defs.h ! 29: $(CC) $(CFLAGS) ../comm/print.c ! 30: runpcs.2: ../comm/runpcs.c ../comm/defs.h ! 31: $(CC) $(CFLAGS) ../comm/runpcs.c ! 32: sym.2: ../comm/sym.c ../comm/defs.h ! 33: $(CC) $(CFLAGS) ../comm/sym.c ! 34: mchsys.2: ../null/mchsys.c ../comm/defs.h ! 35: $(CC) $(CFLAGS) -I../null ../null/mchsys.c ! 36: trcrun.2: ../null/trcrun.c ! 37: $(CC) $(CFLAGS) -I../null ../null/trcrun.c ! 38: mchinit.2: ../null/mchinit.c ! 39: $(CC) $(CFLAGS) -I../null ../null/mchinit.c ! 40: gtou.2: ../g/gtou.c ! 41: mchio.2: ../g/mchio.c ! 42: das.2: ../g/das.c ../comm/defs.h ! 43: optab.2: ../g/optab.c ! 44: setup.2: ../g/setup.c ../comm/defs.h ! 45: syminit.2: ../g/syminit.c ../comm/defs.h ! 46: regs.2: ../g/regs.c ! 47: mchpr.2: ../g/mchpr.c ! 48: mchframe.2: ../g/mchframe.c ! 49: ! 50: %.2: %.c ! 51: $(CC) $(CFLAGS) $%.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.