Mercurial > vba-linux
diff src/common/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 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/common/Makefile.am Sun Mar 04 14:33:52 2012 -0600 1.3 @@ -0,0 +1,31 @@ 1.4 +noinst_LIBRARIES = libgbcom.a 1.5 + 1.6 +libgbcom_a_SOURCES = \ 1.7 + CheatSearch.h \ 1.8 + inputGlobal.h \ 1.9 + memgzio.h \ 1.10 + movie.h \ 1.11 + nesvideos-piece.h \ 1.12 + System.h \ 1.13 + Text.h \ 1.14 + unzip.h \ 1.15 + Util.h \ 1.16 + vbalua.h \ 1.17 + \ 1.18 + CheatSearch.cpp \ 1.19 + lua-engine.cpp \ 1.20 + memgzio.c \ 1.21 + movie.cpp \ 1.22 + nesvideos-piece.cpp \ 1.23 + Text.cpp \ 1.24 + unzip.cpp \ 1.25 + Util.cpp 1.26 + 1.27 + 1.28 + 1.29 +AM_CPPFLAGS = \ 1.30 + -I$(top_srcdir)/src \ 1.31 + -DSDL \ 1.32 + -DSYSCONFDIR=\"$(sysconfdir)\" 1.33 + 1.34 +AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@