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