comparison Makefile @ 359:cc39629e8d06

YM2612 WIP snapshot before register refactor
author Mike Pavone <pavone@retrodev.com>
date Mon, 27 May 2013 09:54:58 -0700
parents 15dd6418fe67
children c3abc4ada43d
comparison
equal deleted inserted replaced
358:9498cfa7f7c8 359:cc39629e8d06
6 endif 6 endif
7 7
8 all : dis trans stateview blastem 8 all : dis trans stateview blastem
9 9
10 blastem : blastem.o 68kinst.o gen_x86.o m68k_to_x86.o z80inst.o z80_to_x86.o x86_backend.o runtime.o zruntime.o mem.o vdp.o ym2612.o psg.o render_sdl.o 10 blastem : blastem.o 68kinst.o gen_x86.o m68k_to_x86.o z80inst.o z80_to_x86.o x86_backend.o runtime.o zruntime.o mem.o vdp.o ym2612.o psg.o render_sdl.o
11 $(CC) -o blastem blastem.o 68kinst.o gen_x86.o m68k_to_x86.o z80inst.o z80_to_x86.o x86_backend.o runtime.o zruntime.o mem.o vdp.o ym2612.o psg.o render_sdl.o `pkg-config --libs $(LIBS)` 11 $(CC) -ggdb -o blastem blastem.o 68kinst.o gen_x86.o m68k_to_x86.o z80inst.o z80_to_x86.o x86_backend.o runtime.o zruntime.o mem.o vdp.o ym2612.o psg.o render_sdl.o `pkg-config --libs $(LIBS)`
12 12
13 dis : dis.o 68kinst.o 13 dis : dis.o 68kinst.o
14 $(CC) -o dis dis.o 68kinst.o 14 $(CC) -o dis dis.o 68kinst.o
15 15
16 zdis : zdis.o z80inst.o 16 zdis : zdis.o z80inst.o