Mercurial > vba-linux
diff src/sdl/Makefile.am @ 30:48369c6aeaa0 compile-milestone
brought prof package in
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 22:32:01 -0600 |
parents | 2efb971df515 |
children | 3907aac7df1c |
line wrap: on
line diff
1.1 --- a/src/sdl/Makefile.am Sun Mar 04 21:09:22 2012 -0600 1.2 +++ b/src/sdl/Makefile.am Sun Mar 04 22:32:01 2012 -0600 1.3 @@ -3,28 +3,37 @@ 1.4 #noinst_PROGRAMS = TestEmu 1.5 1.6 VisualBoyAdvance_SOURCES = \ 1.7 - SDL.cpp \ 1.8 - debugger.cpp \ 1.9 - debugger.h \ 1.10 - expr-lex.cpp \ 1.11 - expr.cpp \ 1.12 - expr.cpp.h \ 1.13 - exprNode.cpp \ 1.14 - exprNode.h \ 1.15 - getopt.c \ 1.16 - getopt.h \ 1.17 - getopt1.c \ 1.18 - ../AutoBuild.h \ 1.19 - ../NLS.h \ 1.20 - ../Port.h 1.21 + Array.h \ 1.22 + debugger.h \ 1.23 + expr.cpp.h \ 1.24 + getopt.h \ 1.25 + RingBuffer.h \ 1.26 + SoundDriver.h \ 1.27 + SoundSDL.h \ 1.28 + Types.h \ 1.29 + exprNode.h \ 1.30 + \ 1.31 + debugger.cpp \ 1.32 + expr.cpp \ 1.33 + expr-lex.cpp \ 1.34 + exprNode.cpp \ 1.35 + getopt1.c \ 1.36 + getopt.c \ 1.37 + SDL.cpp \ 1.38 + SoundSDL.cpp 1.39 + 1.40 + 1.41 +#TestEmu.cpp 1.42 + 1.43 1.44 VisualBoyAdvance_LDADD = \ 1.45 - ../lua/libgblua.a \ 1.46 ../common/libgbcom.a \ 1.47 ../gb/libgb.a \ 1.48 ../gba/libgba.a \ 1.49 ../filters/lib386.a \ 1.50 - ../filters/libfilter.a 1.51 + ../filters/libfilter.a \ 1.52 + ../prof/libprof.a \ 1.53 + ../lua/libgblua.a 1.54 1.55 # TestEmu_SOURCES = \ 1.56 # TestEmu.cpp \ 1.57 @@ -48,4 +57,4 @@ 1.58 -DSDL \ 1.59 -DSYSCONFDIR=\"$(sysconfdir)\" 1.60 1.61 -AM_CXXFLAGS = -fno-exceptions 1.62 +AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@