Mercurial > vba-clojure
diff 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 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/gb/Makefile.am Sat Mar 03 11:44:47 2012 -0600 1.3 @@ -0,0 +1,21 @@ 1.4 +noinst_LIBRARIES = libgb.a 1.5 + 1.6 +libgb_a_SOURCES = \ 1.7 + gbCheats.cpp \ 1.8 + gbCheats.h \ 1.9 + gbCodesCB.h \ 1.10 + gbCodes.h \ 1.11 + GB.cpp \ 1.12 + GB.h \ 1.13 + gbDis.cpp \ 1.14 + gbGfx.cpp \ 1.15 + gbGlobals.cpp \ 1.16 + gbGlobals.h \ 1.17 + gbMemory.cpp \ 1.18 + gbMemory.h \ 1.19 + gbPrinter.cpp \ 1.20 + gbPrinter.h \ 1.21 + gbSGB.cpp \ 1.22 + gbSGB.h \ 1.23 + gbSound.cpp \ 1.24 + gbSound.h