annotate src/gb/Makefile.am @ 17:75e5bb1e0aa1

going to now integrate the gb src tree since it has no dependencies
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 11:44:47 -0600
parents f9f4f1b99eed
children ac56489c2ca6
rev   line source
rlm@1 1 noinst_LIBRARIES = libgb.a
rlm@1 2
rlm@1 3 libgb_a_SOURCES = \
rlm@1 4 gbCheats.cpp \
rlm@1 5 gbCheats.h \
rlm@1 6 gbCodesCB.h \
rlm@1 7 gbCodes.h \
rlm@1 8 GB.cpp \
rlm@1 9 GB.h \
rlm@1 10 gbDis.cpp \
rlm@1 11 gbGfx.cpp \
rlm@1 12 gbGlobals.cpp \
rlm@1 13 gbGlobals.h \
rlm@1 14 gbMemory.cpp \
rlm@1 15 gbMemory.h \
rlm@1 16 gbPrinter.cpp \
rlm@1 17 gbPrinter.h \
rlm@1 18 gbSGB.cpp \
rlm@1 19 gbSGB.h \
rlm@1 20 gbSound.cpp \
rlm@1 21 gbSound.h