annotate 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
rev   line source
rlm@19 1 noinst_LIBRARIES = libgbcom.a
rlm@19 2
rlm@19 3 libgbcom_a_SOURCES = \
rlm@19 4 CheatSearch.h \
rlm@19 5 inputGlobal.h \
rlm@19 6 memgzio.h \
rlm@19 7 movie.h \
rlm@19 8 nesvideos-piece.h \
rlm@19 9 System.h \
rlm@19 10 Text.h \
rlm@19 11 unzip.h \
rlm@19 12 Util.h \
rlm@19 13 vbalua.h \
rlm@19 14 \
rlm@19 15 CheatSearch.cpp \
rlm@19 16 lua-engine.cpp \
rlm@19 17 memgzio.c \
rlm@19 18 movie.cpp \
rlm@19 19 nesvideos-piece.cpp \
rlm@19 20 Text.cpp \
rlm@19 21 unzip.cpp \
rlm@19 22 Util.cpp
rlm@19 23
rlm@19 24
rlm@19 25
rlm@19 26 AM_CPPFLAGS = \
rlm@19 27 -I$(top_srcdir)/src \
rlm@19 28 -DSDL \
rlm@19 29 -DSYSCONFDIR=\"$(sysconfdir)\"
rlm@19 30
rlm@19 31 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@