Commit f088da78 authored by Martín Ferrari's avatar Martín Ferrari

Update Makefile and MANIFEST.

parent 334a4f86
benchmarks/graph.py
benchmarks/linear-raw-throughput.py
benchmarks/Makefile
benchmarks/preliminar/comparison-bynodes.gnuplot
benchmarks/preliminar/comparison-bynodes.ps
benchmarks/preliminar/comparison-bypkts.gnuplot
benchmarks/preliminar/comparison-bypkts.ps
benchmarks/preliminar/linear-raw-throughput.txt
benchmarks/preliminar/results-simu.txt
benchmarks/udp-perf.c
COPYING COPYING
DEPENDENCIES
examples/sample.py
Makefile Makefile
sample-api.py protocol.txt
sample-api.txt
setup.cfg setup.cfg
setup.py setup.py
src/nemu/environ.py
src/nemu/__init__.py src/nemu/__init__.py
t/test_core.py src/nemu/interface.py
t/test_interfaces.py src/nemu/iproute.py
t/test_node.py src/nemu/node.py
t/test_routing.py src/nemu/protocol.py
t/test_subprocess.py src/nemu/subprocess_.py
test/test_core.py
test/test_interfaces.py
test/test_node.py
test/test_protocol.py
test/test_routing.py
test/test_subprocess.py
test/test_switch.py
test/test_util.py
...@@ -66,8 +66,8 @@ distclean: clean ...@@ -66,8 +66,8 @@ distclean: clean
MANIFEST: distclean MANIFEST: distclean
find . -path ./.hg -prune -o -path ./build -prune -o \ find . -path ./.hg -prune -o -path ./build -prune -o \
-name \*.pyc -prune -o -name \*.swp -prune -o \ -name \*.pyc -prune -o -name \*.swp -prune -o \
-name MANIFEST -prune -o -type f -print | \ -name MANIFEST -prune -o -name .hg\* -prune -o \
sed 's#^\./##' | sort > MANIFEST -type f -print | sed 's#^\./##' | sort > MANIFEST
dist: MANIFEST dist: MANIFEST
./setup.py sdist ./setup.py sdist
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment