X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=4bba56ad0c2cbcfec8346c0beebbba2b86a02e5f;hb=5f0b2514b520896d2b327cd60156ca4517d90ac8;hp=29633d19b3c27ca1183bd7511ddca6bf5a464dc4;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 29633d1..4bba56a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = libraries bindings src doc examples +SUBDIRS = libraries src bindings doc examples # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS rrdtool.spec @@ -10,10 +10,11 @@ EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD-TIPS.txt TODO CONTRIBUTORS rrdtool.spec CLEANFILES = config.cache # use relaxed rules when building dists -AUTOMAKE_OPTIONS= foreign no-dependencies +AUTOMAKE_OPTIONS= foreign # where we keep local rules for automake -ACLOCAL_M4= $(top_srcdir)/config/aclocal.m4 + +ACLOCAL_M4= $(top_srcdir)/aclocal.m4 AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config @@ -36,11 +37,11 @@ to-scp: to-dist site-perl-inst: site-perl-install -site-perl-install: bindings/perl-piped/Makefile bindings/perl-shared/Makefile +site-perl-install: all bindings/perl-piped/Makefile bindings/perl-shared/Makefile cd bindings/perl-piped && $(MAKE) install cd bindings/perl-shared && $(MAKE) install -site-tcl-install: +site-tcl-install: all cd bindings/tcl && $(MAKE) tcl-install ##END##