X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=1c879946d82ca243fba68a7fee61e35a197d092f;hb=9fac51648328756dca9b77b808bfa867d441fe1a;hp=4bbab3e13a6b785dc8e7599449a3253046fd26e2;hpb=5fc7ff89bdbced9c593c566fea9840a269935dcd;p=rrdtool.git 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##