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