comparison Makefile @ 720:15d9359fd771

Add some tests for hint timing and fix it properly this time.
author Michael Pavone <pavone@retrodev.com>
date Wed, 20 May 2015 22:27:51 -0700
parents 019d27995e32
children 59a98179d3ba
comparison
equal deleted inserted replaced
719:019d27995e32 720:15d9359fd771
104 stateview : stateview.o vdp.o render_sdl.o $(CONFIGOBJS) gst.o 104 stateview : stateview.o vdp.o render_sdl.o $(CONFIGOBJS) gst.o
105 $(CC) -o stateview stateview.o vdp.o render_sdl.o $(CONFIGOBJS) gst.o $(LDFLAGS) 105 $(CC) -o stateview stateview.o vdp.o render_sdl.o $(CONFIGOBJS) gst.o $(LDFLAGS)
106 106
107 vgmplay : vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS) 107 vgmplay : vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS)
108 $(CC) -o vgmplay vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS) $(LDFLAGS) 108 $(CC) -o vgmplay vgmplay.o render_sdl.o $(CONFIGOBJS) $(AUDIOOBJS) $(LDFLAGS)
109
110 test : test.o vdp.o
111 $(CC) -o test test.o vdp.o
109 112
110 testgst : testgst.o gst.o 113 testgst : testgst.o gst.o
111 $(CC) -o testgst testgst.o gst.o 114 $(CC) -o testgst testgst.o gst.o
112 115
113 test_x86 : test_x86.o gen_x86.o gen.o 116 test_x86 : test_x86.o gen_x86.o gen.o