SConscript (6876:a658c315512c) | SConscript (6882:898047a3672c) |
---|---|
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 --- 73 unchanged lines hidden (view full) --- 82 for s in source: 83 print >>f, '#include "%s"' % str(s.abspath) 84 f.close() 85 86def MakeInclude(source): 87 target = generated_dir.File(basename(source)) 88 env.Command(target, source, MakeIncludeAction) 89 | 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 --- 73 unchanged lines hidden (view full) --- 82 for s in source: 83 print >>f, '#include "%s"' % str(s.abspath) 84 f.close() 85 86def MakeInclude(source): 87 target = generated_dir.File(basename(source)) 88 env.Command(target, source, MakeIncludeAction) 89 |
90MakeInclude('slicc_interface/AbstractEntry.hh') |
|
90MakeInclude('slicc_interface/AbstractCacheEntry.hh') 91MakeInclude('slicc_interface/AbstractProtocol.hh') 92MakeInclude('slicc_interface/Message.hh') 93MakeInclude('slicc_interface/NetworkMessage.hh') 94 95# External types 96MakeInclude('buffers/MessageBuffer.hh') 97MakeInclude('common/Address.hh') --- 15 unchanged lines hidden --- | 91MakeInclude('slicc_interface/AbstractCacheEntry.hh') 92MakeInclude('slicc_interface/AbstractProtocol.hh') 93MakeInclude('slicc_interface/Message.hh') 94MakeInclude('slicc_interface/NetworkMessage.hh') 95 96# External types 97MakeInclude('buffers/MessageBuffer.hh') 98MakeInclude('common/Address.hh') --- 15 unchanged lines hidden --- |