]> mj.ucw.cz Git - libucw.git/blob - lib/sorter/Makefile
XML: Small bugfix in xml_merge_chars.
[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 LIBUCW_INCLUDES+=$(addprefix sorter/, array.h common.h s-fixint.h \
7         s-internal.h s-multiway.h s-radix.h s-twoway.h sorter.h)
8
9 ifdef CONFIG_DEBUG_TOOLS
10 PROGS+=$(o)/lib/sorter/sort-test
11 endif
12
13 $(o)/lib/sorter/sort-test: $(o)/lib/sorter/sort-test.o $(LIBUCW)