1 # Support routines for shell scripts
4 PROGS+=$(o)/ucw/shell/config $(o)/ucw/shell/logger
5 DATAFILES+=$(o)/ucw/shell/libucw.sh
7 $(o)/ucw/shell/config: $(o)/ucw/shell/config.o $(LIBUCW)
8 $(o)/ucw/shell/logger: $(o)/ucw/shell/logger.o $(LIBUCW)
10 TESTS+=$(addprefix $(o)/ucw/shell/,config.test)
12 $(o)/ucw/shell/config.test: $(o)/ucw/shell/config