File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / prepare-source.mak
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:32:36 2021 UTC (3 years, 2 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, HEAD
rsync 3.2.3

SHELL=/bin/sh

conf: configure.sh config.h.in
.PHONY: conf

aclocal.m4: m4/*.m4
	aclocal -I m4

configure.sh: configure.ac aclocal.m4
	autoconf -o configure.sh

config.h.in: configure.ac aclocal.m4
	autoheader && touch config.h.in

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>