comparison Makefile @ 45:d85542c96791

Clean up the build some more, move platform specifics again.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Aug 2013 00:23:45 +0300
parents d00b967c48f2
children 301805d68a97
comparison
equal deleted inserted replaced
44:f0073a47c31d 45:d85542c96791
65 ### Source files etc 65 ### Source files etc
66 ### 66 ###
67 TARGETS=demo.bin 67 TARGETS=demo.bin
68 68
69 69
70 DEMO_OBJS=vertex-attribute.o vertex-buffer.o \ 70 DEMO_OBJS=platform.o vertex-attribute.o vertex-buffer.o \
71 texture-atlas.o texture-font.o mat4.o \ 71 texture-atlas.o texture-font.o mat4.o \
72 shader.o vector.o midifile.o \ 72 shader.o vector.o midifile.o midiutil.o main.o
73 midiutil.o main.o
74 73
75 LIBOGGPLAYER_OBJS= \ 74 LIBOGGPLAYER_OBJS= \
76 oggplayer.o open_close.o play.o \ 75 oggplayer.o open_close.o play.o \
77 util.o 76 util.o
78 77