rlm@1: bin_PROGRAMS = VisualBoyAdvance rlm@1: rlm@1: noinst_PROGRAMS = TestEmu rlm@1: rlm@1: VisualBoyAdvance_SOURCES = \ rlm@1: SDL.cpp \ rlm@1: debugger.cpp \ rlm@1: debugger.h \ rlm@1: expr-lex.cpp \ rlm@1: expr.cpp \ rlm@1: expr.cpp.h \ rlm@1: exprNode.cpp \ rlm@1: exprNode.h \ rlm@1: getopt.c \ rlm@1: getopt.h \ rlm@1: getopt1.c \ rlm@1: ../AutoBuild.h \ rlm@1: ../NLS.h \ rlm@1: ../Port.h rlm@1: rlm@1: VisualBoyAdvance_LDADD = @VBA_LIBS@ @SDL_LIBS@ rlm@1: rlm@1: VisualBoyAdvance_DEPENDENCIES = @VBA_LIBS@ rlm@1: rlm@1: TestEmu_SOURCES = \ rlm@1: TestEmu.cpp \ rlm@1: debugger.cpp \ rlm@1: debugger.h \ rlm@1: expr-lex.cpp \ rlm@1: expr.cpp \ rlm@1: expr.cpp.h \ rlm@1: exprNode.cpp \ rlm@1: exprNode.h \ rlm@1: ../AutoBuild.h \ rlm@1: ../NLS.h \ rlm@1: ../Port.h rlm@1: rlm@1: TestEmu_LDADD = @VBA_LIBS@ @SDL_LIBS@ rlm@1: rlm@1: TestEmu_DEPENDENCIES = @VBA_LIBS@ rlm@1: rlm@1: AM_CPPFLAGS = \ rlm@1: -I$(top_srcdir)/src \ rlm@1: -DSDL \ rlm@1: -DSYSCONFDIR=\"$(sysconfdir)\" rlm@1: rlm@1: AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@