SConscript (11308:7d8836fd043d) | SConscript (11755:81db27b8869a) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009 The Hewlett-Packard Development Company 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 --- 28 unchanged lines hidden (view full) --- 37 38Import('*') 39 40DebugFlag('ProtocolTrace') 41DebugFlag('RubyCache') 42DebugFlag('RubyCacheTrace') 43DebugFlag('RubyDma') 44DebugFlag('RubyGenerated') | 1# -*- mode:python -*- 2 3# Copyright (c) 2009 The Hewlett-Packard Development Company 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 --- 28 unchanged lines hidden (view full) --- 37 38Import('*') 39 40DebugFlag('ProtocolTrace') 41DebugFlag('RubyCache') 42DebugFlag('RubyCacheTrace') 43DebugFlag('RubyDma') 44DebugFlag('RubyGenerated') |
45DebugFlag('RubyMemory') | |
46DebugFlag('RubyNetwork') 47DebugFlag('RubyPort') 48DebugFlag('RubyPrefetcher') 49DebugFlag('RubyQueue') 50DebugFlag('RubySequencer') 51DebugFlag('RubySlicc') 52DebugFlag('RubySystem') 53DebugFlag('RubyTester') 54DebugFlag('RubyStats') 55DebugFlag('RubyResourceStalls') 56 57CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 58 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', | 45DebugFlag('RubyNetwork') 46DebugFlag('RubyPort') 47DebugFlag('RubyPrefetcher') 48DebugFlag('RubyQueue') 49DebugFlag('RubySequencer') 50DebugFlag('RubySlicc') 51DebugFlag('RubySystem') 52DebugFlag('RubyTester') 53DebugFlag('RubyStats') 54DebugFlag('RubyResourceStalls') 55 56CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 57 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', |
59 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace', | 58 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace', |
60 'RubyPrefetcher']) 61 62if env['PROTOCOL'] == 'None': 63 Return() 64 65def do_embed_text(target, source, env): 66 """convert a text file into a file that can be embedded in C 67 using an #include statement, that defines a \"const char *\" pointing --- 76 unchanged lines hidden --- | 59 'RubyPrefetcher']) 60 61if env['PROTOCOL'] == 'None': 62 Return() 63 64def do_embed_text(target, source, env): 65 """convert a text file into a file that can be embedded in C 66 using an #include statement, that defines a \"const char *\" pointing --- 76 unchanged lines hidden --- |