Download this file
1 2 3 4 5 6 7 8 9
#!/bin/sh find . -name Makefile -exec make -f {} distclean ';' find . -name Makefile -exec rm {} ';' find . -name Makefile.in -exec rm {} ';' rm -rf m4 autom4te.cache rm -f aclocal.m4 ar-lib config.guess config.sub configure config.log config.status\ depcomp install-sh missing test-driver ltmain.sh libtool\ jsonrpc-cpp*.tar.gz jsonrpc-cpp*.tar.bz2 jsonrpc-cpp*.zip