File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / packaging / auto-Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:32:36 2021 UTC (3 years, 3 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    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>