# Build font converter only if SDL_ttf library is present # and developer tools were explicitly requested (cf. configure.ac). if BUILDTTF2BMF TTFTOOL = ttf2bmf else TTFTOOL = endif noinst_PROGRAMS = tolua $(TTFTOOL) ttf2bmf_SOURCES = ttf2bmf.cc getopt.c getopt1.c getopt.h ttf2bmf_CXXFLAGS = @SDL_CFLAGS@ ttf2bmf_LDADD = -lSDL_ttf tolua_SOURCES = tolua.c tolualua.c tolualua.h tolua_CFLAGS = -I$(top_srcdir)/lib-src/lua tolua_LDADD = -L$(top_builddir)/lib-src/lua -llua