SConscript (8335:9228e00459d4) | SConscript (8615:e66a566f2cfa) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 54 unchanged lines hidden (view full) --- 63DebugFlag('ProtocolTrace') 64DebugFlag('RubyCache') 65DebugFlag('RubyDma') 66DebugFlag('RubyGenerated') 67DebugFlag('RubyMemory') 68DebugFlag('RubyNetwork') 69DebugFlag('RubyPort') 70DebugFlag('RubyQueue') | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 54 unchanged lines hidden (view full) --- 63DebugFlag('ProtocolTrace') 64DebugFlag('RubyCache') 65DebugFlag('RubyDma') 66DebugFlag('RubyGenerated') 67DebugFlag('RubyMemory') 68DebugFlag('RubyNetwork') 69DebugFlag('RubyPort') 70DebugFlag('RubyQueue') |
71DebugFlag('RubySequencer') |
|
71DebugFlag('RubySlicc') 72DebugFlag('RubyStorebuffer') 73DebugFlag('RubyTester') 74 75CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', | 72DebugFlag('RubySlicc') 73DebugFlag('RubyStorebuffer') 74DebugFlag('RubyTester') 75 76CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', |
76 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache', 77 'RubyMemory', 'RubyDma', 'RubyPort']) | 77 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache', 78 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer']) |