comparison src/sdl/Makefile.am @ 46:b1969e1b310d

added skeleton clojure gb driver
author Robert McIntyre <rlm@mit.edu>
date Tue, 06 Mar 2012 23:43:52 -0600
parents f6ff410a87fd
children efa68261dba1
comparison
equal deleted inserted replaced
45:f6ff410a87fd 46:b1969e1b310d
1 bin_PROGRAMS = VisualBoyAdvance 1 lib_LTLIBRARIES = libvba.la
2 2
3 #noinst_PROGRAMS = TestEmu 3 #noinst_PROGRAMS = TestEmu
4 4
5 VisualBoyAdvance_SOURCES = \ 5 libvba_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 VisualBoyAdvance_LDADD = \ 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 ../lua/libgblua.la 37 ../lua/libgblua.la
37 38
38 # TestEmu_SOURCES = \ 39 # TestEmu_SOURCES = \
39 # TestEmu.cpp \ 40 # TestEmu.cpp \
40 # debugger.cpp \ 41 # debugger.cpp \