]> mj.ucw.cz Git - libucw.git/blob - debug/sorter/Makefile
Added a simple utility for tuning the radix-sorter width.
[libucw.git] / debug / sorter / Makefile
1 # Tests related to the new sorter
2
3 DIRS+=debug/sorter
4 PROGS+=$(addprefix $(o)/debug/sorter/,retros radix-file-test radix-asio-test radix-tune-bits)
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