comparison src/Makefile.am @ 10342:7f6b4c6838ea

Add -bindir flags to _LDFLAGS variables.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 21 Feb 2010 17:33:58 +0000
parents 6a50aa2cdf00
children 1ed7cc046c52
comparison
equal deleted inserted replaced
10341:43145faf9af8 10342:7f6b4c6838ea
579 $(OPT_HANDLERS) \ 579 $(OPT_HANDLERS) \
580 $(OPT_INC) 580 $(OPT_INC)
581 581
582 liboctinterp_la_CPPFLAGS = @OCTINTERP_DLL_DEFS@ $(AM_CPPFLAGS) 582 liboctinterp_la_CPPFLAGS = @OCTINTERP_DLL_DEFS@ $(AM_CPPFLAGS)
583 583
584 liboctinterp_la_LDFLAGS = -release $(version) $(NO_UNDEFINED_LDFLAG) 584 liboctinterp_la_LDFLAGS = -release $(version) $(NO_UNDEFINED_LDFLAG) \
585 -bindir $(bindir)
585 586
586 CLEANFILES = \ 587 CLEANFILES = \
587 DLD-FUNCTIONS/PKG_ADD \ 588 DLD-FUNCTIONS/PKG_ADD \
588 doc-files \ 589 doc-files \
589 gendoc.cc \ 590 gendoc.cc \
699 echo "error: dlname is empty in $$ltlib!"; \ 700 echo "error: dlname is empty in $$ltlib!"; \
700 exit 1; \ 701 exit 1; \
701 fi; \ 702 fi; \
702 lnames=`$(SED) -n -e "s/library_names='\([^']*\)'/\1/p" < $$f`; \ 703 lnames=`$(SED) -n -e "s/library_names='\([^']*\)'/\1/p" < $$f`; \
703 if [ -n "$$lnames" ]; then \ 704 if [ -n "$$lnames" ]; then \
704 rm -f $$f $$lnames; \ 705 rm -f $$f $$lnames $$dl; \
705 fi \ 706 fi \
706 done 707 done
707 708
708 uninstall-oct: 709 uninstall-oct:
709 for f in $(OCT_FILES); do \ 710 for f in $(OCT_FILES); do \