SConscript (10895:287285860dd6) | SConscript (11122:721d3e248f75) |
---|---|
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 --- 105 unchanged lines hidden (view full) --- 114MakeInclude('slicc_interface/RubyRequest.hh') 115 116# External types 117MakeInclude('common/Address.hh') 118MakeInclude('common/DataBlock.hh') 119MakeInclude('common/MachineID.hh') 120MakeInclude('common/NetDest.hh') 121MakeInclude('common/Set.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 --- 105 unchanged lines hidden (view full) --- 114MakeInclude('slicc_interface/RubyRequest.hh') 115 116# External types 117MakeInclude('common/Address.hh') 118MakeInclude('common/DataBlock.hh') 119MakeInclude('common/MachineID.hh') 120MakeInclude('common/NetDest.hh') 121MakeInclude('common/Set.hh') |
122MakeInclude('filters/GenericBloomFilter.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') | 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') |