X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fdebug%2FMakefile;h=e489e5b8f5f7f12898fd6d4a55f3278e5b49088c;hb=7cc9c555b0ef228f93a9f06b7c4b126b05688f79;hp=1ef8c6205b7b53392e2a67d7e2cb2cef7440f3bb;hpb=44feaeb65636c36e71fa1fd79710aa746867c17e;p=libucw.git diff --git a/ucw/sorter/debug/Makefile b/ucw/sorter/debug/Makefile index 1ef8c620..e489e5b8 100644 --- a/ucw/sorter/debug/Makefile +++ b/ucw/sorter/debug/Makefile @@ -1,10 +1,10 @@ # Tests related to the new sorter -DIRS+=debug/sorter -PROGS+=$(addprefix $(o)/debug/sorter/,radix-tune-bits radix-tune-thresh) +DIRS+=ucw/sorter/debug +PROGS+=$(addprefix $(o)/ucw/sorter/debug/,radix-tune-bits radix-tune-thresh retros) -$(o)/debug/sorter/retros: $(o)/debug/sorter/retros.o $(LIBSH) -$(o)/debug/sorter/radix-file-test: $(o)/debug/sorter/radix-file-test.o $(LIBSH) -$(o)/debug/sorter/radix-asio-test: $(o)/debug/sorter/radix-asio-test.o $(LIBSH) -$(o)/debug/sorter/radix-tune-bits: $(s)/debug/sorter/radix-tune-bits.sh -$(o)/debug/sorter/radix-tune-thresh: $(s)/debug/sorter/radix-tune-thresh.sh +$(o)/ucw/sorter/debug/retros: $(o)/ucw/sorter/debug/retros.o $(LIBUCW) +$(o)/ucw/sorter/debug/radix-file-test: $(o)/ucw/sorter/debug/radix-file-test.o $(LIBUCW) +$(o)/ucw/sorter/debug/radix-asio-test: $(o)/ucw/sorter/debug/radix-asio-test.o $(LIBUCW) +$(o)/ucw/sorter/debug/radix-tune-bits: $(s)/ucw/sorter/debug/radix-tune-bits.sh +$(o)/ucw/sorter/debug/radix-tune-thresh: $(s)/ucw/sorter/debug/radix-tune-thresh.sh