diff options
author | Doug Evans <dje@google.com> | 1998-01-05 13:46:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-05 13:46:22 +0000 |
commit | 54cc8ed4db2ff765d53a27b3e08dee68062e74b3 (patch) | |
tree | 0792304465b4d256b892cbfb8ce16df0417a40cb /opcodes/.Sanitize | |
parent | 70e4ceaccba5f80a3bcbbfdca422d21d53d701a0 (diff) | |
download | gdb-54cc8ed4db2ff765d53a27b3e08dee68062e74b3.zip gdb-54cc8ed4db2ff765d53a27b3e08dee68062e74b3.tar.gz gdb-54cc8ed4db2ff765d53a27b3e08dee68062e74b3.tar.bz2 |
* txvu-dis.c, txvu-opc.c: New files.
* configure.in: Compile them.
* configure: Regenerate.
* Makefile.am (ALL_MACHINES): Add txvu-{dis,opc}.lo.
(txvu-dis.lo,txvu-opc.lo): Add rules for.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index d6b7ed8..39ebf43 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -31,6 +31,14 @@ else lose_these_too="${tic80_files} ${lose_these_too}" fi +sky_files="txvu-opc.c txvu-dis.c" + +if ( echo $* | grep keep\-sky > /dev/null ) ; then + keep_these_too="${sky_files} ${keep_these_too}" +else + lose_these_too="${sky_files} ${lose_these_too}" +fi + # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |