529 common.add_deps (['core', 'simulator']) |
529 common.add_deps (['core', 'simulator']) |
530 ns3.add (common) |
530 ns3.add (common) |
531 common.add_sources ([ |
531 common.add_sources ([ |
532 'buffer.cc', |
532 'buffer.cc', |
533 'mac-address-factory.cc', |
533 'mac-address-factory.cc', |
534 'static-position.cc', |
|
535 'chunk.cc', |
534 'chunk.cc', |
536 'mac-network-interface.cc', |
535 'mac-network-interface.cc', |
537 'static-speed-position.cc', |
|
538 'chunk-constant-data.cc', |
536 'chunk-constant-data.cc', |
539 'packet.cc', |
537 'packet.cc', |
540 'tags.cc', |
538 'tags.cc', |
541 'chunk-llc-snap.cc', |
539 'chunk-llc-snap.cc', |
542 'packet-logger.cc', |
540 'packet-logger.cc', |
543 'chunk-utils.cc', |
541 'chunk-utils.cc', |
544 'pcap-writer.cc', |
542 'pcap-writer.cc', |
545 'trace-container.cc', |
543 'trace-container.cc', |
546 'population-analysis.cc', |
|
547 'traced-variable-test.cc', |
544 'traced-variable-test.cc', |
548 'ipv4-address.cc', |
545 'ipv4-address.cc', |
549 'position.cc', |
|
550 'trace-stream-test.cc', |
546 'trace-stream-test.cc', |
551 'ipv4-network-interface.cc', |
547 'ipv4-network-interface.cc', |
552 'utils.cc', |
548 'utils.cc', |
553 'llc-snap-encapsulation.cc', |
549 'llc-snap-encapsulation.cc', |
554 'mac-address.cc' |
550 'mac-address.cc' |
570 'chunk-constant-data.h', |
566 'chunk-constant-data.h', |
571 'mac-address.h', |
567 'mac-address.h', |
572 'chunk-utils.h', |
568 'chunk-utils.h', |
573 'llc-snap-encapsulation.h', |
569 'llc-snap-encapsulation.h', |
574 'mac-network-interface.h', |
570 'mac-network-interface.h', |
575 'population-analysis.h', |
|
576 'position.h', |
|
577 'trace-stream.h', |
571 'trace-stream.h', |
578 'pcap-writer.h', |
572 'pcap-writer.h', |
579 'mac-address-factory.h', |
573 'mac-address-factory.h', |
580 'static-position.h', |
|
581 'utils.h' |
574 'utils.h' |
582 ]) |
575 ]) |
583 common.add_headers ([ |
576 common.add_headers ([ |
584 'chunk-llc-snap.h', |
577 'chunk-llc-snap.h', |
585 'ref-ptr.h', |
578 'ref-ptr.h', |
586 'static-speed-position.h' |
|
587 ]) |
579 ]) |
588 |
580 |
589 |
581 |
590 # utils |
582 # utils |
591 run_tests = Ns3Module ('run-tests', 'utils') |
583 run_tests = Ns3Module ('run-tests', 'utils') |