ack/mach/z80/libsys/Makefile

29 lines
645 B
Makefile
Raw Normal View History

1985-04-01 14:44:26 +00:00
TAIL=tail.hermac
# Other possibilities are: tail.nascom and tail.cpm
all: tail.cpm tail.nascom tail.hermac
install: $(TAIL)
../../install head_em.s head_em
../../install $(TAIL) tail_sys
cmp: $(TAIL)
-../../compare head_em.s head_em
-../../compare $(TAIL) tail_sys
tail.cpm: mon.cpm.s
@echo Warning: untested, this is an example
arch cr tail.cpm mon.cpm.s
1985-04-12 17:06:38 +00:00
tail.nascom: mon.s char.nas.s
arch cr tail.nascom mon.s char.nas.s
1985-04-01 14:44:26 +00:00
tail.hermac: mon.s char.her.s
arch cr tail.hermac mon.s char.her.s
opr:
make pr | opr
pr:
@pr `pwd`/Makefile `pwd`/head_em.s
1985-04-12 17:06:38 +00:00
@pr `pwd`/mon.s `pwd`/mon.cpm.s `pwd`/char.nas.s `pwd`/char.her.s