]> mj.ucw.cz Git - libucw.git/blob - ucw/sorter/debug/Makefile
Cleanup: Moved sorter debugging tools to ucw/sorter/debug/
[libucw.git] / ucw / sorter / debug / Makefile
1 # Tests related to the new sorter
2
3 DIRS+=debug/sorter
4 PROGS+=$(addprefix $(o)/debug/sorter/,radix-tune-bits radix-tune-thresh)
5
6 $(o)/debug/sorter/retros: $(o)/debug/sorter/retros.o $(LIBSH)
7 $(o)/debug/sorter/radix-file-test: $(o)/debug/sorter/radix-file-test.o $(LIBSH)
8 $(o)/debug/sorter/radix-asio-test: $(o)/debug/sorter/radix-asio-test.o $(LIBSH)
9 $(o)/debug/sorter/radix-tune-bits: $(s)/debug/sorter/radix-tune-bits.sh
10 $(o)/debug/sorter/radix-tune-thresh: $(s)/debug/sorter/radix-tune-thresh.sh