Mercurial > vba-linux
comparison src/gba/Makefile.am @ 19:5e8e5083da94
brought in common and gba, fixed problems with outdated Makefile.am files in both of these packages
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 14:33:52 -0600 |
parents | |
children | e0545ef33bb9 |
comparison
equal
deleted
inserted
replaced
18:ac56489c2ca6 | 19:5e8e5083da94 |
---|---|
1 noinst_LIBRARIES = libgba.a | |
2 | |
3 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.cpp | |
41 | |
42 | |
43 AM_CPPFLAGS = \ | |
44 -I$(top_srcdir)/src \ | |
45 -DSDL \ | |
46 -DSYSCONFDIR=\"$(sysconfdir)\" | |
47 | |
48 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@ |