view 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 source
1 noinst_LIBRARIES = libgbcom.a
3 libgbcom_a_SOURCES = \
4 lua-engine.cpp \
5 memgzio.c \
6 memgzio.h \
7 movie.cpp \
8 movie.h \
9 System.h \
10 Text.cpp \
11 Text.h \
12 unzip.cpp \
13 unzip.h \
14 Util.cpp \
15 Util.h \
16 vbalua.h
18 AM_CPPFLAGS = \
19 -I$(top_srcdir)/src \
20 -DSDL \
21 -DSYSCONFDIR=\"$(sysconfdir)\"
23 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@