Annotation of embedaddon/rsync/packaging/auto-Makefile, revision 1.1.1.1
1.1 misho 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 \
3: doxygen doxygen-upload finddead
4:
5: .PHONY: $(TARGETS) auto-prep
6:
7: $(TARGETS): auto-prep
8: make -C build $@
9:
10: auto-prep:
11: @if test x`packaging/prep-auto-dir` = x; then echo "auto-build-save is not setup"; exit 1; fi
12: @echo 'Build branch: '`readlink build/.branch | tr % /`
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>