X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=1c879946d82ca243fba68a7fee61e35a197d092f;hb=66fd2a1b23caeed5691c44ab2727f27addf5b153;hp=cc9eeff51c006268f95e4480ece0eab7ef101949;hpb=b779fcc9413dac73e2c7b28d5f7a1b505a59136e;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index cc9eeff..1c87994 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = src bindings doc examples +SUBDIRS = src doc examples bindings # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ @@ -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##