]> mj.ucw.cz Git - libucw.git/blob - lib/sorter/Makefile
Introduced ARRAY_LONG_HASH and unrolled radix-sorting primitives.
[libucw.git] / lib / sorter / Makefile
1 # Makefile for the UCW Sorter (c) 2007 Martin Mares <mj@ucw.cz>
2
3 DIRS+=lib/sorter
4
5 LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array)
6 PROGS+=$(o)/lib/sorter/sort-test $(o)/lib/sorter/old-test
7
8 $(o)/lib/sorter/sort-test: $(o)/lib/sorter/sort-test.o $(LIBUCW)
9 $(o)/lib/sorter/old-test: $(o)/lib/sorter/old-test.o $(LIBUCW)