mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
25 lines
1.4 KiB
Makefile
25 lines
1.4 KiB
Makefile
386_dynarec_ops.o: cpu_common/386_dynarec_ops.c 86box.h cpu_common/cpu.h \
|
|
timer.h cpu_common/cpu.h cpu_common/x86.h cpu_common/x86_ops.h \
|
|
cpu_common/x87.h cpu/x86_flags.h 86box_io.h mem.h nmi.h pic.h \
|
|
cpu/codegen.h cpu/../mem.h cpu/../cpu_common/x86_ops.h cpu/codegen_x86.h \
|
|
cpu_common/386_common.h cpu_common/386_ops.h cpu_common/x86seg.h \
|
|
cpu_common/x86_ops_arith.h cpu_common/x86_ops_atomic.h \
|
|
cpu_common/x86_ops_bcd.h cpu_common/x86_ops_bit.h \
|
|
cpu_common/x86_ops_bitscan.h cpu_common/x86_ops_flag.h \
|
|
cpu_common/x86_ops_fpu.h cpu_common/x86_ops_inc_dec.h \
|
|
cpu_common/x86_ops_int.h cpu_common/x86_ops_io.h \
|
|
cpu_common/x86_ops_jump.h cpu_common/x86_ops_misc.h cpu_common/x87_ops.h \
|
|
cpu_common/x87_ops_arith.h cpu_common/x87_ops_misc.h \
|
|
cpu_common/x87_ops_loadstore.h cpu_common/x86_ops_i686.h \
|
|
cpu_common/x86_ops_mmx.h cpu_common/x86_ops_mmx_arith.h \
|
|
cpu_common/x86_ops_mmx_cmp.h cpu_common/x86_ops_mmx_logic.h \
|
|
cpu_common/x86_ops_mmx_mov.h cpu_common/x86_ops_mmx_pack.h \
|
|
cpu_common/x86_ops_mmx_shift.h cpu_common/x86_ops_mov.h \
|
|
cpu_common/x86_ops_mov_ctrl.h cpu_common/x86_ops_mov_seg.h \
|
|
cpu_common/x86_ops_movx.h cpu_common/x86_ops_msr.h \
|
|
cpu_common/x86_ops_mul.h cpu_common/x86_ops_pmode.h \
|
|
cpu_common/x86_ops_prefix.h cpu_common/x86_ops_rep.h \
|
|
cpu_common/x86_ops_ret.h cpu_common/x86_ops_set.h \
|
|
cpu_common/x86_ops_stack.h cpu_common/x86_ops_string.h \
|
|
cpu_common/x86_ops_xchg.h cpu/x86_ops_call.h cpu/x86_ops_shift.h
|