noinst_LTLIBRARIES = libdc.la libdc_la_SOURCES = \ ConvertUTF.c \ ConvertUTF.h \ aabb.hh \ animation.cc \ animation.hh \ deserializer.cc \ deserializer.hh \ dispatcher.cc \ dispatcher.hh \ drawable.hh \ engine.cc \ engine.hh \ event.hh \ fastevents.c \ fastevents.h \ interpolator.hh \ math.hh \ mippleton.hh \ opengl.hh \ profiler.hh \ random.cc \ random.hh \ resource.cc \ resource.hh \ scene.cc \ scene.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 \ tilemap.cc \ tilemap.hh \ timer.cc \ timer.hh \ video.cc \ video.hh \ $(ENDLIST) libdc_la_CPPFLAGS = -I/usr/include/SDL -I$(top_srcdir)/yajl/src libdc_la_LIBADD = $(top_srcdir)/yajl/libyajl.la bin_PROGRAMS = yoink yoink_SOURCES = \ Character.cc \ Character.hh \ TilemapFont.cc \ TilemapFont.hh \ Typesetter.cc \ Typesetter.hh \ YoinkApp.cc \ YoinkApp.hh \ $(ENDLIST) yoink_CPPFLAGS = -I/usr/include/SDL yoink_LDADD = libdc.la EXTRA_DIST = cml