]> mj.ucw.cz Git - libucw.git/blob - debug/sorter/Makefile
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / debug / sorter / Makefile
1 # Testing the new sorter
2
3 DIRS+=debug/sorter
4 PROGS+=$(addprefix $(o)/debug/sorter/,retros file-test asio-test)
5
6 $(o)/debug/sorter/retros: $(o)/debug/sorter/retros.o $(LIBSH)
7 $(o)/debug/sorter/file-test: $(o)/debug/sorter/file-test.o $(LIBSH)
8 $(o)/debug/sorter/asio-test: $(o)/debug/sorter/asio-test.o $(LIBSH)