Mercurial > vba-clojure
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 noinst_LIBRARIES = libgba.a | |
2 | |
3 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.h | |
40 | |
41 AM_CPPFLAGS = \ | |
42 -I$(top_srcdir)/src \ | |
43 -DSDL \ | |
44 -DSYSCONFDIR=\"$(sysconfdir)\" | |
45 | |
46 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@ |