]> mj.ucw.cz Git - libucw.git/blob - lib/shell/Makefile
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / 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