]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/Makefile
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.11
[libucw.git] / lib / sorter / Makefile
index ad14a927e35e282350777588fd8a1f8667d69193..b54c05f41d55b3fc706609b2a443e21b25b37728 100644 (file)
@@ -2,6 +2,12 @@
 
 DIRS+=lib/sorter
 
 
 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)
 
 $(o)/lib/sorter/sort-test: $(o)/lib/sorter/sort-test.o $(LIBUCW)