SConscript (11122:721d3e248f75) | SConscript (11208:fa3e56b6e0b6) |
---|---|
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 --- 101 unchanged lines hidden (view full) --- 110 111MakeInclude('slicc_interface/AbstractEntry.hh') 112MakeInclude('slicc_interface/AbstractCacheEntry.hh') 113MakeInclude('slicc_interface/Message.hh') 114MakeInclude('slicc_interface/RubyRequest.hh') 115 116# External types 117MakeInclude('common/Address.hh') | 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 --- 101 unchanged lines hidden (view full) --- 110 111MakeInclude('slicc_interface/AbstractEntry.hh') 112MakeInclude('slicc_interface/AbstractCacheEntry.hh') 113MakeInclude('slicc_interface/Message.hh') 114MakeInclude('slicc_interface/RubyRequest.hh') 115 116# External types 117MakeInclude('common/Address.hh') |
118MakeInclude('common/BoolVec.hh') |
|
118MakeInclude('common/DataBlock.hh') 119MakeInclude('common/MachineID.hh') 120MakeInclude('common/NetDest.hh') 121MakeInclude('common/Set.hh') 122MakeInclude('filters/AbstractBloomFilter.hh') 123MakeInclude('network/MessageBuffer.hh') 124MakeInclude('structures/Prefetcher.hh') 125MakeInclude('structures/CacheMemory.hh') 126MakeInclude('system/DMASequencer.hh') 127MakeInclude('structures/DirectoryMemory.hh') 128MakeInclude('structures/WireBuffer.hh') 129MakeInclude('structures/PerfectCacheMemory.hh') 130MakeInclude('structures/PersistentTable.hh') 131MakeInclude('system/Sequencer.hh') 132MakeInclude('structures/TBETable.hh') 133MakeInclude('structures/TimerTable.hh') | 119MakeInclude('common/DataBlock.hh') 120MakeInclude('common/MachineID.hh') 121MakeInclude('common/NetDest.hh') 122MakeInclude('common/Set.hh') 123MakeInclude('filters/AbstractBloomFilter.hh') 124MakeInclude('network/MessageBuffer.hh') 125MakeInclude('structures/Prefetcher.hh') 126MakeInclude('structures/CacheMemory.hh') 127MakeInclude('system/DMASequencer.hh') 128MakeInclude('structures/DirectoryMemory.hh') 129MakeInclude('structures/WireBuffer.hh') 130MakeInclude('structures/PerfectCacheMemory.hh') 131MakeInclude('structures/PersistentTable.hh') 132MakeInclude('system/Sequencer.hh') 133MakeInclude('structures/TBETable.hh') 134MakeInclude('structures/TimerTable.hh') |