3 include $(top_srcdir)/cf/Makefile.am.common
8 @cmp -s $< $@ 2> /dev/null || cp $< $@
10 CHECK_LOCAL = $(PROGRAMS)
13 @foo='$(CHECK_LOCAL)'; \
14 if test "$$foo"; then \
17 all=`expr $$all + 1`; \
18 if ./$$i --version > /dev/null 2>&1; then \
22 failed=`expr $$failed + 1`; \
25 if test "$$failed" -eq 0; then \
26 banner="All $$all tests passed"; \
28 banner="$$failed of $$all tests failed"; \
30 dashes=`echo "$$banner" | sed s/./=/g`; \
34 test "$$failed" -eq 0; \