noinst_LIBRARIES = libdc.a libdc_a_SOURCES = \ ConvertUTF.c \ ConvertUTF.h \ deserializer.cc \ deserializer.hh \ dispatcher.cc \ dispatcher.hh \ engine.cc \ engine.hh \ fastevents.c \ fastevents.h \ math.cc \ math.hh \ matrix.hh \ opengl.hh \ quaternion.hh \ random.cc \ random.hh \ rectangle.cc \ rectangle.hh \ serializable.cc \ serializable.hh \ serializer.cc \ serializer.hh \ settings.cc \ settings.hh \ singleton.hh \ stringtools.cc \ stringtools.hh \ texture.cc \ texture.hh \ thread.hh \ timer.cc \ timer.hh \ vector.hh \ video.cc \ video.hh \ $(ENDLIST) libdc_a_CPPFLAGS = -I/usr/include/SDL -I$(top_srcdir)/yajl/src -O3 #libdc_a_LDFLAGS = -lstdc++ -lSDL_image -lSDL_sound libdc_a_LIBADD = $(top_srcdir)/yajl/libyajl.a bin_PROGRAMS = yoink yoink_SOURCES = \ YoinkApp.cc \ YoinkApp.hh \ $(ENDLIST) yoink_CPPFLAGS = -I/usr/include/SDL -O3 #yoink_LDFLAGS = -lstdc++ -lSDL_image -lSDL_sound yoink_LDADD = libdc.a ../yajl/libyajl.a