Mercurial > vba-linux
view src/gba/Makefile.am @ 31:094360cdf3b2
VisualBoyAdvance compiles, we will see if it works...
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 22:34:59 -0600 |
parents | e0545ef33bb9 |
children | 9c1b4651b731 |
line wrap: on
line source
1 noinst_LIBRARIES = libgba.a3 libgba_a_SOURCES = \4 agbprint.h \5 armdis.h \6 arm-new.h \7 bios.h \8 EEprom.h \9 elf.h \10 Flash.h \11 GBACheats.h \12 GBAGfx.h \13 GBAGlobals.h \14 GBA.h \15 GBAinline.h \16 GBASound.h \17 RTC.h \18 Sram.h \19 thumb.h \20 \21 agbprint.cpp \22 armdis.cpp \23 bios.cpp \24 EEprom.cpp \25 elf.cpp \26 Flash.cpp \27 GBACheats.cpp \28 GBA.cpp \29 GBAGfx.cpp \30 GBAGlobals.cpp \31 GBASound.cpp \32 Mode0.cpp \33 Mode1.cpp \34 Mode2.cpp \35 Mode3.cpp \36 Mode4.cpp \37 Mode5.cpp \38 remote.cpp \39 RTC.cpp \40 Sram.cpp43 AM_CPPFLAGS = \44 -I$(top_srcdir)/src \45 -DSDL \46 -DSYSCONFDIR=\"$(sysconfdir)\"48 AM_CXXFLAGS = -fno-exceptions