X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsorter%2FMakefile;h=b54c05f41d55b3fc706609b2a443e21b25b37728;hb=dc63fe59d2bb4c3eb8be67790a55069c8c0a46a9;hp=b1388898ec4a46fabc566b5ff72d065954a1c8b0;hpb=116954d49373438c669eadd764e03ee8ac4211bb;p=libucw.git diff --git a/lib/sorter/Makefile b/lib/sorter/Makefile index b1388898..b54c05f4 100644 --- a/lib/sorter/Makefile +++ b/lib/sorter/Makefile @@ -2,4 +2,12 @@ DIRS+=lib/sorter -LIBUCW_MODS+=sorter/config +LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array) +LIBUCW_INCLUDES+=$(addprefix sorter/, array.h common.h s-fixint.h \ + s-internal.h s-multiway.h s-radix.h s-twoway.h sorter.h) + +ifdef CONFIG_DEBUG_TOOLS +PROGS+=$(o)/lib/sorter/sort-test +endif + +$(o)/lib/sorter/sort-test: $(o)/lib/sorter/sort-test.o $(LIBUCW)