X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=654f18bac3dfb44a62db5f2c70f9a78fed2aef3d;hb=d7be1cb13eb46f173d994d2f9d71b70e89087f1f;hp=0e4263a6d598df49d21b7e6f2f572b963035150e;hpb=e117f6452baa5a8d28156c279840a9f6d8f03d30;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 0e4263a..654f18b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,16 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = src bindings doc examples +SUBDIRS = po src examples doc bindings - # the following files are not mentioned in any other Makefile -EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ - rrdtool.spec + # the following files are not mentioned in any other Makefile +EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ + rrdtool.spec favicon.ico win32/config.h win32/rrd.dsp \ + win32/rrd.vcproj win32/rrdtool.dsp win32/rrdtool.dsw \ + win32/rrdtool.vcproj win32/Makefile \ + win32/rrd_config.h.msvc netware/Makefile + + CLEANFILES = config.cache @@ -21,7 +26,6 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4 to-docs: to-versync (cd doc && $(MAKE) clean && $(MAKE) && $(MAKE) pdf) - (cd website && wmk-1.7.4 -f manual tutorial contributors.wml && ./site-sync ) to-dist: to-docs dist mv $(PACKAGE)-$(VERSION).tar.gz archive @@ -42,6 +46,10 @@ site-tcl-install: all cd bindings/tcl && $(MAKE) tcl-install site-python-install: all - cd bindings/python && $(MAKE) python-install + 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##