X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2FMakefile.am;h=adb68e16e86356df35dd953f14775f01ebe5c502;hb=7a11d5ae71d8789f3f87588fa71d97fa4d35a429;hp=70beba1695a31bad90387bd7360056c773a5694d;hpb=377af7db1b7a7eef72d891328bb36a209ed23790;p=rrdtool.git diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 70beba1..adb68e1 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -28,12 +28,12 @@ install-data-local: # rules for building the ruby module # RUBYARCHDIR= is to work around in a makefile quirk not sure # it is is the right thing todo, but it makes rrdtool build on freebsd as well -ruby: +ruby: Makefile cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) RUBYARCHDIR= # rules for building the pyton module -python: - cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build +python: Makefile + cd python && env BUILDLIBDIR=../../src/.libs LD_RUN_PATH=$(libdir) $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build # rules for building the perl module perl_piped: perl-piped/Makefile @@ -45,7 +45,7 @@ perl-piped/Makefile: perl-piped/Makefile.PL perl_shared: perl-shared/Makefile cd perl-shared && $(MAKE) -perl-shared/Makefile: perl-shared/Makefile.PL +perl-shared/Makefile: perl-shared/Makefile.PL Makefile cd perl-shared && $(PERL) Makefile.PL $(PERLFLAGS) $(PERL_MAKE_OPTIONS) RPATH=$(libdir) # LIBS="$(LDFLAGS) $(LIBS)" $(PERLFLAGS) $(PERL_MAKE_OPTIONS)