SConscript (10893:f567e80c0714) SConscript (11021:e8a6637afa4c)
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

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

30
31Import('*')
32
33if env['PROTOCOL'] == 'None':
34 Return()
35
36SimObject('BasicLink.py')
37SimObject('BasicRouter.py')
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

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

30
31Import('*')
32
33if env['PROTOCOL'] == 'None':
34 Return()
35
36SimObject('BasicLink.py')
37SimObject('BasicRouter.py')
38SimObject('MessageBuffer.py')
38SimObject('Network.py')
39
40Source('BasicLink.cc')
41Source('BasicRouter.cc')
42Source('MessageBuffer.cc')
43Source('Network.cc')
44Source('Topology.cc')
39SimObject('Network.py')
40
41Source('BasicLink.cc')
42Source('BasicRouter.cc')
43Source('MessageBuffer.cc')
44Source('Network.cc')
45Source('Topology.cc')