comparison src/sdl/Makefile.am @ 47:efa68261dba1

changed compile order
author Robert McIntyre <rlm@mit.edu>
date Wed, 07 Mar 2012 00:13:50 -0600
parents b1969e1b310d
children
comparison
equal deleted inserted replaced
46:b1969e1b310d 47:efa68261dba1
1 lib_LTLIBRARIES = libvba.la 1 noinst_LTLIBRARIES = libgui.la
2 2
3 #noinst_PROGRAMS = TestEmu 3 #noinst_PROGRAMS = TestEmu
4 4
5 libvba_la_SOURCES = \ 5 libgui_la_SOURCES = \
6 Array.h \ 6 Array.h \
7 debugger.h \ 7 debugger.h \
8 expr.cpp.h \ 8 expr.cpp.h \
9 getopt.h \ 9 getopt.h \
10 RingBuffer.h \ 10 RingBuffer.h \
24 24
25 25
26 #TestEmu.cpp 26 #TestEmu.cpp
27 27
28 28
29 libvba_la_LIBADD = \ 29 # libvba_la_LIBADD = \
30 ../common/libgbcom.la \ 30 # ../common/libgbcom.la \
31 ../gb/libgb.la \ 31 # ../gb/libgb.la \
32 ../gba/libgba.la \ 32 # ../gba/libgba.la \
33 ../filters/lib386.la \ 33 # ../filters/lib386.la \
34 ../filters/libfilter.la \ 34 # ../filters/libfilter.la \
35 ../prof/libprof.la \ 35 # ../prof/libprof.la \
36 ../clojure/libgbclojure.la \ 36 # ../clojure/libgbclojure.la \
37 ../lua/libgblua.la 37 # ../lua/libgblua.la
38 38
39 # TestEmu_SOURCES = \ 39 # TestEmu_SOURCES = \
40 # TestEmu.cpp \ 40 # TestEmu.cpp \
41 # debugger.cpp \ 41 # debugger.cpp \
42 # debugger.h \ 42 # debugger.h \