]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/include/Makefile.am
sse.md (sse2_pinsrw): Removed.
[thirdparty/gcc.git] / libstdc++-v3 / include / Makefile.am
CommitLineData
4a9d5109
SW
1## Makefile for the include subdirectory of the GNU C++ Standard library.
2##
41e56bf7 3## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
2b6dd222 4## Free Software Foundation, Inc.
4a9d5109
SW
5##
6## This file is part of the libstdc++ version 3 distribution.
7## Process this file with automake to produce Makefile.in.
8
9## This file is part of the GNU ISO C++ Library. This library is free
10## software; you can redistribute it and/or modify it under the
11## terms of the GNU General Public License as published by the
12## Free Software Foundation; either version 2, or (at your option)
13## any later version.
14
15## This library is distributed in the hope that it will be useful,
16## but WITHOUT ANY WARRANTY; without even the implied warranty of
17## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18## GNU General Public License for more details.
19
20## You should have received a copy of the GNU General Public License along
21## with this library; see the file COPYING. If not, write to the Free
83f51799 22## Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
4a9d5109
SW
23## USA.
24
0df3f383 25include $(top_srcdir)/fragment.am
ab77073f
BK
26
27# Standard C++ includes.
3d7c150e 28std_srcdir = ${glibcxx_srcdir}/include/std
ab77073f
BK
29std_builddir = .
30std_headers = \
18154730 31 ${std_srcdir}/algorithm \
af13a7a6 32 ${std_srcdir}/array \
18154730 33 ${std_srcdir}/bitset \
af13a7a6 34 ${std_srcdir}/c++0x_warning.h \
18154730
BK
35 ${std_srcdir}/complex \
36 ${std_srcdir}/deque \
37 ${std_srcdir}/fstream \
38 ${std_srcdir}/functional \
39 ${std_srcdir}/iomanip \
40 ${std_srcdir}/ios \
41 ${std_srcdir}/iosfwd \
42 ${std_srcdir}/iostream \
43 ${std_srcdir}/istream \
44 ${std_srcdir}/iterator \
45 ${std_srcdir}/limits \
46 ${std_srcdir}/list \
47 ${std_srcdir}/locale \
48 ${std_srcdir}/map \
49 ${std_srcdir}/memory \
50 ${std_srcdir}/numeric \
51 ${std_srcdir}/ostream \
52 ${std_srcdir}/queue \
af13a7a6
BK
53 ${std_srcdir}/random \
54 ${std_srcdir}/regex \
18154730
BK
55 ${std_srcdir}/set \
56 ${std_srcdir}/sstream \
57 ${std_srcdir}/stack \
58 ${std_srcdir}/stdexcept \
59 ${std_srcdir}/streambuf \
60 ${std_srcdir}/string \
af13a7a6
BK
61 ${std_srcdir}/tuple \
62 ${std_srcdir}/type_traits \
63 ${std_srcdir}/unordered_map \
64 ${std_srcdir}/unordered_set \
18154730
BK
65 ${std_srcdir}/utility \
66 ${std_srcdir}/valarray \
67 ${std_srcdir}/vector
ab77073f 68
3d7c150e 69bits_srcdir = ${glibcxx_srcdir}/include/bits
4a9d5109
SW
70bits_builddir = ./bits
71bits_headers = \
1ff9402d 72 ${bits_srcdir}/allocator.h \
4a9d5109
SW
73 ${bits_srcdir}/basic_ios.h \
74 ${bits_srcdir}/basic_ios.tcc \
75 ${bits_srcdir}/basic_string.h \
76 ${bits_srcdir}/basic_string.tcc \
77 ${bits_srcdir}/boost_concept_check.h \
78 ${bits_srcdir}/char_traits.h \
79 ${bits_srcdir}/codecvt.h \
80 ${bits_srcdir}/concept_check.h \
81 ${bits_srcdir}/cpp_type_traits.h \
83144cfc 82 ${bits_srcdir}/deque.tcc \
4a9d5109
SW
83 ${bits_srcdir}/fstream.tcc \
84 ${bits_srcdir}/functexcept.h \
4a9d5109
SW
85 ${bits_srcdir}/gslice.h \
86 ${bits_srcdir}/gslice_array.h \
87 ${bits_srcdir}/indirect_array.h \
88 ${bits_srcdir}/ios_base.h \
89 ${bits_srcdir}/istream.tcc \
83144cfc 90 ${bits_srcdir}/list.tcc \
e6686813 91 ${bits_srcdir}/locale_classes.h \
4a9d5109
SW
92 ${bits_srcdir}/locale_facets.h \
93 ${bits_srcdir}/locale_facets.tcc \
94 ${bits_srcdir}/localefwd.h \
95 ${bits_srcdir}/mask_array.h \
96 ${bits_srcdir}/ostream.tcc \
4c4809c1 97 ${bits_srcdir}/postypes.h \
4a9d5109
SW
98 ${bits_srcdir}/stream_iterator.h \
99 ${bits_srcdir}/streambuf_iterator.h \
4a9d5109
SW
100 ${bits_srcdir}/slice_array.h \
101 ${bits_srcdir}/sstream.tcc \
4a9d5109
SW
102 ${bits_srcdir}/stl_algo.h \
103 ${bits_srcdir}/stl_algobase.h \
4a9d5109
SW
104 ${bits_srcdir}/stl_bvector.h \
105 ${bits_srcdir}/stl_construct.h \
106 ${bits_srcdir}/stl_deque.h \
107 ${bits_srcdir}/stl_function.h \
108 ${bits_srcdir}/stl_heap.h \
109 ${bits_srcdir}/stl_iterator.h \
110 ${bits_srcdir}/stl_iterator_base_funcs.h \
111 ${bits_srcdir}/stl_iterator_base_types.h \
112 ${bits_srcdir}/stl_list.h \
113 ${bits_srcdir}/stl_map.h \
b2c50382 114 ${bits_srcdir}/stl_memory.h \
4a9d5109
SW
115 ${bits_srcdir}/stl_multimap.h \
116 ${bits_srcdir}/stl_multiset.h \
117 ${bits_srcdir}/stl_numeric.h \
118 ${bits_srcdir}/stl_pair.h \
4a9d5109
SW
119 ${bits_srcdir}/stl_queue.h \
120 ${bits_srcdir}/stl_raw_storage_iter.h \
121 ${bits_srcdir}/stl_relops.h \
122 ${bits_srcdir}/stl_set.h \
123 ${bits_srcdir}/stl_stack.h \
124 ${bits_srcdir}/stl_tempbuf.h \
4a9d5109
SW
125 ${bits_srcdir}/stl_tree.h \
126 ${bits_srcdir}/stl_uninitialized.h \
127 ${bits_srcdir}/stl_vector.h \
128 ${bits_srcdir}/streambuf.tcc \
129 ${bits_srcdir}/stringfwd.h \
4a9d5109
SW
130 ${bits_srcdir}/valarray_array.h \
131 ${bits_srcdir}/valarray_array.tcc \
c13bea50
NS
132 ${bits_srcdir}/valarray_before.h \
133 ${bits_srcdir}/valarray_after.h \
83144cfc 134 ${bits_srcdir}/vector.tcc
4a9d5109 135
3d7c150e 136backward_srcdir = ${glibcxx_srcdir}/include/backward
4a9d5109
SW
137backward_builddir = ./backward
138backward_headers = \
139 ${backward_srcdir}/complex.h \
140 ${backward_srcdir}/iomanip.h \
141 ${backward_srcdir}/istream.h \
142 ${backward_srcdir}/ostream.h \
143 ${backward_srcdir}/stream.h \
144 ${backward_srcdir}/streambuf.h \
145 ${backward_srcdir}/algo.h \
146 ${backward_srcdir}/algobase.h \
147 ${backward_srcdir}/alloc.h \
148 ${backward_srcdir}/bvector.h \
149 ${backward_srcdir}/defalloc.h \
150 ${backward_srcdir}/deque.h \
151 ${backward_srcdir}/function.h \
152 ${backward_srcdir}/hash_map.h \
153 ${backward_srcdir}/hash_set.h \
154 ${backward_srcdir}/hashtable.h \
155 ${backward_srcdir}/heap.h \
156 ${backward_srcdir}/iostream.h \
157 ${backward_srcdir}/iterator.h \
158 ${backward_srcdir}/list.h \
159 ${backward_srcdir}/map.h \
160 ${backward_srcdir}/multimap.h \
161 ${backward_srcdir}/new.h \
162 ${backward_srcdir}/multiset.h \
163 ${backward_srcdir}/pair.h \
164 ${backward_srcdir}/queue.h \
165 ${backward_srcdir}/rope.h \
166 ${backward_srcdir}/set.h \
167 ${backward_srcdir}/slist.h \
168 ${backward_srcdir}/stack.h \
169 ${backward_srcdir}/tempbuf.h \
170 ${backward_srcdir}/tree.h \
171 ${backward_srcdir}/vector.h \
172 ${backward_srcdir}/fstream.h \
9a56333e 173 ${backward_srcdir}/strstream \
4a9d5109
SW
174 ${backward_srcdir}/backward_warning.h
175
4569a895
AT
176pb_srcdir = ${glibcxx_srcdir}/include/ext/pb_ds
177pb_builddir = ./ext/pb_ds
178
179pb_subdirs = \
180 ${pb_builddir}/detail \
181 ${pb_builddir}/detail/pairing_heap_ \
182 ${pb_builddir}/detail/splay_tree_ \
183 ${pb_builddir}/detail/list_update_map_ \
4569a895
AT
184 ${pb_builddir}/detail/basic_tree_policy \
185 ${pb_builddir}/detail/trie_policy \
186 ${pb_builddir}/detail/gp_hash_table_map_ \
187 ${pb_builddir}/detail/tree_policy \
188 ${pb_builddir}/detail/binomial_heap_base_ \
189 ${pb_builddir}/detail/resize_policy \
190 ${pb_builddir}/detail/bin_search_tree_ \
191 ${pb_builddir}/detail/binomial_heap_ \
192 ${pb_builddir}/detail/thin_heap_ \
193 ${pb_builddir}/detail/pat_trie_ \
194 ${pb_builddir}/detail/cc_hash_table_map_ \
195 ${pb_builddir}/detail/rc_binomial_heap_ \
196 ${pb_builddir}/detail/left_child_next_sibling_heap_ \
197 ${pb_builddir}/detail/unordered_iterator \
198 ${pb_builddir}/detail/binary_heap_ \
199 ${pb_builddir}/detail/ov_tree_map_ \
200 ${pb_builddir}/detail/hash_fn \
201 ${pb_builddir}/detail/eq_fn \
202 ${pb_builddir}/detail/rb_tree_map_ \
203 ${pb_builddir}/detail/list_update_policy
fd1e1726 204
c35a51a5
BK
205# The ability for make and the underlying host to deal with this
206# unweildy list as one entire entity is not a sure thing, and may
4569a895
AT
207# cause build errors. Thus, split one list into many smaller
208# mini-lists, with the maximum size per mini-list of no more than 42.
209
210pb_headers1 = \
211 ${pb_srcdir}/assoc_container.hpp \
212 ${pb_srcdir}/exception.hpp \
213 ${pb_srcdir}/hash_policy.hpp \
214 ${pb_srcdir}/list_update_policy.hpp \
215 ${pb_srcdir}/priority_queue.hpp \
216 ${pb_srcdir}/tag_and_trait.hpp \
217 ${pb_srcdir}/tree_policy.hpp \
218 ${pb_srcdir}/trie_policy.hpp \
219 ${pb_srcdir}/detail/basic_tree_policy/basic_tree_policy_base.hpp \
220 ${pb_srcdir}/detail/basic_tree_policy/null_node_metadata.hpp \
221 ${pb_srcdir}/detail/basic_tree_policy/traits.hpp \
222 ${pb_srcdir}/detail/basic_types.hpp \
223 ${pb_srcdir}/detail/binary_heap_/binary_heap_.hpp \
224 ${pb_srcdir}/detail/binary_heap_/const_iterator.hpp \
225 ${pb_srcdir}/detail/binary_heap_/const_point_iterator.hpp \
226 ${pb_srcdir}/detail/binary_heap_/constructors_destructor_fn_imps.hpp \
227 ${pb_srcdir}/detail/binary_heap_/debug_fn_imps.hpp \
228 ${pb_srcdir}/detail/binary_heap_/entry_cmp.hpp \
229 ${pb_srcdir}/detail/binary_heap_/entry_pred.hpp \
230 ${pb_srcdir}/detail/binary_heap_/erase_fn_imps.hpp \
231 ${pb_srcdir}/detail/binary_heap_/find_fn_imps.hpp \
232 ${pb_srcdir}/detail/binary_heap_/info_fn_imps.hpp \
233 ${pb_srcdir}/detail/binary_heap_/insert_fn_imps.hpp \
234 ${pb_srcdir}/detail/binary_heap_/iterators_fn_imps.hpp \
235 ${pb_srcdir}/detail/binary_heap_/policy_access_fn_imps.hpp \
236 ${pb_srcdir}/detail/binary_heap_/resize_policy.hpp \
237 ${pb_srcdir}/detail/binary_heap_/split_join_fn_imps.hpp \
238 ${pb_srcdir}/detail/binary_heap_/trace_fn_imps.hpp \
239 ${pb_srcdir}/detail/binomial_heap_base_/binomial_heap_base_.hpp \
240 ${pb_srcdir}/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp \
241 ${pb_srcdir}/detail/binomial_heap_base_/debug_fn_imps.hpp \
242 ${pb_srcdir}/detail/binomial_heap_base_/erase_fn_imps.hpp \
243 ${pb_srcdir}/detail/binomial_heap_base_/find_fn_imps.hpp \
244 ${pb_srcdir}/detail/binomial_heap_base_/insert_fn_imps.hpp \
245 ${pb_srcdir}/detail/binomial_heap_base_/split_join_fn_imps.hpp \
246 ${pb_srcdir}/detail/binomial_heap_/binomial_heap_.hpp \
247 ${pb_srcdir}/detail/binomial_heap_/constructors_destructor_fn_imps.hpp \
248 ${pb_srcdir}/detail/binomial_heap_/debug_fn_imps.hpp \
249 ${pb_srcdir}/detail/bin_search_tree_/bin_search_tree_.hpp \
250 ${pb_srcdir}/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp \
251 ${pb_srcdir}/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
252
253pb_headers2 = \
254 ${pb_srcdir}/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp \
255 ${pb_srcdir}/detail/bin_search_tree_/debug_fn_imps.hpp \
256 ${pb_srcdir}/detail/bin_search_tree_/erase_fn_imps.hpp \
257 ${pb_srcdir}/detail/bin_search_tree_/find_fn_imps.hpp \
258 ${pb_srcdir}/detail/bin_search_tree_/info_fn_imps.hpp \
259 ${pb_srcdir}/detail/bin_search_tree_/insert_fn_imps.hpp \
260 ${pb_srcdir}/detail/bin_search_tree_/iterators_fn_imps.hpp \
261 ${pb_srcdir}/detail/bin_search_tree_/node_iterators.hpp \
262 ${pb_srcdir}/detail/bin_search_tree_/point_iterators.hpp \
263 ${pb_srcdir}/detail/bin_search_tree_/policy_access_fn_imps.hpp \
264 ${pb_srcdir}/detail/bin_search_tree_/r_erase_fn_imps.hpp \
265 ${pb_srcdir}/detail/bin_search_tree_/rotate_fn_imps.hpp \
266 ${pb_srcdir}/detail/bin_search_tree_/split_join_fn_imps.hpp \
267 ${pb_srcdir}/detail/bin_search_tree_/traits.hpp \
268 ${pb_srcdir}/detail/cc_hash_table_map_/cc_ht_map_.hpp \
269 ${pb_srcdir}/detail/cc_hash_table_map_/cmp_fn_imps.hpp \
270 ${pb_srcdir}/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp \
271 ${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp \
272 ${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp \
273 ${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp \
274 ${pb_srcdir}/detail/cc_hash_table_map_/debug_fn_imps.hpp \
275 ${pb_srcdir}/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp \
276 ${pb_srcdir}/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp \
277 ${pb_srcdir}/detail/cc_hash_table_map_/entry_list_fn_imps.hpp \
278 ${pb_srcdir}/detail/cc_hash_table_map_/erase_fn_imps.hpp \
279 ${pb_srcdir}/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp \
280 ${pb_srcdir}/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp \
281 ${pb_srcdir}/detail/cc_hash_table_map_/find_fn_imps.hpp \
282 ${pb_srcdir}/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp \
283 ${pb_srcdir}/detail/cc_hash_table_map_/info_fn_imps.hpp \
284 ${pb_srcdir}/detail/cc_hash_table_map_/insert_fn_imps.hpp \
285 ${pb_srcdir}/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp \
286 ${pb_srcdir}/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp \
287 ${pb_srcdir}/detail/cc_hash_table_map_/iterators_fn_imps.hpp \
288 ${pb_srcdir}/detail/cc_hash_table_map_/policy_access_fn_imps.hpp \
289 ${pb_srcdir}/detail/cc_hash_table_map_/resize_fn_imps.hpp \
290 ${pb_srcdir}/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp \
291 ${pb_srcdir}/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp \
292 ${pb_srcdir}/detail/cc_hash_table_map_/size_fn_imps.hpp \
293 ${pb_srcdir}/detail/cc_hash_table_map_/standard_policies.hpp
294
295pb_headers3 = \
296 ${pb_srcdir}/detail/cc_hash_table_map_/trace_fn_imps.hpp \
297 ${pb_srcdir}/detail/cond_dealtor.hpp \
298 ${pb_srcdir}/detail/constructors_destructor_fn_imps.hpp \
299 ${pb_srcdir}/detail/container_base_dispatch.hpp \
300 ${pb_srcdir}/detail/eq_fn/eq_by_less.hpp \
301 ${pb_srcdir}/detail/eq_fn/hash_eq_fn.hpp \
302 ${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp \
303 ${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp \
304 ${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp \
305 ${pb_srcdir}/detail/gp_hash_table_map_/debug_fn_imps.hpp \
306 ${pb_srcdir}/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp \
307 ${pb_srcdir}/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp \
308 ${pb_srcdir}/detail/gp_hash_table_map_/erase_fn_imps.hpp \
309 ${pb_srcdir}/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp \
310 ${pb_srcdir}/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp \
311 ${pb_srcdir}/detail/gp_hash_table_map_/find_fn_imps.hpp \
312 ${pb_srcdir}/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp \
313 ${pb_srcdir}/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp \
314 ${pb_srcdir}/detail/gp_hash_table_map_/gp_ht_map_.hpp \
315 ${pb_srcdir}/detail/gp_hash_table_map_/info_fn_imps.hpp \
316 ${pb_srcdir}/detail/gp_hash_table_map_/insert_fn_imps.hpp \
317 ${pb_srcdir}/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp \
318 ${pb_srcdir}/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp \
319 ${pb_srcdir}/detail/gp_hash_table_map_/iterator_fn_imps.hpp \
320 ${pb_srcdir}/detail/gp_hash_table_map_/policy_access_fn_imps.hpp \
321 ${pb_srcdir}/detail/gp_hash_table_map_/resize_fn_imps.hpp \
322 ${pb_srcdir}/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp \
323 ${pb_srcdir}/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp \
324 ${pb_srcdir}/detail/gp_hash_table_map_/standard_policies.hpp \
325 ${pb_srcdir}/detail/gp_hash_table_map_/trace_fn_imps.hpp \
326 ${pb_srcdir}/detail/hash_fn/direct_mask_range_hashing_imp.hpp \
327 ${pb_srcdir}/detail/hash_fn/direct_mod_range_hashing_imp.hpp \
328 ${pb_srcdir}/detail/hash_fn/linear_probe_fn_imp.hpp \
329 ${pb_srcdir}/detail/hash_fn/mask_based_range_hashing.hpp \
330 ${pb_srcdir}/detail/hash_fn/mod_based_range_hashing.hpp \
331 ${pb_srcdir}/detail/hash_fn/probe_fn_base.hpp \
332 ${pb_srcdir}/detail/hash_fn/quadratic_probe_fn_imp.hpp \
333 ${pb_srcdir}/detail/hash_fn/ranged_hash_fn.hpp \
334 ${pb_srcdir}/detail/hash_fn/ranged_probe_fn.hpp
335
336pb_headers4 = \
337 ${pb_srcdir}/detail/hash_fn/sample_probe_fn.hpp \
338 ${pb_srcdir}/detail/hash_fn/sample_ranged_hash_fn.hpp \
339 ${pb_srcdir}/detail/hash_fn/sample_ranged_probe_fn.hpp \
340 ${pb_srcdir}/detail/hash_fn/sample_range_hashing.hpp \
341 ${pb_srcdir}/detail/left_child_next_sibling_heap_/const_iterator.hpp \
342 ${pb_srcdir}/detail/left_child_next_sibling_heap_/const_point_iterator.hpp \
343 ${pb_srcdir}/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp \
344 ${pb_srcdir}/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp \
345 ${pb_srcdir}/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp \
346 ${pb_srcdir}/detail/left_child_next_sibling_heap_/info_fn_imps.hpp \
347 ${pb_srcdir}/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp \
348 ${pb_srcdir}/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp \
349 ${pb_srcdir}/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp \
350 ${pb_srcdir}/detail/left_child_next_sibling_heap_/node.hpp \
351 ${pb_srcdir}/detail/left_child_next_sibling_heap_/null_metadata.hpp \
352 ${pb_srcdir}/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp \
353 ${pb_srcdir}/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp \
354 ${pb_srcdir}/detail/list_update_map_/constructor_destructor_fn_imps.hpp \
355 ${pb_srcdir}/detail/list_update_map_/debug_fn_imps.hpp \
356 ${pb_srcdir}/detail/list_update_map_/entry_metadata_base.hpp \
357 ${pb_srcdir}/detail/list_update_map_/erase_fn_imps.hpp \
358 ${pb_srcdir}/detail/list_update_map_/find_fn_imps.hpp \
359 ${pb_srcdir}/detail/list_update_map_/info_fn_imps.hpp \
360 ${pb_srcdir}/detail/list_update_map_/insert_fn_imps.hpp \
361 ${pb_srcdir}/detail/list_update_map_/iterators_fn_imps.hpp \
362 ${pb_srcdir}/detail/list_update_map_/lu_map_.hpp \
363 ${pb_srcdir}/detail/list_update_map_/trace_fn_imps.hpp \
364 ${pb_srcdir}/detail/list_update_policy/counter_lu_metadata.hpp \
365 ${pb_srcdir}/detail/list_update_policy/counter_lu_policy_imp.hpp \
366 ${pb_srcdir}/detail/list_update_policy/mtf_lu_policy_imp.hpp \
367 ${pb_srcdir}/detail/list_update_policy/sample_update_policy.hpp \
368 ${pb_srcdir}/detail/map_debug_base.hpp \
369 ${pb_srcdir}/detail/ov_tree_map_/cond_dtor.hpp \
370 ${pb_srcdir}/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp \
371 ${pb_srcdir}/detail/ov_tree_map_/debug_fn_imps.hpp \
372 ${pb_srcdir}/detail/ov_tree_map_/erase_fn_imps.hpp \
373 ${pb_srcdir}/detail/ov_tree_map_/info_fn_imps.hpp \
374 ${pb_srcdir}/detail/ov_tree_map_/insert_fn_imps.hpp \
375 ${pb_srcdir}/detail/ov_tree_map_/iterators_fn_imps.hpp \
376 ${pb_srcdir}/detail/ov_tree_map_/node_iterators.hpp \
377 ${pb_srcdir}/detail/ov_tree_map_/ov_tree_map_.hpp
378
379pb_headers5 = \
380 ${pb_srcdir}/detail/ov_tree_map_/policy_access_fn_imps.hpp \
381 ${pb_srcdir}/detail/ov_tree_map_/split_join_fn_imps.hpp \
382 ${pb_srcdir}/detail/ov_tree_map_/traits.hpp \
383 ${pb_srcdir}/detail/pairing_heap_/constructors_destructor_fn_imps.hpp \
384 ${pb_srcdir}/detail/pairing_heap_/debug_fn_imps.hpp \
385 ${pb_srcdir}/detail/pairing_heap_/erase_fn_imps.hpp \
386 ${pb_srcdir}/detail/pairing_heap_/find_fn_imps.hpp \
387 ${pb_srcdir}/detail/pairing_heap_/insert_fn_imps.hpp \
388 ${pb_srcdir}/detail/pairing_heap_/pairing_heap_.hpp \
389 ${pb_srcdir}/detail/pairing_heap_/split_join_fn_imps.hpp \
390 ${pb_srcdir}/detail/pat_trie_/child_iterator.hpp \
391 ${pb_srcdir}/detail/pat_trie_/cond_dtor_entry_dealtor.hpp \
392 ${pb_srcdir}/detail/pat_trie_/const_child_iterator.hpp \
393 ${pb_srcdir}/detail/pat_trie_/constructors_destructor_fn_imps.hpp \
394 ${pb_srcdir}/detail/pat_trie_/debug_fn_imps.hpp \
395 ${pb_srcdir}/detail/pat_trie_/erase_fn_imps.hpp \
396 ${pb_srcdir}/detail/pat_trie_/find_fn_imps.hpp \
397 ${pb_srcdir}/detail/pat_trie_/head.hpp \
398 ${pb_srcdir}/detail/pat_trie_/info_fn_imps.hpp \
399 ${pb_srcdir}/detail/pat_trie_/insert_join_fn_imps.hpp \
400 ${pb_srcdir}/detail/pat_trie_/internal_node.hpp \
401 ${pb_srcdir}/detail/pat_trie_/iterators_fn_imps.hpp \
402 ${pb_srcdir}/detail/pat_trie_/leaf.hpp \
403 ${pb_srcdir}/detail/pat_trie_/node_base.hpp \
404 ${pb_srcdir}/detail/pat_trie_/node_iterators.hpp \
405 ${pb_srcdir}/detail/pat_trie_/node_metadata_base.hpp \
406 ${pb_srcdir}/detail/pat_trie_/pat_trie_.hpp \
407 ${pb_srcdir}/detail/pat_trie_/point_iterators.hpp \
408 ${pb_srcdir}/detail/pat_trie_/policy_access_fn_imps.hpp \
409 ${pb_srcdir}/detail/pat_trie_/r_erase_fn_imps.hpp \
410 ${pb_srcdir}/detail/pat_trie_/rotate_fn_imps.hpp \
411 ${pb_srcdir}/detail/pat_trie_/split_fn_imps.hpp \
412 ${pb_srcdir}/detail/pat_trie_/split_join_branch_bag.hpp \
413 ${pb_srcdir}/detail/pat_trie_/synth_e_access_traits.hpp \
414 ${pb_srcdir}/detail/pat_trie_/trace_fn_imps.hpp \
415 ${pb_srcdir}/detail/pat_trie_/traits.hpp \
416 ${pb_srcdir}/detail/pat_trie_/update_fn_imps.hpp \
417 ${pb_srcdir}/detail/priority_queue_base_dispatch.hpp \
418 ${pb_srcdir}/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp \
419 ${pb_srcdir}/detail/rb_tree_map_/debug_fn_imps.hpp
420
421pb_headers6 = \
422 ${pb_srcdir}/detail/rb_tree_map_/erase_fn_imps.hpp \
423 ${pb_srcdir}/detail/rb_tree_map_/find_fn_imps.hpp \
424 ${pb_srcdir}/detail/rb_tree_map_/info_fn_imps.hpp \
425 ${pb_srcdir}/detail/rb_tree_map_/insert_fn_imps.hpp \
426 ${pb_srcdir}/detail/rb_tree_map_/node.hpp \
427 ${pb_srcdir}/detail/rb_tree_map_/rb_tree_.hpp \
428 ${pb_srcdir}/detail/rb_tree_map_/split_join_fn_imps.hpp \
429 ${pb_srcdir}/detail/rb_tree_map_/traits.hpp \
430 ${pb_srcdir}/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp \
431 ${pb_srcdir}/detail/rc_binomial_heap_/debug_fn_imps.hpp \
432 ${pb_srcdir}/detail/rc_binomial_heap_/erase_fn_imps.hpp \
433 ${pb_srcdir}/detail/rc_binomial_heap_/insert_fn_imps.hpp \
434 ${pb_srcdir}/detail/rc_binomial_heap_/rc_binomial_heap_.hpp \
435 ${pb_srcdir}/detail/rc_binomial_heap_/rc.hpp \
436 ${pb_srcdir}/detail/rc_binomial_heap_/split_join_fn_imps.hpp \
437 ${pb_srcdir}/detail/rc_binomial_heap_/trace_fn_imps.hpp \
438 ${pb_srcdir}/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp \
439 ${pb_srcdir}/detail/resize_policy/hash_exponential_size_policy_imp.hpp \
440 ${pb_srcdir}/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp \
441 ${pb_srcdir}/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp \
442 ${pb_srcdir}/detail/resize_policy/hash_prime_size_policy_imp.hpp \
443 ${pb_srcdir}/detail/resize_policy/hash_standard_resize_policy_imp.hpp \
444 ${pb_srcdir}/detail/resize_policy/sample_resize_policy.hpp \
445 ${pb_srcdir}/detail/resize_policy/sample_resize_trigger.hpp \
446 ${pb_srcdir}/detail/resize_policy/sample_size_policy.hpp \
447 ${pb_srcdir}/detail/splay_tree_/constructors_destructor_fn_imps.hpp \
448 ${pb_srcdir}/detail/splay_tree_/debug_fn_imps.hpp \
449 ${pb_srcdir}/detail/splay_tree_/erase_fn_imps.hpp \
450 ${pb_srcdir}/detail/splay_tree_/find_fn_imps.hpp \
451 ${pb_srcdir}/detail/splay_tree_/info_fn_imps.hpp \
452 ${pb_srcdir}/detail/splay_tree_/insert_fn_imps.hpp \
453 ${pb_srcdir}/detail/splay_tree_/node.hpp \
454 ${pb_srcdir}/detail/splay_tree_/splay_fn_imps.hpp \
455 ${pb_srcdir}/detail/splay_tree_/splay_tree_.hpp \
456 ${pb_srcdir}/detail/splay_tree_/split_join_fn_imps.hpp \
457 ${pb_srcdir}/detail/splay_tree_/traits.hpp \
458 ${pb_srcdir}/detail/standard_policies.hpp \
459 ${pb_srcdir}/detail/thin_heap_/constructors_destructor_fn_imps.hpp \
460 ${pb_srcdir}/detail/thin_heap_/debug_fn_imps.hpp \
461 ${pb_srcdir}/detail/thin_heap_/erase_fn_imps.hpp
462
463pb_headers7 = \
464 ${pb_srcdir}/detail/thin_heap_/find_fn_imps.hpp \
465 ${pb_srcdir}/detail/thin_heap_/insert_fn_imps.hpp \
466 ${pb_srcdir}/detail/thin_heap_/split_join_fn_imps.hpp \
467 ${pb_srcdir}/detail/thin_heap_/thin_heap_.hpp \
468 ${pb_srcdir}/detail/thin_heap_/trace_fn_imps.hpp \
469 ${pb_srcdir}/detail/tree_policy/node_metadata_selector.hpp \
470 ${pb_srcdir}/detail/tree_policy/null_node_update_imp.hpp \
471 ${pb_srcdir}/detail/tree_policy/order_statistics_imp.hpp \
472 ${pb_srcdir}/detail/tree_policy/sample_tree_node_update.hpp \
473 ${pb_srcdir}/detail/tree_trace_base.hpp \
474 ${pb_srcdir}/detail/trie_policy/node_metadata_selector.hpp \
475 ${pb_srcdir}/detail/trie_policy/null_node_update_imp.hpp \
476 ${pb_srcdir}/detail/trie_policy/order_statistics_imp.hpp \
477 ${pb_srcdir}/detail/trie_policy/prefix_search_node_update_imp.hpp \
478 ${pb_srcdir}/detail/trie_policy/sample_trie_e_access_traits.hpp \
479 ${pb_srcdir}/detail/trie_policy/sample_trie_node_update.hpp \
480 ${pb_srcdir}/detail/trie_policy/string_trie_e_access_traits_imp.hpp \
481 ${pb_srcdir}/detail/trie_policy/trie_policy_base.hpp \
4569a895
AT
482 ${pb_srcdir}/detail/types_traits.hpp \
483 ${pb_srcdir}/detail/type_utils.hpp \
484 ${pb_srcdir}/detail/unordered_iterator/const_iterator.hpp \
485 ${pb_srcdir}/detail/unordered_iterator/const_point_iterator.hpp \
486 ${pb_srcdir}/detail/unordered_iterator/iterator.hpp \
487 ${pb_srcdir}/detail/unordered_iterator/point_iterator.hpp
488
fd1e1726
BK
489
490
3d7c150e 491ext_srcdir = ${glibcxx_srcdir}/include/ext
fd1e1726 492ext_builddir = ./ext
4a9d5109 493ext_headers = \
2c1bc4eb 494 ${ext_srcdir}/algorithm \
2e362c74 495 ${ext_srcdir}/atomicity.h \
3febde35 496 ${ext_srcdir}/array_allocator.h \
009368db 497 ${ext_srcdir}/bitmap_allocator.h \
825bd0e1 498 ${ext_srcdir}/codecvt_specializations.h \
2e362c74 499 ${ext_srcdir}/concurrence.h \
1ff9402d 500 ${ext_srcdir}/debug_allocator.h \
4ffe6e87 501 ${ext_srcdir}/enc_filebuf.h \
5cdd50a5 502 ${ext_srcdir}/stdio_filebuf.h \
51ff8149 503 ${ext_srcdir}/stdio_sync_filebuf.h \
01b0d4b8 504 ${ext_srcdir}/functional \
3d90ff93
PE
505 ${ext_srcdir}/hash_map \
506 ${ext_srcdir}/hash_set \
fd1e1726
BK
507 ${ext_srcdir}/hash_fun.h \
508 ${ext_srcdir}/hashtable.h \
3d90ff93 509 ${ext_srcdir}/iterator \
1ff9402d 510 ${ext_srcdir}/malloc_allocator.h \
f53d0ff1 511 ${ext_srcdir}/memory \
1ff9402d
BK
512 ${ext_srcdir}/mt_allocator.h \
513 ${ext_srcdir}/new_allocator.h \
01b0d4b8 514 ${ext_srcdir}/numeric \
b3726dab 515 ${ext_srcdir}/numeric_traits.h \
9e7facfd 516 ${ext_srcdir}/pod_char_traits.h \
1ff9402d 517 ${ext_srcdir}/pool_allocator.h \
3b007b5d 518 ${ext_srcdir}/rb_tree \
4a9d5109
SW
519 ${ext_srcdir}/rope \
520 ${ext_srcdir}/ropeimpl.h \
4a9d5109 521 ${ext_srcdir}/slist \
a86151e1 522 ${ext_srcdir}/throw_allocator.h \
872d8fea 523 ${ext_srcdir}/typelist.h \
105c6331 524 ${ext_srcdir}/type_traits.h \
872d8fea
PC
525 ${ext_srcdir}/rc_string_base.h \
526 ${ext_srcdir}/sso_string_base.h \
527 ${ext_srcdir}/vstring.h \
528 ${ext_srcdir}/vstring.tcc \
529 ${ext_srcdir}/vstring_fwd.h \
530 ${ext_srcdir}/vstring_util.h
fd1e1726 531
b2acb86f 532
3febde35
BK
533tr1_srcdir = ${glibcxx_srcdir}/include/tr1
534tr1_builddir = ./tr1
535tr1_headers = \
a520f0b0 536 ${tr1_srcdir}/array \
7c62b943
BK
537 ${tr1_srcdir}/bessel_function.tcc \
538 ${tr1_srcdir}/beta_function.tcc \
b758b22a 539 ${tr1_srcdir}/boost_shared_ptr.h \
af13a7a6 540 ${tr1_srcdir}/ccomplex \
bd2bb1ea 541 ${tr1_srcdir}/cctype \
20921e53 542 ${tr1_srcdir}/cfenv \
82c79e0e 543 ${tr1_srcdir}/cfloat \
52a64bd3 544 ${tr1_srcdir}/cinttypes \
82c79e0e 545 ${tr1_srcdir}/climits \
4f0de5dd 546 ${tr1_srcdir}/cmath \
90922b2d 547 ${tr1_srcdir}/common.h \
84a7b1fc 548 ${tr1_srcdir}/complex \
af13a7a6 549 ${tr1_srcdir}/complex.h \
82c79e0e 550 ${tr1_srcdir}/cstdarg \
1e41a98c 551 ${tr1_srcdir}/cstdbool \
2a1d6346 552 ${tr1_srcdir}/cstdint \
93638ec7 553 ${tr1_srcdir}/cstdio \
4f0de5dd 554 ${tr1_srcdir}/cstdlib \
9a7ab578 555 ${tr1_srcdir}/ctgmath \
4f0de5dd 556 ${tr1_srcdir}/ctime \
82c79e0e 557 ${tr1_srcdir}/ctype.h \
af66a43e
PC
558 ${tr1_srcdir}/cwchar \
559 ${tr1_srcdir}/cwctype \
7c62b943
BK
560 ${tr1_srcdir}/ell_integral.tcc \
561 ${tr1_srcdir}/exp_integral.tcc \
82c79e0e
PC
562 ${tr1_srcdir}/fenv.h \
563 ${tr1_srcdir}/float.h \
f2ede5d6 564 ${tr1_srcdir}/functional \
41e56bf7 565 ${tr1_srcdir}/functional_hash.h \
7c62b943 566 ${tr1_srcdir}/gamma.tcc \
84a7b1fc 567 ${tr1_srcdir}/hashtable \
7c62b943 568 ${tr1_srcdir}/hypergeometric.tcc \
b82f782b 569 ${tr1_srcdir}/hashtable_policy.h \
82c79e0e
PC
570 ${tr1_srcdir}/inttypes.h \
571 ${tr1_srcdir}/limits.h \
4f0de5dd 572 ${tr1_srcdir}/math.h \
7dfded91 573 ${tr1_srcdir}/memory \
7c62b943
BK
574 ${tr1_srcdir}/modified_bessel_func.tcc \
575 ${tr1_srcdir}/poly_hermite.tcc \
576 ${tr1_srcdir}/poly_laguerre.tcc \
577 ${tr1_srcdir}/legendre_function.tcc \
86ad0dd6
PC
578 ${tr1_srcdir}/random \
579 ${tr1_srcdir}/random.tcc \
af13a7a6 580 ${tr1_srcdir}/regex \
7c62b943
BK
581 ${tr1_srcdir}/riemann_zeta.tcc \
582 ${tr1_srcdir}/special_function_util.h \
82c79e0e 583 ${tr1_srcdir}/stdarg.h \
1e41a98c 584 ${tr1_srcdir}/stdbool.h \
82c79e0e 585 ${tr1_srcdir}/stdint.h \
93638ec7 586 ${tr1_srcdir}/stdio.h \
4f0de5dd 587 ${tr1_srcdir}/stdlib.h \
9a7ab578 588 ${tr1_srcdir}/tgmath.h \
f2ede5d6 589 ${tr1_srcdir}/tuple \
821c5063 590 ${tr1_srcdir}/type_traits \
180ecd6a 591 ${tr1_srcdir}/type_traits_fwd.h \
180ecd6a 592 ${tr1_srcdir}/unordered_set \
84a7b1fc 593 ${tr1_srcdir}/unordered_map \
af66a43e
PC
594 ${tr1_srcdir}/utility \
595 ${tr1_srcdir}/wchar.h \
596 ${tr1_srcdir}/wctype.h
f2ede5d6 597
3febde35 598
af13a7a6 599# This is the common subset of C++ files that all three "C" header models use.
ca618b60 600c_base_srcdir = $(C_INCLUDE_DIR)
73249e33 601c_base_builddir = .
4a9d5109 602c_base_headers = \
18154730 603 ${c_base_srcdir}/cassert \
af13a7a6 604 ${c_base_srcdir}/ccomplex \
18154730
BK
605 ${c_base_srcdir}/cctype \
606 ${c_base_srcdir}/cerrno \
af13a7a6 607 ${c_base_srcdir}/cfenv \
18154730 608 ${c_base_srcdir}/cfloat \
af13a7a6 609 ${c_base_srcdir}/cinttypes \
18154730
BK
610 ${c_base_srcdir}/ciso646 \
611 ${c_base_srcdir}/climits \
612 ${c_base_srcdir}/clocale \
613 ${c_base_srcdir}/cmath \
614 ${c_base_srcdir}/csetjmp \
615 ${c_base_srcdir}/csignal \
616 ${c_base_srcdir}/cstdarg \
af13a7a6 617 ${c_base_srcdir}/cstdbool \
18154730 618 ${c_base_srcdir}/cstddef \
af13a7a6 619 ${c_base_srcdir}/cstdint \
18154730
BK
620 ${c_base_srcdir}/cstdio \
621 ${c_base_srcdir}/cstdlib \
622 ${c_base_srcdir}/cstring \
af13a7a6 623 ${c_base_srcdir}/ctgmath \
18154730
BK
624 ${c_base_srcdir}/ctime \
625 ${c_base_srcdir}/cwchar \
626 ${c_base_srcdir}/cwctype
4a9d5109 627
e01c9849 628# "C" compatibility headers.
3d7c150e 629c_compatibility_srcdir = ${glibcxx_srcdir}/include/c_compatibility
e01c9849 630c_compatibility_builddir = .
af13a7a6
BK
631
632if GLIBCXX_C_HEADERS_C_STD
633c_compatibility_headers =
634endif
635
636if GLIBCXX_C_HEADERS_C_GLOBAL
637c_compatibility_headers = \
638 ${c_compatibility_srcdir}/complex.h \
803f183a 639 ${c_compatibility_srcdir}/fenv.h \
af13a7a6
BK
640 ${c_compatibility_srcdir}/tgmath.h
641endif
642
643if GLIBCXX_C_HEADERS_C
e01c9849
BK
644c_compatibility_headers = \
645 ${c_compatibility_srcdir}/assert.h \
af13a7a6 646 ${c_compatibility_srcdir}/complex.h \
e01c9849
BK
647 ${c_compatibility_srcdir}/ctype.h \
648 ${c_compatibility_srcdir}/errno.h \
af13a7a6 649 ${c_compatibility_srcdir}/fenv.h \
e01c9849 650 ${c_compatibility_srcdir}/float.h \
af13a7a6 651 ${c_compatibility_srcdir}/inttypes.h \
e01c9849
BK
652 ${c_compatibility_srcdir}/iso646.h \
653 ${c_compatibility_srcdir}/limits.h \
654 ${c_compatibility_srcdir}/locale.h \
655 ${c_compatibility_srcdir}/math.h \
656 ${c_compatibility_srcdir}/setjmp.h \
657 ${c_compatibility_srcdir}/signal.h \
658 ${c_compatibility_srcdir}/stdarg.h \
af13a7a6 659 ${c_compatibility_srcdir}/stdbool.h \
e01c9849 660 ${c_compatibility_srcdir}/stddef.h \
af13a7a6 661 ${c_compatibility_srcdir}/stdint.h \
e01c9849
BK
662 ${c_compatibility_srcdir}/stdio.h \
663 ${c_compatibility_srcdir}/stdlib.h \
664 ${c_compatibility_srcdir}/string.h \
af13a7a6 665 ${c_compatibility_srcdir}/tgmath.h \
e01c9849
BK
666 ${c_compatibility_srcdir}/time.h \
667 ${c_compatibility_srcdir}/wchar.h \
82ba99d5 668 ${c_compatibility_srcdir}/wctype.h
af13a7a6 669endif
e01c9849 670
285b36d6
BK
671# Debug mode headers
672debug_srcdir = ${glibcxx_srcdir}/include/debug
673debug_builddir = ./debug
674debug_headers = \
675 ${debug_srcdir}/bitset \
676 ${debug_srcdir}/debug.h \
677 ${debug_srcdir}/deque \
678 ${debug_srcdir}/formatter.h \
d2763ab5 679 ${debug_srcdir}/functions.h \
285b36d6
BK
680 ${debug_srcdir}/hash_map \
681 ${debug_srcdir}/hash_map.h \
682 ${debug_srcdir}/hash_multimap.h \
683 ${debug_srcdir}/hash_multiset.h \
684 ${debug_srcdir}/hash_set \
685 ${debug_srcdir}/hash_set.h \
686 ${debug_srcdir}/list \
687 ${debug_srcdir}/map \
d2763ab5 688 ${debug_srcdir}/macros.h \
285b36d6
BK
689 ${debug_srcdir}/map.h \
690 ${debug_srcdir}/multimap.h \
691 ${debug_srcdir}/multiset.h \
692 ${debug_srcdir}/safe_base.h \
693 ${debug_srcdir}/safe_iterator.h \
694 ${debug_srcdir}/safe_iterator.tcc \
695 ${debug_srcdir}/safe_sequence.h \
696 ${debug_srcdir}/set \
697 ${debug_srcdir}/set.h \
698 ${debug_srcdir}/string \
699 ${debug_srcdir}/vector
700
34ff0b99 701# Some of the different "C" header models need extra files.
e01c9849 702# Some "C" header schemes require the "C" compatibility headers.
34ff0b99 703# For --enable-cheaders=c_std
af13a7a6 704if GLIBCXX_C_HEADERS_EXTRA
82ba99d5 705c_base_headers_extra = ${c_base_srcdir}/cmath.tcc
34ff0b99 706else
82ba99d5 707c_base_headers_extra =
34ff0b99
BK
708endif
709
3d7c150e 710if GLIBCXX_C_HEADERS_COMPATIBILITY
e01c9849
BK
711c_compatibility_headers_extra = ${c_compatibility_headers}
712else
82ba99d5 713c_compatibility_headers_extra =
e01c9849
BK
714endif
715
ca618b60 716host_srcdir = ${glibcxx_srcdir}/$(OS_INC_SRCDIR)
a30335e9 717host_builddir = ./${host_alias}/bits
2b6dd222 718host_installdir = ${gxx_include_dir}/${host_alias}$(MULTISUBDIR)/bits
a30335e9
BK
719host_headers = \
720 ${host_srcdir}/ctype_base.h \
721 ${host_srcdir}/ctype_inline.h \
722 ${host_srcdir}/ctype_noninline.h \
723 ${host_srcdir}/os_defines.h \
1568430f 724 ${glibcxx_srcdir}/$(ATOMIC_WORD_SRCDIR)/atomic_word.h \
4b90c838
PC
725 ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
726 ${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h
6aa43d99 727
a30335e9 728# Non-installed host_header files.
bb2b2a24 729COMPATIBILITY_H = config/abi/compatibility.h
a30335e9 730host_headers_noinst = \
bb2b2a24
BK
731 ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) \
732 ${glibcxx_srcdir}/$(COMPATIBILITY_H)
6aa43d99 733
a30335e9
BK
734# These host_headers_extra files are all built with ad hoc naming rules.
735host_headers_extra = \
736 ${host_builddir}/basic_file.h \
737 ${host_builddir}/c++config.h \
8b0d6051 738 ${host_builddir}/c++allocator.h \
a30335e9
BK
739 ${host_builddir}/c++io.h \
740 ${host_builddir}/c++locale.h \
741 ${host_builddir}/messages_members.h \
825bd0e1 742 ${host_builddir}/time_members.h
a30335e9
BK
743
744thread_host_headers = \
745 ${host_builddir}/gthr.h \
746 ${host_builddir}/gthr-single.h \
747 ${host_builddir}/gthr-posix.h \
512baaea 748 ${host_builddir}/gthr-tpf.h \
a30335e9
BK
749 ${host_builddir}/gthr-default.h
750
f42482f5
BK
751
752pch1_source = ${glibcxx_srcdir}/include/precompiled/stdc++.h
6cbd871c 753pch1_output_builddir = ${host_builddir}/stdc++.h.gch
56dbe89d 754pch1_output_anchor = ${host_builddir}/stdc++.h
6cbd871c 755pch1_output_installdir = ${host_installdir}/stdc++.h.gch
f42482f5
BK
756pch1a_output = ${pch1_output_builddir}/O0g.gch
757pch1b_output = ${pch1_output_builddir}/O2g.gch
758pch1_output = ${pch1a_output} ${pch1b_output}
6cbd871c 759
f42482f5 760pch2_source = ${glibcxx_srcdir}/include/precompiled/stdtr1c++.h
6cbd871c 761pch2_output_builddir = ${host_builddir}/stdtr1c++.h.gch
56dbe89d 762pch2_output_anchor = ${host_builddir}/stdtr1c++.h
6cbd871c 763pch2_output_installdir = ${host_installdir}/stdtr1c++.h.gch
f42482f5 764pch2_output = ${pch2_output_builddir}/O2g.gch
6cbd871c 765
f42482f5 766pch3_source = ${glibcxx_srcdir}/include/precompiled/extc++.h
6cbd871c 767pch3_output_builddir = ${host_builddir}/extc++.h.gch
56dbe89d 768pch3_output_anchor = ${host_builddir}/extc++.h
6cbd871c 769pch3_output_installdir = ${host_installdir}/extc++.h.gch
f42482f5
BK
770pch3_output = ${pch3_output_builddir}/O2g.gch
771
6cbd871c 772
04dc1691 773pch_output = ${pch1_output} ${pch2_output} ${pch3_output}
f42482f5 774pch_output_dirs = \
04dc1691 775 ${pch1_output_builddir} ${pch2_output_builddir} ${pch3_output_builddir}
56dbe89d
BK
776pch_output_anchors = \
777 ${pch1_output_anchor} ${pch2_output_anchor} ${pch3_output_anchor}
9e57d5ca 778PCHFLAGS=-Winvalid-pch -Wno-deprecated -x c++-header $(CXXFLAGS)
3d7c150e 779if GLIBCXX_BUILD_PCH
f42482f5 780pch_build = ${pch_output}
9e57d5ca
BK
781pch_install = install-pch
782else
82ba99d5
PE
783pch_build =
784pch_install =
9e57d5ca 785endif
628c731a 786
4a9d5109
SW
787# List of all timestamp files. By keeping only one copy of this list, both
788# CLEANFILES and all-local are kept up-to-date.
9e57d5ca 789allstamped = \
18154730
BK
790 stamp-std stamp-bits stamp-c_base stamp-c_base_extra \
791 stamp-c_compatibility stamp-backward stamp-ext stamp-pb \
792 stamp-tr1 stamp-debug stamp-host
9e57d5ca
BK
793
794# List of all files that are created by explicit building, editing, or
795# catenation.
796allcreated = \
a30335e9
BK
797 ${host_builddir}/c++config.h \
798 ${thread_host_headers} \
9e57d5ca 799 ${pch_build}
4a9d5109 800
4a9d5109 801# Here are the rules for building the headers
82ba99d5 802all-local: ${allstamped} ${allcreated}
4a9d5109 803
066930bb
PE
804# This rule is slightly different, in that we must change the name of the
805# local file from std_foo.h to foo.
4a9d5109
SW
806stamp-std: ${std_headers}
807 @if [ ! -d "${std_builddir}" ]; then \
808 mkdir -p ${std_builddir} ;\
809 fi ;\
7ec3af37 810 if [ ! -f stamp-std ]; then \
18154730 811 (cd ${std_builddir} && $(LN_S) $? . || true) ;\
82ba99d5
PE
812 fi ;\
813 $(STAMP) stamp-std
4a9d5109
SW
814
815stamp-bits: ${bits_headers}
816 @if [ ! -d "${bits_builddir}" ]; then \
817 mkdir -p ${bits_builddir} ;\
818 fi ;\
7ec3af37 819 if [ ! -f stamp-bits ]; then \
82ba99d5
PE
820 (cd ${bits_builddir} && $(LN_S) $? . || true) ;\
821 fi ;\
822 $(STAMP) stamp-bits
4a9d5109 823
18154730 824stamp-c_base: ${c_base_headers}
4a9d5109
SW
825 @if [ ! -d "${c_base_builddir}" ]; then \
826 mkdir -p ${c_base_builddir} ;\
827 fi ;\
7ec3af37 828 if [ ! -f stamp-c_base ]; then \
18154730 829 (cd ${c_base_builddir} && $(LN_S) $? . || true) ;\
82ba99d5
PE
830 fi ;\
831 $(STAMP) stamp-c_base
4a9d5109 832
18154730
BK
833stamp-c_base_extra: ${c_base_headers_extra}
834 @if [ ! -d "${bits_builddir}" ]; then \
835 mkdir -p ${bits_builddir} ;\
836 fi ;\
837 if [ ! -f stamp-c_base_extra ]; then \
838 (cd ${bits_builddir} && $(LN_S) $? . || true) ;\
839 fi ;\
840 $(STAMP) stamp-c_base_extra
841
e01c9849
BK
842stamp-c_compatibility: ${c_compatibility_headers_extra}
843 @if [ ! -d "${c_compatibility_builddir}" ]; then \
844 mkdir -p ${c_compatibility_builddir} ;\
845 fi ;\
7ec3af37
BK
846 if [ ! -f stamp-c_compatibility ]; then \
847 if [ ! -z "${c_compatibility_headers_extra}" ]; then \
82ba99d5 848 (cd ${c_compatibility_builddir} && $(LN_S) $? . || true) ;\
7ec3af37 849 fi ;\
82ba99d5
PE
850 fi ;\
851 $(STAMP) stamp-c_compatibility
e01c9849 852
4a9d5109
SW
853stamp-backward: ${backward_headers}
854 @if [ ! -d "${backward_builddir}" ]; then \
855 mkdir -p ${backward_builddir} ;\
856 fi ;\
7ec3af37 857 if [ ! -f stamp-backward ]; then \
82ba99d5
PE
858 (cd ${backward_builddir} && $(LN_S) $? . || true) ;\
859 fi ;\
860 $(STAMP) stamp-backward
4a9d5109
SW
861
862stamp-ext: ${ext_headers}
863 @if [ ! -d "${ext_builddir}" ]; then \
7ec3af37 864 mkdir -p ${ext_builddir} ;\
4a9d5109 865 fi ;\
7ec3af37 866 if [ ! -f stamp-ext ]; then \
82ba99d5
PE
867 (cd ${ext_builddir} && $(LN_S) $? . || true) ;\
868 fi ;\
869 $(STAMP) stamp-ext
4a9d5109 870
fd1e1726
BK
871# Have to deal with nested include directories, gah! Strip off source
872# directory before making the link.
4569a895
AT
873# XXX check ${pb_headers}
874stamp-pb:
875 @if [ ! -d "${pb_builddir}" ]; then \
876 mkdir -p ${pb_subdirs} ;\
00ff8e19 877 fi
4569a895
AT
878 @if [ ! -f stamp-pb ]; then \
879 cd ${pb_builddir} && for h in ${pb_headers1}; do \
880 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
00ff8e19
DE
881 $(LN_S) $$h $${build_name} || true ;\
882 done ;\
883 fi
4569a895
AT
884 @if [ ! -f stamp-pb ]; then \
885 cd ${pb_builddir} && for h in ${pb_headers2}; do \
886 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
00ff8e19
DE
887 $(LN_S) $$h $${build_name} || true ;\
888 done ;\
889 fi
4569a895
AT
890 @if [ ! -f stamp-pb ]; then \
891 cd ${pb_builddir} && for h in ${pb_headers3}; do \
892 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
00ff8e19
DE
893 $(LN_S) $$h $${build_name} || true ;\
894 done ;\
895 fi
4569a895
AT
896 @if [ ! -f stamp-pb ]; then \
897 cd ${pb_builddir} && for h in ${pb_headers4}; do \
898 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
00ff8e19
DE
899 $(LN_S) $$h $${build_name} || true ;\
900 done ;\
901 fi
4569a895
AT
902 @if [ ! -f stamp-pb ]; then \
903 cd ${pb_builddir} && for h in ${pb_headers5}; do \
904 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
00ff8e19
DE
905 $(LN_S) $$h $${build_name} || true ;\
906 done ;\
907 fi
4569a895
AT
908 @if [ ! -f stamp-pb ]; then \
909 cd ${pb_builddir} && for h in ${pb_headers6}; do \
910 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
911 $(LN_S) $$h $${build_name} || true ;\
912 done ;\
913 fi
914 @if [ ! -f stamp-pb ]; then \
915 cd ${pb_builddir} && for h in ${pb_headers7}; do \
916 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
917 $(LN_S) $$h $${build_name} || true ;\
918 done ;\
919 fi
920 $(STAMP) stamp-pb
3febde35
BK
921
922stamp-tr1: ${tr1_headers}
923 @if [ ! -d "${tr1_builddir}" ]; then \
924 mkdir -p ${tr1_builddir} ;\
925 fi ;\
926 if [ ! -f stamp-tr1 ]; then \
927 (cd ${tr1_builddir} && $(LN_S) $? . || true) ;\
928 fi ;\
929 $(STAMP) stamp-tr1
930
285b36d6
BK
931stamp-debug: ${debug_headers}
932 @if [ ! -d "${debug_builddir}" ]; then \
933 mkdir -p ${debug_builddir} ;\
934 fi ;\
935 if [ ! -f stamp-debug ]; then \
936 (cd ${debug_builddir} && @LN_S@ $? . || true) ;\
937 fi ;\
938 $(STAMP) stamp-debug
939
a30335e9
BK
940stamp-${host_alias}:
941 @if [ ! -d ${host_builddir} ]; then \
942 mkdir -p ${host_builddir} ;\
82ba99d5
PE
943 fi ;\
944 $(STAMP) stamp-${host_alias}
843312be 945
a30335e9
BK
946# Host includes static.
947# XXX Missing dependency info for {host_headers_extra}
948stamp-host: ${host_headers} ${host_headers_noinst} stamp-${host_alias}
949 @if [ ! -f stamp-host ]; then \
950 (cd ${host_builddir} ;\
82ba99d5 951 $(LN_S) ${host_headers} . || true ;\
ca618b60 952 $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_H) basic_file.h || true ;\
8b0d6051 953 $(LN_S) ${glibcxx_srcdir}/$(ALLOCATOR_H) c++allocator.h || true ;\
ca618b60
PE
954 $(LN_S) ${glibcxx_srcdir}/$(CSTDIO_H) c++io.h || true ;\
955 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_H) c++locale.h || true ;\
956 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) . || true ;\
bb2b2a24 957 $(LN_S) ${glibcxx_srcdir}/$(COMPATIBILITY_H) . || true ;\
ca618b60 958 $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_H) messages_members.h || true ;\
302ece50 959 $(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true);\
82ba99d5
PE
960 fi ;\
961 $(STAMP) stamp-host
4a9d5109 962
a30335e9 963# Host includes dynamic.
3cbc7af0
BK
964if ENABLE_SYMVERS_GNU_NAMESPACE
965stamp-namespace-version:
966 echo 1 > stamp-namespace-version
967else
968stamp-namespace-version:
969 echo 0 > stamp-namespace-version
970endif
98e615b4
BK
971
972if ENABLE_VISIBILITY
973stamp-visibility:
974 echo 1 > stamp-visibility
975else
976stamp-visibility:
977 echo 0 > stamp-visibility
978endif
979
3cbc7af0
BK
980${host_builddir}/c++config.h: ${CONFIG_HEADER} \
981 ${glibcxx_srcdir}/include/bits/c++config \
982 stamp-${host_alias} \
983 ${toplevel_srcdir}/gcc/DATESTAMP \
98e615b4
BK
984 stamp-namespace-version \
985 stamp-visibility
3cbc7af0
BK
986 @date=`cat ${toplevel_srcdir}/gcc/DATESTAMP` ;\
987 nsa_version=`cat stamp-namespace-version` ;\
98e615b4 988 visibility=`cat stamp-visibility` ;\
6defecc2
JJ
989 ldbl_compat='' ;\
990 grep "^[ ]*#[ ]*define[ ][ ]*_GLIBCXX_LONG_DOUBLE_COMPAT[ ][ ]*1[ ]*$$" \
991 ${CONFIG_HEADER} > /dev/null 2>&1 \
992 && ldbl_compat='s,^#undef _GLIBCXX_LONG_DOUBLE_COMPAT$$,#define _GLIBCXX_LONG_DOUBLE_COMPAT 1,' ;\
3cbc7af0
BK
993 sed -e "s,define __GLIBCXX__,define __GLIBCXX__ $$date," \
994 -e "s,define _GLIBCXX_NAMESPACE_ASSOCIATION_VERSION, define _GLIBCXX_NAMESPACE_ASSOCIATION_VERSION $$nsa_version," \
98e615b4 995 -e "s,define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY, define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY $$visibility," \
6defecc2 996 -e "$$ldbl_compat" \
3cbc7af0 997 < ${glibcxx_srcdir}/include/bits/c++config > $@ ;\
3d7c150e
BK
998 sed -e 's/HAVE_/_GLIBCXX_HAVE_/g' \
999 -e 's/PACKAGE/_GLIBCXX_PACKAGE/g' \
1000 -e 's/VERSION/_GLIBCXX_VERSION/g' \
1001 -e 's/WORDS_/_GLIBCXX_WORDS_/g' \
4ffe6e87 1002 -e 's/ICONV_CONST/_GLIBCXX_ICONV_CONST/g' \
6defecc2 1003 -e '/[ ]_GLIBCXX_LONG_DOUBLE_COMPAT[ ]/d' \
42ebb17f 1004 < ${CONFIG_HEADER} >> $@ ;\
3cbc7af0 1005 echo "" >> $@ ;\
af13a7a6 1006 echo "#endif // _GLIBCXX_CXX_CONFIG_H" >> $@
4a9d5109 1007
a30335e9 1008# Host includes for threads
4a9d5109
SW
1009uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
1010
a30335e9 1011${host_builddir}/gthr.h: ${toplevel_srcdir}/gcc/gthr.h stamp-${host_alias}
168aacd9
JM
1012 sed -e '/^#pragma/b' \
1013 -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
ec2075e9 1014 -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
4a9d5109 1015 -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
533ab4d1 1016 < ${toplevel_srcdir}/gcc/gthr.h > $@
4a9d5109 1017
a30335e9
BK
1018${host_builddir}/gthr-single.h: ${toplevel_srcdir}/gcc/gthr-single.h \
1019 stamp-${host_alias}
3d7c150e
BK
1020 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
1021 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
533ab4d1 1022 < ${toplevel_srcdir}/gcc/gthr-single.h > $@
4a9d5109 1023
a30335e9
BK
1024${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/gcc/gthr-posix.h \
1025 stamp-${host_alias}
3d7c150e
BK
1026 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
1027 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
ec2075e9
BK
1028 -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
1029 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
79d6ba0b
LR
1030 < ${toplevel_srcdir}/gcc/gthr-posix.h > $@
1031
512baaea
D
1032${host_builddir}/gthr-tpf.h: ${toplevel_srcdir}/gcc/gthr-tpf.h \
1033 stamp-${host_alias}
1034 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
1035 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1036 -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
1037 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
1038 < ${toplevel_srcdir}/gcc/gthr-tpf.h > $@
1039
3d7c150e 1040${host_builddir}/gthr-default.h: ${toplevel_srcdir}/gcc/${glibcxx_thread_h} \
a30335e9 1041 stamp-${host_alias}
3d7c150e
BK
1042 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
1043 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
ec2075e9
BK
1044 -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
1045 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
79d6ba0b 1046 -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
3d7c150e 1047 < ${toplevel_srcdir}/gcc/${glibcxx_thread_h} > $@
4a9d5109 1048
f42482f5
BK
1049# Build two precompiled C++ includes, stdc++.h.gch/*.gch
1050${pch1a_output}: ${allstamped} ${host_builddir}/c++config.h ${pch1_source}
6cbd871c
BK
1051 if [ ! -d "${pch1_output_builddir}" ]; then \
1052 mkdir -p ${pch1_output_builddir}; \
1053 fi; \
f42482f5 1054 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O0 -g ${pch1_source} -o $@
56dbe89d 1055 touch ${pch1_output_anchor}
6cbd871c 1056
f42482f5
BK
1057${pch1b_output}: ${allstamped} ${host_builddir}/c++config.h ${pch1_source}
1058 if [ ! -d "${pch1_output_builddir}" ]; then \
1059 mkdir -p ${pch1_output_builddir}; \
1060 fi; \
1061 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch1_source} -o $@
56dbe89d 1062 touch ${pch1_output_anchor}
6cbd871c 1063
f42482f5
BK
1064# Build a precompiled TR1 include, stdtr1c++.h.gch/O2.gch
1065${pch2_output}: ${pch2_source} ${pch1_output}
6cbd871c
BK
1066 if [ ! -d "${pch2_output_builddir}" ]; then \
1067 mkdir -p ${pch2_output_builddir}; \
8520f704 1068 fi; \
f42482f5 1069 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch2_source} -o $@
56dbe89d 1070 touch ${pch2_output_anchor}
6cbd871c 1071
f42482f5
BK
1072# Build a precompiled extension include, extc++.h.gch/O2.gch
1073${pch3_output}: ${pch3_source} ${pch2_output}
6cbd871c
BK
1074 if [ ! -d "${pch3_output_builddir}" ]; then \
1075 mkdir -p ${pch3_output_builddir}; \
1076 fi; \
f42482f5 1077 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch3_source} -o $@
56dbe89d 1078 touch ${pch3_output_anchor}
9e57d5ca 1079
7bfea936
LR
1080# For robustness sake (in light of junk files or in-source
1081# configuration), copy from the build or source tree to the install
1082# tree using only the human-maintained file lists and directory
1083# components. Yes, with minor differences, this is sheer duplication
1084# of the staging rules above using $(INSTALL_DATA) instead of LN_S and
3741b1ab 1085# `$(mkinstalldirs)' instead of `mkdir -p'. In particular,
a30335e9 1086# host_headers_extra are taken out of the build tree staging area;
7bfea936 1087# the rest are taken from the original source tree.
9e57d5ca 1088
92eabea2 1089if GLIBCXX_HOSTED
9e57d5ca 1090install-data-local: install-headers ${pch_install}
92eabea2
PE
1091else
1092install-data-local: install-freestanding-headers
1093endif
9e57d5ca 1094
92eabea2
PE
1095# This is a subset of the full install-headers rule. We only need <cstddef>,
1096# <limits>, <cstdlib>, <cstdarg>, <new>, <typeinfo>, <exception>, and any
1097# files which they include (and which we provide). The last three headers
1098# are installed by libsupc++, so only the first four and the sub-includes
1099# are copied here.
1100install-freestanding-headers:
1101 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
2b6dd222 1102 $(mkinstalldirs) $(DESTDIR)${host_installdir}
92eabea2 1103 for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h; do \
2b6dd222 1104 $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
92eabea2
PE
1105 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
1106 $(INSTALL_DATA) ${std_builddir}/limits $(DESTDIR)${gxx_include_dir}/${std_builddir}
1107 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${c_base_builddir}
1108 for file in cstddef cstdlib cstdarg; do \
1109 $(INSTALL_DATA) ${c_base_builddir}/$${file} $(DESTDIR)${gxx_include_dir}/${c_base_builddir}; done
1110
1111# The real deal.
9e57d5ca 1112install-headers:
90e5b39f
CC
1113 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
1114 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${bits_builddir}
7bfea936 1115 for file in ${bits_headers}; do \
90e5b39f
CC
1116 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${bits_builddir}; done
1117 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${backward_builddir}
7bfea936 1118 for file in ${backward_headers}; do \
90e5b39f
CC
1119 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${backward_builddir}; done
1120 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${ext_builddir}
7bfea936 1121 for file in ${ext_headers}; do \
90e5b39f 1122 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${ext_builddir}; done
4569a895
AT
1123 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${pb_builddir}
1124 for dir in ${pb_subdirs}; do \
fd1e1726 1125 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/$${dir} ; done
4569a895
AT
1126 for file in ${pb_headers1}; do \
1127 install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1128 relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1129 $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1130 for file in ${pb_headers2}; do \
1131 install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1132 relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1133 $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1134 for file in ${pb_headers3}; do \
1135 install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1136 relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
c35a51a5 1137 $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
4569a895
AT
1138 for file in ${pb_headers4}; do \
1139 install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1140 relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
c35a51a5 1141 $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
4569a895
AT
1142 for file in ${pb_headers5}; do \
1143 install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1144 relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
c35a51a5 1145 $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
4569a895
AT
1146 for file in ${pb_headers6}; do \
1147 install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1148 relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
c35a51a5 1149 $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
4569a895
AT
1150 for file in ${pb_headers7}; do \
1151 install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1152 relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
fd1e1726 1153 $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
3febde35
BK
1154 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${tr1_builddir}
1155 for file in ${tr1_headers}; do \
1156 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${tr1_builddir}; done
90e5b39f 1157 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${c_base_builddir}
18154730
BK
1158 for file in ${c_base_headers}; do \
1159 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${c_base_builddir}; done
e01c9849 1160 c_base_headers_extra_install='$(c_base_headers_extra)';\
3eb35fcf 1161 for file in $$c_base_headers_extra_install; do \
90e5b39f 1162 $(INSTALL_DATA) $$file $(DESTDIR)${gxx_include_dir}/${bits_builddir}; done
e01c9849
BK
1163 c_compatibility_headers_install='$(c_compatibility_headers_extra)';\
1164 for file in $$c_compatibility_headers_install; do \
90e5b39f
CC
1165 $(INSTALL_DATA) $$file $(DESTDIR)${gxx_include_dir}; done
1166 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
18154730
BK
1167 for file in ${std_headers}; do \
1168 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${std_builddir}; done
285b36d6
BK
1169 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${debug_builddir}
1170 for file in ${debug_headers}; do \
1171 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${debug_builddir}; done
2b6dd222 1172 $(mkinstalldirs) $(DESTDIR)${host_installdir}
a30335e9
BK
1173 for file in ${host_headers} ${host_headers_extra} \
1174 ${thread_host_headers}; do \
2b6dd222 1175 $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
4a9d5109 1176
9e57d5ca 1177install-pch:
6cbd871c
BK
1178 $(mkinstalldirs) $(DESTDIR)${pch1_output_installdir}
1179 for file in ${pch1_output_builddir}/*; do \
1180 $(INSTALL_DATA) $$file $(DESTDIR)${pch1_output_installdir}; done
1181 $(mkinstalldirs) $(DESTDIR)${pch2_output_installdir}
1182 for file in ${pch2_output_builddir}/*; do \
1183 $(INSTALL_DATA) $$file $(DESTDIR)${pch2_output_installdir}; done
56dbe89d
BK
1184 $(INSTALL_DATA) ${pch1_output_anchor} $(DESTDIR)${host_installdir}
1185 $(INSTALL_DATA) ${pch2_output_anchor} $(DESTDIR)${host_installdir}
9e57d5ca 1186
4e10943d 1187# By adding these files here, automake will remove them for 'make clean'
56dbe89d 1188CLEANFILES = ${pch_output} ${pch_output_anchors}
303c8bfd
BK
1189
1190# To remove directories.
1191clean-local:
f42482f5 1192 rm -rf ${pch_output_dirs}
c5535768
BK
1193
1194# Stop implicit '.o' make rules from ever stomping on extensionless
1195# headers, in the improbable case where some foolish, crack-addled
1196# developer tries to create them via make in the include build
1197# directory. (This is more of an example of how this kind of rule can
1198# be made.)
18154730
BK
1199.PRECIOUS: $(std_headers) $(c_base_headers) $(tr1_headers) $(ext_headers)
1200$(std_headers): ; @:
1201$(c_base_headers): ; @:
1202$(tr1_headers): ; @:
1203$(ext_headers): ; @: