X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Futils%2FMakefile;h=b0068726712184007c56da4ae1071062fcb566e8;hb=ecf11d9c9949a6e9323a4f18c2418532d7f77b8f;hp=3227bb0a7401a302a33d63ed77c6f784aa14aab8;hpb=ad920945145a18895ef391511c92ef42e0e4c3d7;p=libucw.git diff --git a/ucw/utils/Makefile b/ucw/utils/Makefile index 3227bb0a..b0068726 100644 --- a/ucw/utils/Makefile +++ b/ucw/utils/Makefile @@ -1,11 +1,16 @@ # Makefile for the UCW utilities (c) 2008 Michal Vaner -UCW_UTILS=$(addprefix $(o)/ucw/utils/,basecode daemon-helper rotate-log urltool) +UCW_UTILS=$(addprefix $(o)/ucw/utils/,basecode daemon-control rotate-log urltool) PROGS+=$(UCW_UTILS) DIRS+=ucw/utils +ifdef CONFIG_UCW_OBSOLETE_DAEMON_HELPER +PROGS+=$(o)/ucw/utils/daemon-helper +endif + $(o)/ucw/utils/basecode: $(o)/ucw/utils/basecode.o $(LIBUCW) $(o)/ucw/utils/daemon-helper: $(o)/ucw/utils/daemon-helper.o $(LIBUCW) +$(o)/ucw/utils/daemon-control: $(o)/ucw/utils/daemon-control.o $(LIBUCW) $(o)/ucw/utils/urltool: $(o)/ucw/utils/urltool.o $(LIBUCW) TESTS+=$(o)/ucw/utils/basecode.test