Mercurial > vba-linux
diff src/common/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/common/Makefile.am Sat Mar 03 10:31:27 2012 -0600 1.3 @@ -0,0 +1,23 @@ 1.4 +noinst_LIBRARIES = libgbcom.a 1.5 + 1.6 +libgbcom_a_SOURCES = \ 1.7 + lua-engine.cpp \ 1.8 + memgzio.c \ 1.9 + memgzio.h \ 1.10 + movie.cpp \ 1.11 + movie.h \ 1.12 + System.h \ 1.13 + Text.cpp \ 1.14 + Text.h \ 1.15 + unzip.cpp \ 1.16 + unzip.h \ 1.17 + Util.cpp \ 1.18 + Util.h \ 1.19 + vbalua.h 1.20 + 1.21 +AM_CPPFLAGS = \ 1.22 + -I$(top_srcdir)/src \ 1.23 + -DSDL \ 1.24 + -DSYSCONFDIR=\"$(sysconfdir)\" 1.25 + 1.26 +AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@