comparison Makefile @ 54:3b79cbcf6846

Get Flavio's color bar demo kind of sort of working
author Mike Pavone <pavone@retrodev.com>
date Tue, 18 Dec 2012 02:16:42 -0800
parents f664eeb55cb4
children c3d034e076ee
comparison
equal deleted inserted replaced
53:44e661913a51 54:3b79cbcf6846
1 LIBS=sdl 1 LIBS=sdl
2 2
3 all : dis trans stateview 3 all : dis trans stateview blastem
4
5 blastem : blastem.o 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o vdp.o render_sdl.o
6 $(CC) -o blastem blastem.o 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o vdp.o render_sdl.o `pkg-config --libs $(LIBS)`
4 7
5 dis : dis.o 68kinst.o 8 dis : dis.o 68kinst.o
6 $(CC) -o dis dis.o 68kinst.o 9 $(CC) -o dis dis.o 68kinst.o
7 10
8 trans : trans.o 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o 11 trans : trans.o 68kinst.o gen_x86.o m68k_to_x86.o runtime.o mem.o