rlm@47: noinst_LTLIBRARIES = libgui.la rlm@28: rlm@28: #noinst_PROGRAMS = TestEmu rlm@28: rlm@47: libgui_la_SOURCES = \ rlm@30: Array.h \ rlm@30: debugger.h \ rlm@30: expr.cpp.h \ rlm@30: getopt.h \ rlm@30: RingBuffer.h \ rlm@30: SoundDriver.h \ rlm@30: SoundSDL.h \ rlm@30: Types.h \ rlm@30: exprNode.h \ rlm@30: \ rlm@30: debugger.cpp \ rlm@30: expr.cpp \ rlm@30: expr-lex.cpp \ rlm@30: exprNode.cpp \ rlm@30: getopt1.c \ rlm@30: getopt.c \ rlm@30: SDL.cpp \ rlm@30: SoundSDL.cpp rlm@30: rlm@30: rlm@30: #TestEmu.cpp rlm@30: rlm@28: rlm@47: # libvba_la_LIBADD = \ rlm@47: # ../common/libgbcom.la \ rlm@47: # ../gb/libgb.la \ rlm@47: # ../gba/libgba.la \ rlm@47: # ../filters/lib386.la \ rlm@47: # ../filters/libfilter.la \ rlm@47: # ../prof/libprof.la \ rlm@47: # ../clojure/libgbclojure.la \ rlm@47: # ../lua/libgblua.la 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@30: AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@