Mercurial > vba-linux
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 noinst_LIBRARIES = libgbcom.a | |
2 | |
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 | |
17 | |
18 AM_CPPFLAGS = \ | |
19 -I$(top_srcdir)/src \ | |
20 -DSDL \ | |
21 -DSYSCONFDIR=\"$(sysconfdir)\" | |
22 | |
23 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@ |