X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsorter%2FMakefile;h=b54c05f41d55b3fc706609b2a443e21b25b37728;hb=4d9bc7b7d4159cc0c59e608d64a1289b1ac3b45a;hp=7dfa34dea5a7420dad8a6af5e01ba2ebc971f5a1;hpb=15a2b6d5ef43218fc66b95e4c24b152934feb77e;p=libucw.git diff --git a/lib/sorter/Makefile b/lib/sorter/Makefile index 7dfa34de..b54c05f4 100644 --- a/lib/sorter/Makefile +++ b/lib/sorter/Makefile @@ -3,7 +3,11 @@ DIRS+=lib/sorter LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array) -PROGS+=$(o)/lib/sorter/sort-test $(o)/lib/sorter/old-test +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)