bin_PROGRAMS = pracrod macrotool pracrod_LDADD = $(LD_EFENCE) $(PQXX_LIBS) $(CONFIG_LIBS) $(LUA_LIBS) $(HTTPD_LIBS) -lpthread pracrod_CXXFLAGS = $(PQXX_CXXFLAGS) $(CONFIG_CXXFLAGS) $(LUA_CXXFLAGS) $(HTTPD_CFLAGS) pracrod_SOURCES = \ pracrod.cc \ artefact.cc \ daemon.cc \ database.cc \ configuration.cc \ configurationparser.cc \ connectionpool.cc \ debug.cc \ environment.cc \ exception.cc \ inotify.cc \ journal_commit.cc \ journalwriter.cc \ log.cc \ luaquerymapper.cc \ luaresume.cc \ macroheaderparser.cc \ macrolist.cc \ macroparser.cc \ mutex.cc \ pracrodao.cc \ pracrodaopgsql.cc \ pracrodaotest.cc \ queryhandlerpentominos.cc \ queryhandlerpracro.cc \ queryparser.cc \ resumeparser.cc \ saxparser.cc \ semaphore.cc \ server.cc \ session.cc \ templatelist.cc \ templateheaderparser.cc \ templateparser.cc \ transactionhandler.cc \ transactionparser.cc \ tcpsocket.cc \ utf8.cc \ versionstr.cc \ widgetgenerator.cc \ xml_encode_decode.cc macrotool_LDADD = $(LD_EFENCE) $(PQXX_LIBS) $(CONFIG_LIBS) $(LUA_LIBS) -lpthread macrotool_CXXFLAGS = $(PQXX_CXXFLAGS) $(CONFIG_CXXFLAGS) $(LUA_CXXFLAGS) macrotool_SOURCES = \ macrotool.cc \ debug.cc \ configuration.cc \ configurationparser.cc \ database.cc \ exception.cc \ inotify.cc \ log.cc \ macroheaderparser.cc \ macrolist.cc \ macroparser.cc \ macrotool_dump.cc \ macrotool_fieldnames.cc \ macrotool_filehandler.cc \ macrotool_util.cc \ mutex.cc \ pracrodao.cc \ pracrodaopgsql.cc \ pracrodaotest.cc \ saxparser.cc \ templateparser.cc \ versionstr.cc EXTRA_DIST = \ artefact.h \ configuration.h \ configurationparser.h \ connectionpool.h \ daemon.h \ database.h \ dbtypes.h \ debug.h \ environment.h \ exception.h \ inotify.h \ journal_commit.h \ journalwriter.h \ log.h \ luaquerymapper.h \ luaresume.h \ macroheaderparser.h \ macrolist.h \ macroparser.h \ macrotool_dump.h \ macrotool_fieldnames.h \ macrotool_filehandler.h \ macrotool_util.h \ mutex.h \ pracrodao.h \ pracrodaopgsql.h \ pracrodaotest.h \ queryhandler.h \ queryhandlerpentominos.h \ queryhandlerpracro.h \ queryparser.h \ resumeparser.h \ saxparser.h \ semaphore.h \ server.h \ session.h \ templatelist.h \ templateheaderparser.h \ templateparser.h \ transactionhandler.h \ transactionparser.h \ tcpsocket.h \ utf8.h \ versionstr.h \ widgetgenerator.h \ xml_encode_decode.h ################ # Test Section # ################ include $(top_srcdir)/../tools/Makefile.am.test include Makefile.am.test