]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/Makefile
More bits of the array sorter: radix-sort implemented.
[libucw.git] / lib / sorter / Makefile
index ad14a927e35e282350777588fd8a1f8667d69193..7dfa34dea5a7420dad8a6af5e01ba2ebc971f5a1 100644 (file)
@@ -2,6 +2,8 @@
 
 DIRS+=lib/sorter
 
-LIBUCW_MODS+=sorter/config sorter/govern
+LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array)
+PROGS+=$(o)/lib/sorter/sort-test $(o)/lib/sorter/old-test
 
 $(o)/lib/sorter/sort-test: $(o)/lib/sorter/sort-test.o $(LIBUCW)
+$(o)/lib/sorter/old-test: $(o)/lib/sorter/old-test.o $(LIBUCW)