Mercurial > vba-clojure
comparison 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 |
comparison
equal
deleted
inserted
replaced
16:9e598342e182 | 17:75e5bb1e0aa1 |
---|---|
1 noinst_LIBRARIES = libgb.a | |
2 | |
3 libgb_a_SOURCES = \ | |
4 gbCheats.cpp \ | |
5 gbCheats.h \ | |
6 gbCodesCB.h \ | |
7 gbCodes.h \ | |
8 GB.cpp \ | |
9 GB.h \ | |
10 gbDis.cpp \ | |
11 gbGfx.cpp \ | |
12 gbGlobals.cpp \ | |
13 gbGlobals.h \ | |
14 gbMemory.cpp \ | |
15 gbMemory.h \ | |
16 gbPrinter.cpp \ | |
17 gbPrinter.h \ | |
18 gbSGB.cpp \ | |
19 gbSGB.h \ | |
20 gbSound.cpp \ | |
21 gbSound.h |