]> mj.ucw.cz Git - libucw.git/blob - lib/shell/Makefile
Added a (so far trivial) library of functions for shell scripts.
[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 $(LIBSH)
8 $(o)/lib/shell/logger: $(o)/lib/shell/logger.o $(LIBSH)