Commit 147fc44b by Ralf Wildenhues Committed by Ralf Wildenhues

Makefile.am: Remove trailing white space, fix typo.

libstdc++-v3/

	* include/Makefile.am: Remove trailing white space, fix typo.
	(parallel_headers): Remove duplicate file, sort entries.
	* include/Makefile.in: Regenerate.

From-SVN: r136810
parent f13df8fa
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* include/Makefile.am: Remove trailing white space, fix typo.
(parallel_headers): Remove duplicate file, sort entries.
* include/Makefile.in: Regenerate.
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* src/condition_variable.cc (~condition_variable): Drop unused * src/condition_variable.cc (~condition_variable): Drop unused
variable. variable.
......
...@@ -187,7 +187,7 @@ pb_subdirs = \ ...@@ -187,7 +187,7 @@ pb_subdirs = \
${pb_builddir}/detail/list_update_policy ${pb_builddir}/detail/list_update_policy
# The ability for make and the underlying host to deal with this # The ability for make and the underlying host to deal with this
# unweildy list as one entire entity is not a sure thing, and may # unwieldy list as one entire entity is not a sure thing, and may
# cause build errors. Thus, split one list into many smaller # cause build errors. Thus, split one list into many smaller
# mini-lists, with the maximum size per mini-list of no more than 42. # mini-lists, with the maximum size per mini-list of no more than 42.
...@@ -710,9 +710,8 @@ parallel_srcdir = ${glibcxx_srcdir}/include/parallel ...@@ -710,9 +710,8 @@ parallel_srcdir = ${glibcxx_srcdir}/include/parallel
parallel_builddir = ./parallel parallel_builddir = ./parallel
if ENABLE_PARALLEL if ENABLE_PARALLEL
parallel_headers = \ parallel_headers = \
${parallel_srcdir}/algorithm \
${parallel_srcdir}/algobase.h \
${parallel_srcdir}/algo.h \ ${parallel_srcdir}/algo.h \
${parallel_srcdir}/algobase.h \
${parallel_srcdir}/algorithm \ ${parallel_srcdir}/algorithm \
${parallel_srcdir}/algorithmfwd.h \ ${parallel_srcdir}/algorithmfwd.h \
${parallel_srcdir}/balanced_quicksort.h \ ${parallel_srcdir}/balanced_quicksort.h \
...@@ -738,8 +737,8 @@ parallel_headers = \ ...@@ -738,8 +737,8 @@ parallel_headers = \
${parallel_srcdir}/numericfwd.h \ ${parallel_srcdir}/numericfwd.h \
${parallel_srcdir}/omp_loop.h \ ${parallel_srcdir}/omp_loop.h \
${parallel_srcdir}/omp_loop_static.h \ ${parallel_srcdir}/omp_loop_static.h \
${parallel_srcdir}/parallel.h \
${parallel_srcdir}/par_loop.h \ ${parallel_srcdir}/par_loop.h \
${parallel_srcdir}/parallel.h \
${parallel_srcdir}/partial_sum.h \ ${parallel_srcdir}/partial_sum.h \
${parallel_srcdir}/partition.h \ ${parallel_srcdir}/partition.h \
${parallel_srcdir}/queue.h \ ${parallel_srcdir}/queue.h \
......
...@@ -440,7 +440,7 @@ pb_subdirs = \ ...@@ -440,7 +440,7 @@ pb_subdirs = \
# The ability for make and the underlying host to deal with this # The ability for make and the underlying host to deal with this
# unweildy list as one entire entity is not a sure thing, and may # unwieldy list as one entire entity is not a sure thing, and may
# cause build errors. Thus, split one list into many smaller # cause build errors. Thus, split one list into many smaller
# mini-lists, with the maximum size per mini-list of no more than 42. # mini-lists, with the maximum size per mini-list of no more than 42.
pb_headers1 = \ pb_headers1 = \
...@@ -955,9 +955,8 @@ parallel_srcdir = ${glibcxx_srcdir}/include/parallel ...@@ -955,9 +955,8 @@ parallel_srcdir = ${glibcxx_srcdir}/include/parallel
parallel_builddir = ./parallel parallel_builddir = ./parallel
@ENABLE_PARALLEL_FALSE@parallel_headers = @ENABLE_PARALLEL_FALSE@parallel_headers =
@ENABLE_PARALLEL_TRUE@parallel_headers = \ @ENABLE_PARALLEL_TRUE@parallel_headers = \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algorithm \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algobase.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algo.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algo.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algobase.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algorithm \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algorithm \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algorithmfwd.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/algorithmfwd.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/balanced_quicksort.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/balanced_quicksort.h \
...@@ -983,8 +982,8 @@ parallel_builddir = ./parallel ...@@ -983,8 +982,8 @@ parallel_builddir = ./parallel
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/numericfwd.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/numericfwd.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/omp_loop.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/omp_loop.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/omp_loop_static.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/omp_loop_static.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/parallel.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/par_loop.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/par_loop.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/parallel.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/partial_sum.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/partial_sum.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/partition.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/partition.h \
@ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/queue.h \ @ENABLE_PARALLEL_TRUE@ ${parallel_srcdir}/queue.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment