SConscript (10133:0749c3ec92f4) SConscript (10301:44839e8febbd)
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

--- 104 unchanged lines hidden (view full) ---

113
114MakeInclude('slicc_interface/AbstractEntry.hh')
115MakeInclude('slicc_interface/AbstractCacheEntry.hh')
116MakeInclude('slicc_interface/Message.hh')
117MakeInclude('slicc_interface/NetworkMessage.hh')
118MakeInclude('slicc_interface/RubyRequest.hh')
119
120# External types
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

--- 104 unchanged lines hidden (view full) ---

113
114MakeInclude('slicc_interface/AbstractEntry.hh')
115MakeInclude('slicc_interface/AbstractCacheEntry.hh')
116MakeInclude('slicc_interface/Message.hh')
117MakeInclude('slicc_interface/NetworkMessage.hh')
118MakeInclude('slicc_interface/RubyRequest.hh')
119
120# External types
121MakeInclude('buffers/MessageBuffer.hh')
122MakeInclude('common/Address.hh')
123MakeInclude('common/DataBlock.hh')
121MakeInclude('common/Address.hh')
122MakeInclude('common/DataBlock.hh')
123MakeInclude('common/MachineID.hh')
124MakeInclude('common/NetDest.hh')
125MakeInclude('common/Set.hh')
126MakeInclude('filters/GenericBloomFilter.hh')
124MakeInclude('common/NetDest.hh')
125MakeInclude('common/Set.hh')
126MakeInclude('filters/GenericBloomFilter.hh')
127MakeInclude('network/MessageBuffer.hh')
127MakeInclude('structures/Prefetcher.hh')
128MakeInclude('structures/Prefetcher.hh')
128MakeInclude('system/CacheMemory.hh')
129MakeInclude('structures/CacheMemory.hh')
129MakeInclude('system/DMASequencer.hh')
130MakeInclude('system/DMASequencer.hh')
130MakeInclude('system/DirectoryMemory.hh')
131MakeInclude('system/MachineID.hh')
132MakeInclude('system/MemoryControl.hh')
133MakeInclude('system/WireBuffer.hh')
134MakeInclude('system/PerfectCacheMemory.hh')
135MakeInclude('system/PersistentTable.hh')
131MakeInclude('structures/DirectoryMemory.hh')
132MakeInclude('structures/MemoryControl.hh')
133MakeInclude('structures/WireBuffer.hh')
134MakeInclude('structures/PerfectCacheMemory.hh')
135MakeInclude('structures/PersistentTable.hh')
136MakeInclude('system/Sequencer.hh')
136MakeInclude('system/Sequencer.hh')
137MakeInclude('system/TBETable.hh')
138MakeInclude('system/TimerTable.hh')
137MakeInclude('structures/TBETable.hh')
138MakeInclude('structures/TimerTable.hh')