mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
9 lines
524 B
Makefile
9 lines
524 B
Makefile
codegen_ops.o: cpu/codegen_ops.c 86box.h mem.h cpu_common/cpu.h \
|
|
cpu_common/x86.h cpu_common/x86_ops.h cpu/x86_flags.h cpu_common/x87.h \
|
|
cpu_common/386_common.h cpu/codegen.h cpu/../mem.h \
|
|
cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h cpu/codegen_ops.h \
|
|
cpu/codegen_ops_x86.h cpu/codegen_ops_arith.h cpu/codegen_ops_fpu.h \
|
|
cpu/codegen_ops_jump.h cpu/codegen_ops_logic.h cpu/codegen_ops_misc.h \
|
|
cpu/codegen_ops_mmx.h cpu/codegen_ops_mov.h cpu/codegen_ops_shift.h \
|
|
cpu/codegen_ops_stack.h cpu/codegen_ops_xchg.h
|