# Copyright (c)1994-1999 Begemot Computer Associates. All rights reserved. # See the file COPYRIGHT for details of redistribution and use. SRC = Mark.s11 T.s11 ash.s11 ashc.s11 cmp.s11 dec.s11 div.s11 f.s11 \ mmr.s11 mtpi.s11 psw.s11 stack.s11 tty-out-int.s11 TARGETS = $(SRC:%.s11=%.11) LIST = $(SRC:.s11=.l11) CLEAN += $(TARGETS) CLEAN += $(LIST) all: links $(TARGETS) list: $(LIST) links: ./Output.s11 ./Register.s11 ./Output.s11: FRC @test -r ./Output.s11 || ln -s $(srcdir)/Output.s11 . ./Register.s11: FRC @test -r ./Register.s11 || ln -s $(srcdir)/Register.s11 . FRC: .SUFFIXES: .s11 .x11 .11 .l11 ifneq "$(AS11)" "" .s11.11: $(AS11) -o $@ $< .s11.l11: $(AS11) -l $@ $< endif .x11.11: ln -s $< $@ install: