SConscript (10524:fff17530cef6) SConscript (10895:287285860dd6)
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

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

106def MakeInclude(source):
107 target = generated_dir.File(basename(source))
108 include_action = MakeAction(MakeIncludeAction, Transform("MAKE INC", 1))
109 env.Command(target, source, include_action)
110
111MakeInclude('slicc_interface/AbstractEntry.hh')
112MakeInclude('slicc_interface/AbstractCacheEntry.hh')
113MakeInclude('slicc_interface/Message.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

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

106def MakeInclude(source):
107 target = generated_dir.File(basename(source))
108 include_action = MakeAction(MakeIncludeAction, Transform("MAKE INC", 1))
109 env.Command(target, source, include_action)
110
111MakeInclude('slicc_interface/AbstractEntry.hh')
112MakeInclude('slicc_interface/AbstractCacheEntry.hh')
113MakeInclude('slicc_interface/Message.hh')
114MakeInclude('slicc_interface/NetworkMessage.hh')
115MakeInclude('slicc_interface/RubyRequest.hh')
116
117# External types
118MakeInclude('common/Address.hh')
119MakeInclude('common/DataBlock.hh')
120MakeInclude('common/MachineID.hh')
121MakeInclude('common/NetDest.hh')
122MakeInclude('common/Set.hh')

--- 12 unchanged lines hidden ---
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')

--- 12 unchanged lines hidden ---