Mercurial > vba-clojure
comparison src/sdl/Makefile.am @ 28:2efb971df515
bringing in SDL package
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 21:06:50 -0600 |
parents | |
children | 48369c6aeaa0 |
comparison
equal
deleted
inserted
replaced
27:b970226568d2 | 28:2efb971df515 |
---|---|
1 bin_PROGRAMS = VisualBoyAdvance | |
2 | |
3 #noinst_PROGRAMS = TestEmu | |
4 | |
5 VisualBoyAdvance_SOURCES = \ | |
6 SDL.cpp \ | |
7 debugger.cpp \ | |
8 debugger.h \ | |
9 expr-lex.cpp \ | |
10 expr.cpp \ | |
11 expr.cpp.h \ | |
12 exprNode.cpp \ | |
13 exprNode.h \ | |
14 getopt.c \ | |
15 getopt.h \ | |
16 getopt1.c \ | |
17 ../AutoBuild.h \ | |
18 ../NLS.h \ | |
19 ../Port.h | |
20 | |
21 VisualBoyAdvance_LDADD = \ | |
22 ../lua/libgblua.a \ | |
23 ../common/libgbcom.a \ | |
24 ../gb/libgb.a \ | |
25 ../gba/libgba.a \ | |
26 ../filters/lib386.a \ | |
27 ../filters/libfilter.a | |
28 | |
29 # TestEmu_SOURCES = \ | |
30 # TestEmu.cpp \ | |
31 # debugger.cpp \ | |
32 # debugger.h \ | |
33 # expr-lex.cpp \ | |
34 # expr.cpp \ | |
35 # expr.cpp.h \ | |
36 # exprNode.cpp \ | |
37 # exprNode.h \ | |
38 # ../AutoBuild.h \ | |
39 # ../NLS.h \ | |
40 # ../Port.h | |
41 | |
42 # TestEmu_LDADD = @VBA_LIBS@ @SDL_LIBS@ | |
43 | |
44 # TestEmu_DEPENDENCIES = @VBA_LIBS@ | |
45 | |
46 AM_CPPFLAGS = \ | |
47 -I$(top_srcdir)/src \ | |
48 -DSDL \ | |
49 -DSYSCONFDIR=\"$(sysconfdir)\" | |
50 | |
51 AM_CXXFLAGS = -fno-exceptions |