mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
12 lines
200 B
Mathematica
12 lines
200 B
Mathematica
# Target: Hitachi Super-H ICE and simulator
|
|
TDEPFILES= exec.o sh-tdep.o remote-sim.o interp.o table.o
|
|
|
|
over: all
|
|
interp.o:
|
|
cp ../sim/sh/interp.o .
|
|
|
|
table.o:
|
|
cp ../sim/sh/table.o .
|
|
|
|
TM_FILE= tm-sh.h
|