Mercurial > vba-clojure
view src/gba/Makefile.am @ 3:b05d00f19d80
fix some formatting
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:33:11 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 noinst_LIBRARIES = libgba.a3 libgba_a_SOURCES = \4 agbprint.cpp \5 agbprint.h \6 arm-new.h \7 armdis.cpp \8 armdis.h \9 bios.cpp \10 bios.h \11 elf.cpp \12 elf.h \13 Cheats.cpp \14 Cheats.h \15 EEprom.cpp \16 EEprom.h \17 Flash.cpp \18 Flash.h \19 GBA.cpp \20 GBA.h \21 GBAinline.h \22 GBAGfx.cpp \23 GBAGfx.h \24 Globals.cpp \25 Globals.h \26 Mode0.cpp \27 Mode1.cpp \28 Mode2.cpp \29 Mode3.cpp \30 Mode4.cpp \31 Mode5.cpp \32 remote.cpp \33 RTC.cpp \34 RTC.h \35 Sound.cpp \36 Sound.h \37 Sram.cpp \38 Sram.h \39 thumb.h41 AM_CPPFLAGS = \42 -I$(top_srcdir)/src \43 -DSDL \44 -DSYSCONFDIR=\"$(sysconfdir)\"46 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@