SConscript (9850:87d6b41749e9) | SConscript (10086:bd1089db3a88) |
---|---|
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 --- 77 unchanged lines hidden (view full) --- 86 87def MakeInclude(source): 88 target = generated_dir.File(basename(source)) 89 include_action = MakeAction(MakeIncludeAction, Transform("MAKE INC", 1)) 90 env.Command(target, source, include_action) 91 92MakeInclude('slicc_interface/AbstractEntry.hh') 93MakeInclude('slicc_interface/AbstractCacheEntry.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 --- 77 unchanged lines hidden (view full) --- 86 87def MakeInclude(source): 88 target = generated_dir.File(basename(source)) 89 include_action = MakeAction(MakeIncludeAction, Transform("MAKE INC", 1)) 90 env.Command(target, source, include_action) 91 92MakeInclude('slicc_interface/AbstractEntry.hh') 93MakeInclude('slicc_interface/AbstractCacheEntry.hh') |
94MakeInclude('slicc_interface/AbstractProtocol.hh') | |
95MakeInclude('slicc_interface/Message.hh') 96MakeInclude('slicc_interface/NetworkMessage.hh') 97MakeInclude('slicc_interface/RubyRequest.hh') 98 99# External types 100MakeInclude('buffers/MessageBuffer.hh') 101MakeInclude('common/Address.hh') 102MakeInclude('common/DataBlock.hh') --- 15 unchanged lines hidden --- | 94MakeInclude('slicc_interface/Message.hh') 95MakeInclude('slicc_interface/NetworkMessage.hh') 96MakeInclude('slicc_interface/RubyRequest.hh') 97 98# External types 99MakeInclude('buffers/MessageBuffer.hh') 100MakeInclude('common/Address.hh') 101MakeInclude('common/DataBlock.hh') --- 15 unchanged lines hidden --- |