equal
deleted
inserted
replaced
5 node = bld.create_obj('cpp', 'shlib') |
5 node = bld.create_obj('cpp', 'shlib') |
6 node.name = 'ns3-node' |
6 node.name = 'ns3-node' |
7 node.target = node.name |
7 node.target = node.name |
8 node.uselib_local = ['ns3-core', 'ns3-common', 'ns3-simulator'] |
8 node.uselib_local = ['ns3-core', 'ns3-common', 'ns3-simulator'] |
9 node.source = [ |
9 node.source = [ |
10 'node.cc', |
10 'i-node.cc', |
11 'ipv4-address.cc', |
11 'ipv4-address.cc', |
12 'net-device.cc', |
12 'net-device.cc', |
13 'mac-address.cc', |
13 'mac-address.cc', |
14 'llc-snap-header.cc', |
14 'llc-snap-header.cc', |
15 'ipv4-route.cc', |
15 'ipv4-route.cc', |
16 'queue.cc', |
16 'queue.cc', |
17 'drop-tail.cc', |
17 'drop-tail.cc', |
18 'channel.cc', |
18 'channel.cc', |
19 'node-list.cc', |
19 'node-list.cc', |
20 'socket.cc', |
20 'socket.cc', |
|
21 'i-socket-factory.cc', |
21 'i-udp.cc', |
22 'i-udp.cc', |
22 'i-ipv4.cc', |
23 'i-ipv4.cc', |
23 'application.cc', |
24 'application.cc', |
24 ] |
25 ] |
25 |
26 |
34 'drop-tail.h', |
35 'drop-tail.h', |
35 'llc-snap-header.h', |
36 'llc-snap-header.h', |
36 'channel.h', |
37 'channel.h', |
37 'node-list.h', |
38 'node-list.h', |
38 'socket.h', |
39 'socket.h', |
|
40 'i-socket-factory.h', |
39 'i-udp.h', |
41 'i-udp.h', |
40 'i-ipv4.h', |
42 'i-ipv4.h', |
41 'application.h', |
43 'application.h', |
42 ] |
44 ] |