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