rlm@45: noinst_LTLIBRARIES = libgba.la rlm@19: rlm@45: libgba_la_SOURCES = \ rlm@19: agbprint.h \ rlm@19: armdis.h \ rlm@19: arm-new.h \ rlm@19: bios.h \ rlm@19: EEprom.h \ rlm@19: elf.h \ rlm@19: Flash.h \ rlm@19: GBACheats.h \ rlm@19: GBAGfx.h \ rlm@19: GBAGlobals.h \ rlm@19: GBA.h \ rlm@19: GBAinline.h \ rlm@19: GBASound.h \ rlm@19: RTC.h \ rlm@19: Sram.h \ rlm@19: thumb.h \ rlm@19: \ rlm@19: agbprint.cpp \ rlm@19: armdis.cpp \ rlm@19: bios.cpp \ rlm@19: EEprom.cpp \ rlm@19: elf.cpp \ rlm@19: Flash.cpp \ rlm@19: GBACheats.cpp \ rlm@19: GBA.cpp \ rlm@19: GBAGfx.cpp \ rlm@19: GBAGlobals.cpp \ rlm@19: GBASound.cpp \ rlm@19: Mode0.cpp \ rlm@19: Mode1.cpp \ rlm@19: Mode2.cpp \ rlm@19: Mode3.cpp \ rlm@19: Mode4.cpp \ rlm@19: Mode5.cpp \ rlm@19: remote.cpp \ rlm@19: RTC.cpp \ rlm@19: Sram.cpp rlm@19: rlm@19: rlm@19: AM_CPPFLAGS = \ rlm@19: -I$(top_srcdir)/src \ rlm@19: -DSDL \ rlm@19: -DSYSCONFDIR=\"$(sysconfdir)\" rlm@19: rlm@21: AM_CXXFLAGS = -fno-exceptions