X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FMakefile.in;h=4c9cad6fe081102b6f75a3745b53347e6f53ee5d;hp=72e4b6ca78068399a750a948e22bc06d1850cc02;hb=2542439ef37983d4987e441369131e11b24e690c;hpb=382c7ba6cd64a3fe6c2a671319f04eb04f6a775d diff --git a/libstdc++-v3/Makefile.in b/libstdc++-v3/Makefile.in index 72e4b6ca780..4c9cad6fe08 100644 --- a/libstdc++-v3/Makefile.in +++ b/libstdc++-v3/Makefile.in @@ -42,21 +42,19 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \ $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure $(top_srcdir)/fragment.am \ - $(top_srcdir)/scripts/check_survey.in \ $(top_srcdir)/scripts/testsuite_flags.in ChangeLog acconfig.h subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/linkage.m4 \ - $(top_srcdir)/../config/no-executables.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../config/no-executables.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/crossconfig.m4 \ + $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.lineno CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = scripts/check_survey scripts/testsuite_flags +CONFIG_CLEAN_FILES = scripts/testsuite_flags depcomp = am__depfiles_maybe = SOURCES = @@ -252,6 +250,9 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ toplevel_srcdir = @toplevel_srcdir@ + +# May be used by various substitution variables. +gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) MAINT_CHARSET = latin1 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs PWD_COMMAND = $${PWDCMD-pwd} @@ -272,6 +273,7 @@ WARN_CXXFLAGS = \ AM_CPPFLAGS = $(GLIBCXX_INCLUDES) @GLIBCXX_HOSTED_TRUE@hosted_source = libmath src po testsuite SUBDIRS = include libsupc++ $(hosted_source) +ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Multilib support. MAKEOVERRIDES = @@ -374,8 +376,6 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(top_srcdir distclean-hdr: -rm -f config.h stamp-h1 -scripts/check_survey: $(top_builddir)/config.status $(top_srcdir)/scripts/check_survey.in - cd $(top_builddir) && $(SHELL) ./config.status $@ scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in cd $(top_builddir) && $(SHELL) ./config.status $@