SConscript (8092:6782b51ae8a8) | SConscript (8191:777459f7c61f) |
---|---|
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 --- 93 unchanged lines hidden (view full) --- 102MakeInclude('common/NetDest.hh') 103MakeInclude('common/Set.hh') 104MakeInclude('filters/GenericBloomFilter.hh') 105MakeInclude('system/CacheMemory.hh') 106MakeInclude('system/DMASequencer.hh') 107MakeInclude('system/DirectoryMemory.hh') 108MakeInclude('system/MachineID.hh') 109MakeInclude('system/MemoryControl.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 --- 93 unchanged lines hidden (view full) --- 102MakeInclude('common/NetDest.hh') 103MakeInclude('common/Set.hh') 104MakeInclude('filters/GenericBloomFilter.hh') 105MakeInclude('system/CacheMemory.hh') 106MakeInclude('system/DMASequencer.hh') 107MakeInclude('system/DirectoryMemory.hh') 108MakeInclude('system/MachineID.hh') 109MakeInclude('system/MemoryControl.hh') |
110MakeInclude('system/WireBuffer.hh') |
|
110MakeInclude('system/NodeID.hh') 111MakeInclude('system/PerfectCacheMemory.hh') 112MakeInclude('system/PersistentTable.hh') 113MakeInclude('system/Sequencer.hh') 114MakeInclude('system/TBETable.hh') 115MakeInclude('system/TimerTable.hh') | 111MakeInclude('system/NodeID.hh') 112MakeInclude('system/PerfectCacheMemory.hh') 113MakeInclude('system/PersistentTable.hh') 114MakeInclude('system/Sequencer.hh') 115MakeInclude('system/TBETable.hh') 116MakeInclude('system/TimerTable.hh') |