]> mj.ucw.cz Git - libucw.git/blob - shell/Makefile
Released as 6.5.16.
[libucw.git] / shell / Makefile
1 # Support routines for shell scripts
2
3 DIRS+=lib/shell
4 PROGS+=$(o)/lib/shell/config $(o)/lib/shell/logger
5 DATAFILES+=$(o)/lib/shell/libucw.sh
6
7 $(o)/lib/shell/config: $(o)/lib/shell/config.o $(LIBUCW)
8 $(o)/lib/shell/logger: $(o)/lib/shell/logger.o $(LIBUCW)
9
10 TESTS+=$(addprefix $(o)/lib/shell/,config.test)
11
12 $(o)/lib/shell/config.test: $(o)/lib/shell/config