comparison Makefile @ 466:bc9e0829ffc7

Fix vgmplay
author Mike Pavone <pavone@retrodev.com>
date Tue, 10 Sep 2013 21:20:54 -0700
parents dc322bc77ea2
children c08a4efeee7f
comparison
equal deleted inserted replaced
465:dc322bc77ea2 466:bc9e0829ffc7
43 $(CC) -o ztestgen ztestgen.o z80inst.o 43 $(CC) -o ztestgen ztestgen.o z80inst.o
44 44
45 stateview : stateview.o vdp.o render_sdl.o config.o tern.o gst.o 45 stateview : stateview.o vdp.o render_sdl.o config.o tern.o gst.o
46 $(CC) -o stateview stateview.o vdp.o render_sdl.o config.o tern.o gst.o `pkg-config --libs $(LIBS)` 46 $(CC) -o stateview stateview.o vdp.o render_sdl.o config.o tern.o gst.o `pkg-config --libs $(LIBS)`
47 47
48 vgmplay : vgmplay.o render_sdl.o $(AUDIOOBJS) 48 vgmplay : vgmplay.o render_sdl.o config.o tern.o $(AUDIOOBJS)
49 $(CC) -o vgmplay vgmplay.o render_sdl.o $(AUDIOOBJS) `pkg-config --libs $(LIBS)` 49 $(CC) -o vgmplay vgmplay.o render_sdl.o config.o tern.o $(AUDIOOBJS) $(LDFLAGS)
50 50
51 testgst : testgst.o gst.o 51 testgst : testgst.o gst.o
52 $(CC) -o testgst testgst.o gst.o 52 $(CC) -o testgst testgst.o gst.o
53 53
54 test_x86 : test_x86.o gen_x86.o 54 test_x86 : test_x86.o gen_x86.o