X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fsorter%2FMakefile;h=b54c05f41d55b3fc706609b2a443e21b25b37728;hb=5c21b096ab39ece4c9ad80047144b2fde0c54758;hp=ad14a927e35e282350777588fd8a1f8667d69193;hpb=9ff2d1d3d98e39cfe57e38519427a7754d73cb6c;p=libucw.git diff --git a/lib/sorter/Makefile b/lib/sorter/Makefile index ad14a927..b54c05f4 100644 --- a/lib/sorter/Makefile +++ b/lib/sorter/Makefile @@ -2,6 +2,12 @@ DIRS+=lib/sorter -LIBUCW_MODS+=sorter/config sorter/govern +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)