X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter%2FMakefile;h=b54c05f41d55b3fc706609b2a443e21b25b37728;hb=7462f9e27978542b37e1745b9a8fa80fb07dab3d;hp=c2c5b723be368de630e22b9440d44e26e8e6c09c;hpb=6d00600fd0121cd3361843ca803fab0b2b76a7d8;p=libucw.git diff --git a/lib/sorter/Makefile b/lib/sorter/Makefile index c2c5b723..b54c05f4 100644 --- a/lib/sorter/Makefile +++ b/lib/sorter/Makefile @@ -2,6 +2,12 @@ DIRS+=lib/sorter -LIBUCW_MODS+=sorter/config sorter/govern sorter/sbuck +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)