SConscript (11208:fa3e56b6e0b6) | SConscript (11210:64c0ebeae224) |
---|---|
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 --- 103 unchanged lines hidden (view full) --- 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') 119MakeInclude('common/DataBlock.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 --- 103 unchanged lines hidden (view full) --- 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') 119MakeInclude('common/DataBlock.hh') |
120MakeInclude('common/IntVec.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') | 121MakeInclude('common/MachineID.hh') 122MakeInclude('common/NetDest.hh') 123MakeInclude('common/Set.hh') 124MakeInclude('filters/AbstractBloomFilter.hh') 125MakeInclude('network/MessageBuffer.hh') 126MakeInclude('structures/Prefetcher.hh') 127MakeInclude('structures/CacheMemory.hh') 128MakeInclude('system/DMASequencer.hh') 129MakeInclude('structures/DirectoryMemory.hh') 130MakeInclude('structures/WireBuffer.hh') 131MakeInclude('structures/PerfectCacheMemory.hh') 132MakeInclude('structures/PersistentTable.hh') 133MakeInclude('system/Sequencer.hh') 134MakeInclude('structures/TBETable.hh') 135MakeInclude('structures/TimerTable.hh') |