shithub: scc

ref: ca543c97d5f35334bc9784a3b5c7c5a8fe7a8f8a
dir: /as/target/amd64.mk/

View raw version

amd64_LST = target/x86/amd64tbl.o target/x86/amd64.o target/x86/ins.o

$(amd64_LST): target/x86/proc.h

target/x86/amd64tbl.c: gentbl.awk target/x86/x86.dat target/x86/rules.dat
	./gentbl.sh -f x86 -c amd64

OBJ-amd64 = $(OBJ) $(amd64_LST)