SConscript (10301:44839e8febbd) SConscript (10893:f567e80c0714)
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

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

35
36SimObject('BasicLink.py')
37SimObject('BasicRouter.py')
38SimObject('Network.py')
39
40Source('BasicLink.cc')
41Source('BasicRouter.cc')
42Source('MessageBuffer.cc')
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

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

35
36SimObject('BasicLink.py')
37SimObject('BasicRouter.py')
38SimObject('Network.py')
39
40Source('BasicLink.cc')
41Source('BasicRouter.cc')
42Source('MessageBuffer.cc')
43Source('MessageBufferNode.cc')
44Source('Network.cc')
45Source('Topology.cc')
43Source('Network.cc')
44Source('Topology.cc')