rlm@28: bin_PROGRAMS = VisualBoyAdvance rlm@28: rlm@28: #noinst_PROGRAMS = TestEmu rlm@28: rlm@28: VisualBoyAdvance_SOURCES = \ rlm@28: SDL.cpp \ rlm@28: debugger.cpp \ rlm@28: debugger.h \ rlm@28: expr-lex.cpp \ rlm@28: expr.cpp \ rlm@28: expr.cpp.h \ rlm@28: exprNode.cpp \ rlm@28: exprNode.h \ rlm@28: getopt.c \ rlm@28: getopt.h \ rlm@28: getopt1.c \ rlm@28: ../AutoBuild.h \ rlm@28: ../NLS.h \ rlm@28: ../Port.h rlm@28: rlm@28: VisualBoyAdvance_LDADD = \ rlm@28: ../lua/libgblua.a \ rlm@28: ../common/libgbcom.a \ rlm@28: ../gb/libgb.a \ rlm@28: ../gba/libgba.a \ rlm@28: ../filters/lib386.a \ rlm@28: ../filters/libfilter.a rlm@28: rlm@28: # TestEmu_SOURCES = \ rlm@28: # TestEmu.cpp \ rlm@28: # debugger.cpp \ rlm@28: # debugger.h \ rlm@28: # expr-lex.cpp \ rlm@28: # expr.cpp \ rlm@28: # expr.cpp.h \ rlm@28: # exprNode.cpp \ rlm@28: # exprNode.h \ rlm@28: # ../AutoBuild.h \ rlm@28: # ../NLS.h \ rlm@28: # ../Port.h rlm@28: rlm@28: # TestEmu_LDADD = @VBA_LIBS@ @SDL_LIBS@ rlm@28: rlm@28: # TestEmu_DEPENDENCIES = @VBA_LIBS@ rlm@28: rlm@28: AM_CPPFLAGS = \ rlm@28: -I$(top_srcdir)/src \ rlm@28: -DSDL \ rlm@28: -DSYSCONFDIR=\"$(sysconfdir)\" rlm@28: rlm@28: AM_CXXFLAGS = -fno-exceptions