diff src/gba/Makefile.am @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/gba/Makefile.am	Sat Mar 03 10:31:27 2012 -0600
     1.3 @@ -0,0 +1,46 @@
     1.4 +noinst_LIBRARIES = libgba.a
     1.5 +
     1.6 +libgba_a_SOURCES = \
     1.7 +	agbprint.cpp		\
     1.8 +	agbprint.h		\
     1.9 +	arm-new.h		\
    1.10 +	armdis.cpp		\
    1.11 +	armdis.h		\
    1.12 +	bios.cpp		\
    1.13 +	bios.h			\
    1.14 +	elf.cpp			\
    1.15 +	elf.h			\
    1.16 +	Cheats.cpp		\
    1.17 +	Cheats.h		\
    1.18 +	EEprom.cpp		\
    1.19 +	EEprom.h		\
    1.20 +	Flash.cpp		\
    1.21 +	Flash.h			\
    1.22 +	GBA.cpp			\
    1.23 +	GBA.h			\
    1.24 +	GBAinline.h		\
    1.25 +	GBAGfx.cpp		\
    1.26 +	GBAGfx.h		\
    1.27 +	Globals.cpp		\
    1.28 +	Globals.h		\
    1.29 +	Mode0.cpp		\
    1.30 +	Mode1.cpp		\
    1.31 +	Mode2.cpp		\
    1.32 +	Mode3.cpp		\
    1.33 +	Mode4.cpp		\
    1.34 +	Mode5.cpp		\
    1.35 +	remote.cpp		\
    1.36 +	RTC.cpp			\
    1.37 +	RTC.h			\
    1.38 +	Sound.cpp		\
    1.39 +	Sound.h			\
    1.40 +	Sram.cpp		\
    1.41 +	Sram.h			\
    1.42 +	thumb.h
    1.43 +
    1.44 +AM_CPPFLAGS = \
    1.45 +	-I$(top_srcdir)/src		\
    1.46 +	-DSDL				\
    1.47 +	-DSYSCONFDIR=\"$(sysconfdir)\"
    1.48 +
    1.49 +AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@