Another table tweak.
[rsync.git] / packaging / auto-Makefile
1 TARGETS := all install install-ssl-daemon install-all install-strip conf gen gensend reconfigure restatus \
2         proto man clean cleantests distclean test check check29 check30 installcheck splint doxygen doxygen-upload
3
4 .PHONY: $(TARGETS) auto-prep
5
6 $(TARGETS): auto-prep
7         make -C build $@
8
9 auto-prep:
10         @if test x`packaging/prep-auto-dir` = x; then echo "auto-build-save is not setup"; exit 1; fi
11         @echo 'Build branch: '`readlink build/.branch | tr % /`