Mercurial > vba-clojure
annotate src/common/Makefile.am @ 539:a64485223afa
cleanup.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 25 Jun 2012 14:55:55 -0500 |
parents | f6ff410a87fd |
children |
rev | line source |
---|---|
rlm@45 | 1 noinst_LTLIBRARIES = libgbcom.la |
rlm@19 | 2 |
rlm@45 | 3 libgbcom_la_SOURCES = \ |
rlm@19 | 4 CheatSearch.h \ |
rlm@19 | 5 inputGlobal.h \ |
rlm@19 | 6 memgzio.h \ |
rlm@19 | 7 movie.h \ |
rlm@19 | 8 System.h \ |
rlm@19 | 9 Text.h \ |
rlm@19 | 10 unzip.h \ |
rlm@19 | 11 Util.h \ |
rlm@19 | 12 vbalua.h \ |
rlm@19 | 13 \ |
rlm@19 | 14 CheatSearch.cpp \ |
rlm@19 | 15 lua-engine.cpp \ |
rlm@19 | 16 memgzio.c \ |
rlm@19 | 17 movie.cpp \ |
rlm@19 | 18 Text.cpp \ |
rlm@19 | 19 unzip.cpp \ |
rlm@19 | 20 Util.cpp |
rlm@19 | 21 |
rlm@19 | 22 |
rlm@19 | 23 |
rlm@19 | 24 AM_CPPFLAGS = \ |
rlm@19 | 25 -I$(top_srcdir)/src \ |
rlm@19 | 26 -DSDL \ |
rlm@19 | 27 -DSYSCONFDIR=\"$(sysconfdir)\" |
rlm@19 | 28 |
rlm@21 | 29 AM_CXXFLAGS = -fno-exceptions |