]> mj.ucw.cz Git - libucw.git/blob - ucw/utils/Makefile
Merge branch 'dev-lib' of ssh://git.ucw.cz/projects/sherlock/GIT/sherlock into dev-lib
[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 ifdef CONFIG_DEBUG
7 PROGS+=$(o)/ucw/utils/hex
8 endif
9
10 $(o)/ucw/utils/basecode: $(o)/ucw/utils/basecode.o $(LIBUCW)
11 $(o)/ucw/utils/daemon-helper: $(o)/ucw/utils/daemon-helper.o $(LIBUCW)
12 $(o)/ucw/utils/hex: $(o)/ucw/utils/hex.o $(LIBUCW)
13 $(o)/ucw/utils/urltool: $(o)/ucw/utils/urltool.o $(LIBUCW)
14
15 TESTS+=$(o)/ucw/utils/basecode.test
16 $(o)/ucw/utils/basecode.test: $(o)/ucw/utils/basecode