X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=Makefile.am;h=1c879946d82ca243fba68a7fee61e35a197d092f;hp=4bbab3e13a6b785dc8e7599449a3253046fd26e2;hb=24a688e090d4a51a52fdc120a8cee1ab411ce7a0;hpb=52ce038ab7e97beda15e786611314437a0feab31 diff --git a/Makefile.am b/Makefile.am index 4bbab3e..1c87994 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,4 +47,8 @@ site-tcl-install: all site-python-install: all cd bindings/python && $(PYTHON) setup.py install +# find . -name "*.c" -or -name "*.h" | xargs perl -0777 -n -e 'while (s/typedef\s+(?:unsigned\s+|signed\s+|unival\s+)?\S+\s+\*?([^{}\s;(]+)//){print "-T$1\n"}' +indent: + find ./ -name "*.[ch]" | xargs indent + ##END##