2 SUPPRESS_WARNINGS
= 2>&1 |
(egrep
-v
'(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_DECL_YYTEXT is expanded from...|the top level)'||true
)
6 AUTOHEADER ?
= 'autoheader'
8 AUTOUPDATE ?
= 'autoupdate'
10 config_h_in
= config.h.in
11 targets
= $(config_h_in
) configure makefiles
18 $(config_h_in
): configure
21 $(AUTOHEADER
) $(SUPPRESS_WARNINGS
)
23 configure
: aclocal.m4 configure.in
26 $(AUTOCONF
) $(SUPPRESS_WARNINGS
)
28 makefiles
: configure Makefile.am
29 @echo rebuilding Makefile.in files
30 $(AUTOMAKE
) --add-missing
--copy
33 @
rm -rf
*.lo
*.la
*.o
*.a .libs Makefile Makefile.in stamp-h1 gmon.out beanstalkd
34 @
rm -rf tests
/*.lo tests
/*.la tests
/*.o tests
/*.a tests
/.libs tests
/Makefile tests
/Makefile.in tests
/gmon.out tests
/cutcheck
* tests
/cutgen
35 rm -rf aclocal.m4 autom4te.cache
install.sh libtool
'configure.in~' missing config.h
* configure
36 rm -f config.guess config.log config.status config.sub cscope.out install-sh