Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(505)

Side by Side Diff: src/node/wscript

Issue 196058: Redo ASCII and pcap Traces
Patch Set: Created 14 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 def build(bld): 3 def build(bld):
4 node = bld.create_ns3_module('node', ['core', 'common', 'simulator']) 4 node = bld.create_ns3_module('node', ['core', 'common', 'simulator'])
5 node.source = [ 5 node.source = [
6 'address.cc', 6 'address.cc',
7 'mac48-address.cc', 7 'mac48-address.cc',
8 'mac64-address.cc', 8 'mac64-address.cc',
9 'inet-socket-address.cc', 9 'inet-socket-address.cc',
10 'packet-socket-address.cc', 10 'packet-socket-address.cc',
(...skipping 30 matching lines...) Expand all
41 'inet6-socket-address.cc', 41 'inet6-socket-address.cc',
42 'ipv6-address.cc', 42 'ipv6-address.cc',
43 'ipv6-header.cc', 43 'ipv6-header.cc',
44 'ipv6-interface-address.cc', 44 'ipv6-interface-address.cc',
45 'ipv6-route.cc', 45 'ipv6-route.cc',
46 'ipv6.cc', 46 'ipv6.cc',
47 'ipv6-raw-socket-factory.cc', 47 'ipv6-raw-socket-factory.cc',
48 'ipv6-routing-protocol.cc', 48 'ipv6-routing-protocol.cc',
49 'packetbb.cc', 49 'packetbb.cc',
50 'packetbb-test-suite.cc', 50 'packetbb-test-suite.cc',
51 'radiotap-header.cc',
51 ] 52 ]
52 53
53 headers = bld.new_task_gen('ns3header') 54 headers = bld.new_task_gen('ns3header')
54 headers.module = 'node' 55 headers.module = 'node'
55 headers.source = [ 56 headers.source = [
56 'address.h', 57 'address.h',
57 'mac48-address.h', 58 'mac48-address.h',
58 'mac64-address.h', 59 'mac64-address.h',
59 'inet-socket-address.h', 60 'inet-socket-address.h',
60 'packet-socket-address.h', 61 'packet-socket-address.h',
(...skipping 28 matching lines...) Expand all
89 'simple-net-device.h', 90 'simple-net-device.h',
90 'inet6-socket-address.h', 91 'inet6-socket-address.h',
91 'ipv6-address.h', 92 'ipv6-address.h',
92 'ipv6-header.h', 93 'ipv6-header.h',
93 'ipv6-interface-address.h', 94 'ipv6-interface-address.h',
94 'ipv6-route.h', 95 'ipv6-route.h',
95 'ipv6.h', 96 'ipv6.h',
96 'ipv6-raw-socket-factory.h', 97 'ipv6-raw-socket-factory.h',
97 'ipv6-routing-protocol.h', 98 'ipv6-routing-protocol.h',
98 'packetbb.h', 99 'packetbb.h',
100 'radiotap-header.h',
99 ] 101 ]
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b