X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile.am;h=4689aac02a076455d357b42794ba162ddb9b78e2;hb=657d850f957a2dd703e3aab2d7cde4b0f9711c15;hp=cc9eeff51c006268f95e4480ece0eab7ef101949;hpb=b779fcc9413dac73e2c7b28d5f7a1b505a59136e;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index cc9eeff..4689aac 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 "*.c" -or -name "*.h" | xargs indent + ##END##