SConscript (8683:9feb100066e1) | SConscript (8687:0b7825ddbb17) |
---|---|
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 --- 57 unchanged lines hidden (view full) --- 66DebugFlag('RubyDma') 67DebugFlag('RubyGenerated') 68DebugFlag('RubyMemory') 69DebugFlag('RubyNetwork') 70DebugFlag('RubyPort') 71DebugFlag('RubyQueue') 72DebugFlag('RubySequencer') 73DebugFlag('RubySlicc') | 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 --- 57 unchanged lines hidden (view full) --- 66DebugFlag('RubyDma') 67DebugFlag('RubyGenerated') 68DebugFlag('RubyMemory') 69DebugFlag('RubyNetwork') 70DebugFlag('RubyPort') 71DebugFlag('RubyQueue') 72DebugFlag('RubySequencer') 73DebugFlag('RubySlicc') |
74DebugFlag('RubyStorebuffer') | 74DebugFlag('RubySystem') |
75DebugFlag('RubyTester') 76 77CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', | 75DebugFlag('RubyTester') 76 77CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', |
78 'RubyGenerated', 'RubySlicc', 'RubyStorebuffer', 'RubyCache', | 78 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', |
79 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace']) | 79 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace']) |