shithub: scc

ref: 740c98a5af0657dcccd2fe2b08def6fb2d29f498
dir: /as/target/i386.mk/

View raw version

i386_LST = target/x86/i386tbl.o target/x86/i386.o target/x86/ins.o

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

target/x86/i386tbl.c: gentbl.awk target/x86/x86.dat target/x86/rules.dat
	./gentbl.sh -f x86 -c i386

OBJ-i386 = $(OBJ) $(i386_LST)