]> mj.ucw.cz Git - libucw.git/blob - ucw/utils/Makefile
Move hex to debug/
[libucw.git] / ucw / utils / Makefile
1 # Makefile for the UCW utilities (c) 2008 Michal Vaner <vorner@ucw.cz>
2
3 PROGS+=$(addprefix $(o)/ucw/utils/,basecode daemon-helper rotate-log urltool)
4 DIRS+=ucw/utils
5
6 $(o)/ucw/utils/basecode: $(o)/ucw/utils/basecode.o $(LIBUCW)
7 $(o)/ucw/utils/daemon-helper: $(o)/ucw/utils/daemon-helper.o $(LIBUCW)
8 $(o)/ucw/utils/urltool: $(o)/ucw/utils/urltool.o $(LIBUCW)
9
10 TESTS+=$(o)/ucw/utils/basecode.test
11 $(o)/ucw/utils/basecode.test: $(o)/ucw/utils/basecode