Commit 471dab44 authored by Martín Ferrari's avatar Martín Ferrari

Remove benchmarks from distribution.

parent f088da78
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
DEPENDENCIES
examples/sample.py
......
......@@ -58,13 +58,14 @@ clean:
./setup.py clean
rm -f `find -name \*.pyc` .coverage *.pcap *_stamp
rm -rf $(COVERDIR)
$(MAKE) -C $(CURDIR)/benchmarks/ clean
#$(MAKE) -C $(CURDIR)/benchmarks/ clean
distclean: clean
rm -rf "$(DISTDIR)"
MANIFEST: distclean
find . -path ./.hg -prune -o -path ./build -prune -o \
-path ./benchmarks -prune -o \
-name \*.pyc -prune -o -name \*.swp -prune -o \
-name MANIFEST -prune -o -name .hg\* -prune -o \
-type f -print | sed 's#^\./##' | sort > MANIFEST
......
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