annotate src/gba/Makefile.am @ 318:9a4d3f801c89

fixing runs to use new util functions.
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Apr 2012 23:13:49 -0500
parents f6ff410a87fd
children
rev   line source
rlm@45 1 noinst_LTLIBRARIES = libgba.la
rlm@19 2
rlm@45 3 libgba_la_SOURCES = \
rlm@19 4 agbprint.h \
rlm@19 5 armdis.h \
rlm@19 6 arm-new.h \
rlm@19 7 bios.h \
rlm@19 8 EEprom.h \
rlm@19 9 elf.h \
rlm@19 10 Flash.h \
rlm@19 11 GBACheats.h \
rlm@19 12 GBAGfx.h \
rlm@19 13 GBAGlobals.h \
rlm@19 14 GBA.h \
rlm@19 15 GBAinline.h \
rlm@19 16 GBASound.h \
rlm@19 17 RTC.h \
rlm@19 18 Sram.h \
rlm@19 19 thumb.h \
rlm@19 20 \
rlm@19 21 agbprint.cpp \
rlm@19 22 armdis.cpp \
rlm@19 23 bios.cpp \
rlm@19 24 EEprom.cpp \
rlm@19 25 elf.cpp \
rlm@19 26 Flash.cpp \
rlm@19 27 GBACheats.cpp \
rlm@19 28 GBA.cpp \
rlm@19 29 GBAGfx.cpp \
rlm@19 30 GBAGlobals.cpp \
rlm@19 31 GBASound.cpp \
rlm@19 32 Mode0.cpp \
rlm@19 33 Mode1.cpp \
rlm@19 34 Mode2.cpp \
rlm@19 35 Mode3.cpp \
rlm@19 36 Mode4.cpp \
rlm@19 37 Mode5.cpp \
rlm@19 38 remote.cpp \
rlm@19 39 RTC.cpp \
rlm@19 40 Sram.cpp
rlm@19 41
rlm@19 42
rlm@19 43 AM_CPPFLAGS = \
rlm@19 44 -I$(top_srcdir)/src \
rlm@19 45 -DSDL \
rlm@19 46 -DSYSCONFDIR=\"$(sysconfdir)\"
rlm@19 47
rlm@21 48 AM_CXXFLAGS = -fno-exceptions