X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fsorter%2FMakefile;h=b54c05f41d55b3fc706609b2a443e21b25b37728;hb=bced8a6555af8e0c34d8eb852a2b5ffa33f9006a;hp=6a0c4f94117e4db12d8ca74a800e990a703835df;hpb=46aa3f9c9f6fbda755d067dfea672f9e2bf1af73;p=libucw.git diff --git a/lib/sorter/Makefile b/lib/sorter/Makefile index 6a0c4f94..b54c05f4 100644 --- a/lib/sorter/Makefile +++ b/lib/sorter/Makefile @@ -2,8 +2,12 @@ DIRS+=lib/sorter -LIBUCW_MODS+=sorter/config sorter/govern sorter/sbuck -PROGS+=$(o)/lib/sorter/sort-test $(o)/lib/sorter/old-test +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) -$(o)/lib/sorter/old-test: $(o)/lib/sorter/old-test.o $(LIBUCW)