X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fsrc%2FMakefile.am;h=b74fc9d8b78269a086fff27297f735777bbd4078;hb=6ff3baa3eefe3d18e8d6b787b52cdbc42232db2f;hp=4bad5210b853b92ba502f07fb9542a43feb80c94;hpb=7158d1b0d84ccc576ccbb6bef6a3d853c49f3c72;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/src/Makefile.am b/libstdc++-v3/src/Makefile.am index 4bad5210b85..b74fc9d8b78 100644 --- a/libstdc++-v3/src/Makefile.am +++ b/libstdc++-v3/src/Makefile.am @@ -21,7 +21,7 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, ## USA. -## $Id: Makefile.am,v 1.68 2001/02/06 06:32:01 bkoz Exp $ +## $Id: Makefile.am,v 1.69 2001/02/06 06:36:18 mmitchel Exp $ AUTOMAKE_OPTIONS = 1.3 gnits MAINT_CHARSET = latin1 @@ -29,20 +29,8 @@ MAINT_CHARSET = latin1 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs # Cross compiler and multilib support. -# Install a library built with a cross compiler in tooldir, not libdir. -if USE_LIBDIR -if VERSION_SPECIFIC_LIBS -gcc_version = @gcc_version@ -toolexecdir = $(libdir)/gcc-lib/$(target_alias) -toolexeclibdir = $(toolexecdir)/$(gcc_version) -else -toolexeclibdir = $(libdir)$(MULTISUBDIR) -endif -else -toolexecdir = $(exec_prefix)/$(target_alias) -toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR) -endif - +toolexecdir = @glibcpp_toolexecdir@ +toolexeclibdir = @glibcpp_toolexeclibdir@ toolexeclib_LTLIBRARIES = libstdc++.la EXTRA_LTLIBRARIES = libinst-string.la libinst-wstring.la @@ -293,19 +281,6 @@ myinstallheaders: fi; -# We have to handle misc-inst.cc and locale-inst.cc in a special way -# since we cannot instantiate all classes due to missing definitions -# for things like vptrs, type_info bits, etc. when using -# -fno-implicit-templates. -misc-inst.o: misc-inst.cc - $(CXXCOMPILE) -c $< -misc-inst.lo: misc-inst.cc - $(LTCXXCOMPILE) -c $< -locale-inst.o: locale-inst.cc - $(CXXCOMPILE) -c $< -locale-inst.lo: locale-inst.cc - $(LTCXXCOMPILE) -c $< - # Use special rules for the deprecated source files so that they find # deprecated include files. strstream.lo: strstream.cc