1# verbatim from libstdc++/include/Makefile.in
2# Info also from libstdc++/libsupc++/Makefile.in
3
4COMPATIBILITY_H = config/abi/compatibility.h
5CLOCALE_CC = config/locale/dragonfly/c_locale.cc
6CLOCALE_H = config/locale/dragonfly/c_locale.h
7CLOCALE_INTERNAL_H = config/locale/generic/c++locale_internal.h
8CMESSAGES_CC = config/locale/generic/messages_members.cc
9CMESSAGES_H = config/locale/generic/messages_members.h
10CMONEY_CC = config/locale/dragonfly/monetary_members.cc
11CNUMERIC_CC = config/locale/dragonfly/numeric_members.cc
12ATOMIC_WORD_SRCDIR = config/cpu/generic
13ABI_TWEAKS_SRCDIR = config/cpu/generic
14CPU_DEFINES_SRCDIR = config/cpu/generic
15ERROR_CONSTANTS_SRCDIR = config/os/generic
16CPU_OPT_BITS_RANDOM = config/cpu/i486/opt/bits/opt_random.h
17CPU_OPT_EXT_RANDOM = config/cpu/i486/opt/ext/opt_random.h
18
19std_srcdir = ${glibcxx_srcdir}/include/std
20bits_srcdir = ${glibcxx_srcdir}/include/bits
21bits_sup_srcdir = ${glibcxx_srcdir}/libsupc++
22backward_srcdir = ${glibcxx_srcdir}/include/backward
23pb_srcdir = ${glibcxx_srcdir}/include/ext/pb_ds
24ext_srcdir = ${glibcxx_srcdir}/include/ext
25tr1_srcdir = ${glibcxx_srcdir}/include/tr1
26tr2_srcdir = ${glibcxx_srcdir}/include/tr2
27decimal_srcdir = ${glibcxx_srcdir}/include/decimal
28c_base_srcdir = ${glibcxx_srcdir}/include/c_global
29c_compatibility_srcdir = ${glibcxx_srcdir}/include/c_compatibility
30debug_srcdir = ${glibcxx_srcdir}/include/debug
31parallel_srcdir = ${glibcxx_srcdir}/include/parallel
32profile_srcdir = ${glibcxx_srcdir}/include/profile
33profile_impl_srcdir = ${glibcxx_srcdir}/include/profile/impl
34host_srcdir = ${glibcxx_srcdir}/config/os/bsd/dragonfly
35experimental_srcdir = ${glibcxx_srcdir}/include/experimental
36experimental_bits_srcdir = ${glibcxx_srcdir}/include/experimental/bits
37
38std_builddir = .
39bits_builddir = ./bits
40backward_builddir = ./backward
41pb_builddir = ./ext/pb_ds
42ext_builddir = ./ext
43tr1_builddir = ./tr1
44tr2_builddir = ./tr2
45decimal_builddir = ./decimal
46c_base_builddir = .
47c_compatibility_builddir = .
48debug_builddir = ./debug
49parallel_builddir = ./parallel
50profile_builddir = ./profile
51profile_impl_builddir = ./profile/impl
52experimental_builddir = ./experimental
53ext_host_builddir = ./ext
54
55##### HEAD: Not from Makefile.in #####
56bits_sup_builddir = bits
57ext_compat_builddir = ext
58host_builddir = bits
59supc_builddir = .
60host_headers_extra = \
61	c++config.h \
62	${glibcxx_srcdir}/config/allocator/new_allocator_base.h \
63	${glibcxx_srcdir}/config/io/basic_file_stdio.h \
64	${glibcxx_srcdir}/config/io/c_io_stdio.h \
65	${glibcxx_srcdir}/config/locale/dragonfly/c_locale.h \
66	${glibcxx_srcdir}/config/locale/generic/messages_members.h \
67	${glibcxx_srcdir}/config/locale/dragonfly/time_members.h \
68	${glibcxx_srcdir}/${CPU_OPT_BITS_RANDOM} \
69	gthr.h \
70	gthr-default.h \
71	gthr-posix.h \
72	gthr-single.h
73supc_headers = \
74	${glibcxx_srcdir}/libsupc++/cxxabi.h \
75	${glibcxx_srcdir}/libsupc++/exception \
76	${glibcxx_srcdir}/libsupc++/initializer_list \
77	${glibcxx_srcdir}/libsupc++/new \
78	${glibcxx_srcdir}/libsupc++/typeinfo
79##### TAIL: Not from Makefile.in #####
80
81std_headers = \
82	${std_srcdir}/algorithm \
83	${std_srcdir}/any \
84	${std_srcdir}/array \
85	${std_srcdir}/atomic \
86	${std_srcdir}/bitset \
87	${std_srcdir}/charconv \
88	${std_srcdir}/chrono \
89	${std_srcdir}/codecvt \
90	${std_srcdir}/complex \
91	${std_srcdir}/condition_variable \
92	${std_srcdir}/deque \
93	${std_srcdir}/filesystem \
94	${std_srcdir}/forward_list \
95	${std_srcdir}/fstream \
96	${std_srcdir}/functional \
97	${std_srcdir}/future \
98	${std_srcdir}/iomanip \
99	${std_srcdir}/ios \
100	${std_srcdir}/iosfwd \
101	${std_srcdir}/iostream \
102	${std_srcdir}/istream \
103	${std_srcdir}/iterator \
104	${std_srcdir}/limits \
105	${std_srcdir}/list \
106	${std_srcdir}/locale \
107	${std_srcdir}/map \
108	${std_srcdir}/memory \
109	${std_srcdir}/mutex \
110	${std_srcdir}/numeric \
111	${std_srcdir}/optional \
112	${std_srcdir}/ostream \
113	${std_srcdir}/queue \
114	${std_srcdir}/random \
115	${std_srcdir}/ratio \
116	${std_srcdir}/regex \
117	${std_srcdir}/scoped_allocator \
118	${std_srcdir}/set \
119	${std_srcdir}/shared_mutex \
120	${std_srcdir}/sstream \
121	${std_srcdir}/stack \
122	${std_srcdir}/stdexcept \
123	${std_srcdir}/streambuf \
124	${std_srcdir}/string \
125	${std_srcdir}/string_view \
126	${std_srcdir}/system_error \
127	${std_srcdir}/thread \
128	${std_srcdir}/tuple \
129	${std_srcdir}/typeindex \
130	${std_srcdir}/type_traits \
131	${std_srcdir}/unordered_map \
132	${std_srcdir}/unordered_set \
133	${std_srcdir}/utility \
134	${std_srcdir}/valarray \
135	${std_srcdir}/variant \
136	${std_srcdir}/vector
137
138bits_headers = \
139	${bits_srcdir}/algorithmfwd.h \
140	${bits_srcdir}/alloc_traits.h \
141	${bits_srcdir}/allocated_ptr.h \
142	${bits_srcdir}/allocator.h \
143	${bits_srcdir}/atomic_base.h \
144	${bits_srcdir}/atomic_futex.h \
145	${bits_srcdir}/basic_ios.h \
146	${bits_srcdir}/basic_ios.tcc \
147	${bits_srcdir}/basic_string.h \
148	${bits_srcdir}/basic_string.tcc \
149	${bits_srcdir}/boost_concept_check.h \
150	${bits_srcdir}/c++0x_warning.h \
151	${bits_srcdir}/char_traits.h \
152	${bits_srcdir}/codecvt.h \
153	${bits_srcdir}/concept_check.h \
154	${bits_srcdir}/cpp_type_traits.h \
155	${bits_srcdir}/deque.tcc \
156	${bits_srcdir}/enable_special_members.h \
157	${bits_srcdir}/forward_list.h \
158	${bits_srcdir}/forward_list.tcc \
159	${bits_srcdir}/fs_dir.h \
160	${bits_srcdir}/fs_fwd.h \
161	${bits_srcdir}/fs_ops.h \
162	${bits_srcdir}/fs_path.h \
163	${bits_srcdir}/fstream.tcc \
164	${bits_srcdir}/functexcept.h \
165	${bits_srcdir}/functional_hash.h \
166	${bits_srcdir}/gslice.h \
167	${bits_srcdir}/gslice_array.h \
168	${bits_srcdir}/hashtable.h \
169	${bits_srcdir}/hashtable_policy.h \
170	${bits_srcdir}/indirect_array.h \
171	${bits_srcdir}/invoke.h \
172	${bits_srcdir}/ios_base.h \
173	${bits_srcdir}/istream.tcc \
174	${bits_srcdir}/list.tcc \
175	${bits_srcdir}/locale_classes.h \
176	${bits_srcdir}/locale_classes.tcc \
177	${bits_srcdir}/locale_conv.h \
178	${bits_srcdir}/locale_facets.h \
179	${bits_srcdir}/locale_facets.tcc \
180	${bits_srcdir}/locale_facets_nonio.h \
181	${bits_srcdir}/locale_facets_nonio.tcc \
182	${bits_srcdir}/localefwd.h \
183	${bits_srcdir}/mask_array.h \
184	${bits_srcdir}/memoryfwd.h \
185	${bits_srcdir}/move.h \
186	${bits_srcdir}/node_handle.h \
187	${bits_srcdir}/ostream.tcc \
188	${bits_srcdir}/ostream_insert.h \
189	${bits_srcdir}/parse_numbers.h \
190	${bits_srcdir}/postypes.h \
191	${bits_srcdir}/predefined_ops.h \
192	${bits_srcdir}/ptr_traits.h \
193	${bits_srcdir}/quoted_string.h \
194	${bits_srcdir}/random.h \
195	${bits_srcdir}/random.tcc \
196	${bits_srcdir}/range_access.h \
197	${bits_srcdir}/refwrap.h \
198	${bits_srcdir}/regex.h \
199	${bits_srcdir}/regex.tcc \
200	${bits_srcdir}/regex_constants.h \
201	${bits_srcdir}/regex_error.h \
202	${bits_srcdir}/regex_scanner.h \
203	${bits_srcdir}/regex_scanner.tcc \
204	${bits_srcdir}/regex_automaton.h \
205	${bits_srcdir}/regex_automaton.tcc \
206	${bits_srcdir}/regex_compiler.h \
207	${bits_srcdir}/regex_compiler.tcc \
208	${bits_srcdir}/regex_executor.h \
209	${bits_srcdir}/regex_executor.tcc \
210	${bits_srcdir}/shared_ptr.h \
211	${bits_srcdir}/shared_ptr_atomic.h \
212	${bits_srcdir}/shared_ptr_base.h \
213	${bits_srcdir}/slice_array.h \
214	${bits_srcdir}/specfun.h \
215	${bits_srcdir}/sstream.tcc \
216	${bits_srcdir}/std_abs.h \
217	${bits_srcdir}/std_function.h \
218	${bits_srcdir}/std_mutex.h \
219	${bits_srcdir}/stl_algo.h \
220	${bits_srcdir}/stl_algobase.h \
221	${bits_srcdir}/stl_bvector.h \
222	${bits_srcdir}/stl_construct.h \
223	${bits_srcdir}/stl_deque.h \
224	${bits_srcdir}/stl_function.h \
225	${bits_srcdir}/stl_heap.h \
226	${bits_srcdir}/stl_iterator.h \
227	${bits_srcdir}/stl_iterator_base_funcs.h \
228	${bits_srcdir}/stl_iterator_base_types.h \
229	${bits_srcdir}/stl_list.h \
230	${bits_srcdir}/stl_map.h \
231	${bits_srcdir}/stl_multimap.h \
232	${bits_srcdir}/stl_multiset.h \
233	${bits_srcdir}/stl_numeric.h \
234	${bits_srcdir}/stl_pair.h \
235	${bits_srcdir}/stl_queue.h \
236	${bits_srcdir}/stl_raw_storage_iter.h \
237	${bits_srcdir}/stl_relops.h \
238	${bits_srcdir}/stl_set.h \
239	${bits_srcdir}/stl_stack.h \
240	${bits_srcdir}/stl_tempbuf.h \
241	${bits_srcdir}/stl_tree.h \
242	${bits_srcdir}/stl_uninitialized.h \
243	${bits_srcdir}/stl_vector.h \
244	${bits_srcdir}/stream_iterator.h \
245	${bits_srcdir}/streambuf_iterator.h \
246	${bits_srcdir}/streambuf.tcc \
247	${bits_srcdir}/stringfwd.h \
248	${bits_srcdir}/string_view.tcc \
249	${bits_srcdir}/uniform_int_dist.h \
250	${bits_srcdir}/unique_ptr.h \
251	${bits_srcdir}/unordered_map.h \
252	${bits_srcdir}/unordered_set.h \
253	${bits_srcdir}/uses_allocator.h \
254	${bits_srcdir}/valarray_array.h \
255	${bits_srcdir}/valarray_array.tcc \
256	${bits_srcdir}/valarray_before.h \
257	${bits_srcdir}/valarray_after.h \
258	${bits_srcdir}/vector.tcc
259
260bits_sup_headers = \
261	${bits_sup_srcdir}/atomic_lockfree_defines.h \
262	${bits_sup_srcdir}/cxxabi_forced.h \
263	${bits_sup_srcdir}/cxxabi_init_exception.h \
264	${bits_sup_srcdir}/exception.h \
265	${bits_sup_srcdir}/exception_defines.h \
266	${bits_sup_srcdir}/exception_ptr.h \
267	${bits_sup_srcdir}/hash_bytes.h \
268	${bits_sup_srcdir}/nested_exception.h
269
270backward_headers = \
271	${backward_srcdir}/auto_ptr.h \
272	${backward_srcdir}/backward_warning.h \
273	${backward_srcdir}/binders.h \
274	${backward_srcdir}/hash_map \
275	${backward_srcdir}/hash_set \
276	${backward_srcdir}/hash_fun.h \
277	${backward_srcdir}/hashtable.h \
278	${backward_srcdir}/strstream
279
280pb_headers1 = \
281	${pb_srcdir}/assoc_container.hpp \
282	${pb_srcdir}/exception.hpp \
283	${pb_srcdir}/hash_policy.hpp \
284	${pb_srcdir}/list_update_policy.hpp \
285	${pb_srcdir}/priority_queue.hpp \
286	${pb_srcdir}/tag_and_trait.hpp \
287	${pb_srcdir}/tree_policy.hpp \
288	${pb_srcdir}/trie_policy.hpp \
289	${pb_srcdir}/detail/branch_policy/branch_policy.hpp \
290	${pb_srcdir}/detail/branch_policy/null_node_metadata.hpp \
291	${pb_srcdir}/detail/branch_policy/traits.hpp \
292	${pb_srcdir}/detail/binary_heap_/binary_heap_.hpp \
293	${pb_srcdir}/detail/binary_heap_/const_iterator.hpp \
294	${pb_srcdir}/detail/binary_heap_/point_const_iterator.hpp \
295	${pb_srcdir}/detail/binary_heap_/constructors_destructor_fn_imps.hpp \
296	${pb_srcdir}/detail/binary_heap_/debug_fn_imps.hpp \
297	${pb_srcdir}/detail/binary_heap_/entry_cmp.hpp \
298	${pb_srcdir}/detail/binary_heap_/entry_pred.hpp \
299	${pb_srcdir}/detail/binary_heap_/erase_fn_imps.hpp \
300	${pb_srcdir}/detail/binary_heap_/find_fn_imps.hpp \
301	${pb_srcdir}/detail/binary_heap_/info_fn_imps.hpp \
302	${pb_srcdir}/detail/binary_heap_/insert_fn_imps.hpp \
303	${pb_srcdir}/detail/binary_heap_/iterators_fn_imps.hpp \
304	${pb_srcdir}/detail/binary_heap_/policy_access_fn_imps.hpp \
305	${pb_srcdir}/detail/binary_heap_/resize_policy.hpp \
306	${pb_srcdir}/detail/binary_heap_/split_join_fn_imps.hpp \
307	${pb_srcdir}/detail/binary_heap_/trace_fn_imps.hpp \
308	${pb_srcdir}/detail/binomial_heap_base_/binomial_heap_base_.hpp \
309	${pb_srcdir}/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp \
310	${pb_srcdir}/detail/binomial_heap_base_/debug_fn_imps.hpp \
311	${pb_srcdir}/detail/binomial_heap_base_/erase_fn_imps.hpp \
312	${pb_srcdir}/detail/binomial_heap_base_/find_fn_imps.hpp \
313	${pb_srcdir}/detail/binomial_heap_base_/insert_fn_imps.hpp \
314	${pb_srcdir}/detail/binomial_heap_base_/split_join_fn_imps.hpp \
315	${pb_srcdir}/detail/binomial_heap_/binomial_heap_.hpp \
316	${pb_srcdir}/detail/binomial_heap_/constructors_destructor_fn_imps.hpp \
317	${pb_srcdir}/detail/binomial_heap_/debug_fn_imps.hpp \
318	${pb_srcdir}/detail/bin_search_tree_/bin_search_tree_.hpp
319
320pb_headers2 = \
321	${pb_srcdir}/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp \
322	${pb_srcdir}/detail/bin_search_tree_/debug_fn_imps.hpp \
323	${pb_srcdir}/detail/bin_search_tree_/erase_fn_imps.hpp \
324	${pb_srcdir}/detail/bin_search_tree_/find_fn_imps.hpp \
325	${pb_srcdir}/detail/bin_search_tree_/info_fn_imps.hpp \
326	${pb_srcdir}/detail/bin_search_tree_/insert_fn_imps.hpp \
327	${pb_srcdir}/detail/bin_search_tree_/iterators_fn_imps.hpp \
328	${pb_srcdir}/detail/bin_search_tree_/node_iterators.hpp \
329	${pb_srcdir}/detail/bin_search_tree_/point_iterators.hpp \
330	${pb_srcdir}/detail/bin_search_tree_/policy_access_fn_imps.hpp \
331	${pb_srcdir}/detail/bin_search_tree_/r_erase_fn_imps.hpp \
332	${pb_srcdir}/detail/bin_search_tree_/rotate_fn_imps.hpp \
333	${pb_srcdir}/detail/bin_search_tree_/split_join_fn_imps.hpp \
334	${pb_srcdir}/detail/bin_search_tree_/traits.hpp \
335	${pb_srcdir}/detail/cc_hash_table_map_/cc_ht_map_.hpp \
336	${pb_srcdir}/detail/cc_hash_table_map_/cmp_fn_imps.hpp \
337	${pb_srcdir}/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp \
338	${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp \
339	${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp \
340	${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp \
341	${pb_srcdir}/detail/cc_hash_table_map_/debug_fn_imps.hpp \
342	${pb_srcdir}/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp \
343	${pb_srcdir}/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp \
344	${pb_srcdir}/detail/cc_hash_table_map_/entry_list_fn_imps.hpp \
345	${pb_srcdir}/detail/cc_hash_table_map_/erase_fn_imps.hpp \
346	${pb_srcdir}/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp \
347	${pb_srcdir}/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp \
348	${pb_srcdir}/detail/cc_hash_table_map_/find_fn_imps.hpp \
349	${pb_srcdir}/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp \
350	${pb_srcdir}/detail/cc_hash_table_map_/info_fn_imps.hpp \
351	${pb_srcdir}/detail/cc_hash_table_map_/insert_fn_imps.hpp \
352	${pb_srcdir}/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp \
353	${pb_srcdir}/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp \
354	${pb_srcdir}/detail/cc_hash_table_map_/iterators_fn_imps.hpp \
355	${pb_srcdir}/detail/cc_hash_table_map_/policy_access_fn_imps.hpp \
356	${pb_srcdir}/detail/cc_hash_table_map_/resize_fn_imps.hpp \
357	${pb_srcdir}/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp \
358	${pb_srcdir}/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp \
359	${pb_srcdir}/detail/cc_hash_table_map_/size_fn_imps.hpp
360
361pb_headers3 = \
362	${pb_srcdir}/detail/cc_hash_table_map_/trace_fn_imps.hpp \
363	${pb_srcdir}/detail/cond_dealtor.hpp \
364	${pb_srcdir}/detail/container_base_dispatch.hpp \
365	${pb_srcdir}/detail/eq_fn/eq_by_less.hpp \
366	${pb_srcdir}/detail/eq_fn/hash_eq_fn.hpp \
367	${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp \
368	${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp \
369	${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp \
370	${pb_srcdir}/detail/gp_hash_table_map_/debug_fn_imps.hpp \
371	${pb_srcdir}/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp \
372	${pb_srcdir}/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp \
373	${pb_srcdir}/detail/gp_hash_table_map_/erase_fn_imps.hpp \
374	${pb_srcdir}/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp \
375	${pb_srcdir}/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp \
376	${pb_srcdir}/detail/gp_hash_table_map_/find_fn_imps.hpp \
377	${pb_srcdir}/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp \
378	${pb_srcdir}/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp \
379	${pb_srcdir}/detail/gp_hash_table_map_/gp_ht_map_.hpp \
380	${pb_srcdir}/detail/gp_hash_table_map_/info_fn_imps.hpp \
381	${pb_srcdir}/detail/gp_hash_table_map_/insert_fn_imps.hpp \
382	${pb_srcdir}/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp \
383	${pb_srcdir}/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp \
384	${pb_srcdir}/detail/gp_hash_table_map_/iterator_fn_imps.hpp \
385	${pb_srcdir}/detail/gp_hash_table_map_/policy_access_fn_imps.hpp \
386	${pb_srcdir}/detail/gp_hash_table_map_/resize_fn_imps.hpp \
387	${pb_srcdir}/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp \
388	${pb_srcdir}/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp \
389	${pb_srcdir}/detail/gp_hash_table_map_/trace_fn_imps.hpp \
390	${pb_srcdir}/detail/hash_fn/direct_mask_range_hashing_imp.hpp \
391	${pb_srcdir}/detail/hash_fn/direct_mod_range_hashing_imp.hpp \
392	${pb_srcdir}/detail/hash_fn/linear_probe_fn_imp.hpp \
393	${pb_srcdir}/detail/hash_fn/mask_based_range_hashing.hpp \
394	${pb_srcdir}/detail/hash_fn/mod_based_range_hashing.hpp \
395	${pb_srcdir}/detail/hash_fn/probe_fn_base.hpp \
396	${pb_srcdir}/detail/hash_fn/quadratic_probe_fn_imp.hpp \
397	${pb_srcdir}/detail/hash_fn/ranged_hash_fn.hpp \
398	${pb_srcdir}/detail/hash_fn/ranged_probe_fn.hpp
399
400pb_headers4 = \
401	${pb_srcdir}/detail/hash_fn/sample_probe_fn.hpp \
402	${pb_srcdir}/detail/hash_fn/sample_ranged_hash_fn.hpp \
403	${pb_srcdir}/detail/hash_fn/sample_ranged_probe_fn.hpp \
404	${pb_srcdir}/detail/hash_fn/sample_range_hashing.hpp \
405	${pb_srcdir}/detail/left_child_next_sibling_heap_/const_iterator.hpp \
406	${pb_srcdir}/detail/left_child_next_sibling_heap_/point_const_iterator.hpp \
407	${pb_srcdir}/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp \
408	${pb_srcdir}/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp \
409	${pb_srcdir}/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp \
410	${pb_srcdir}/detail/left_child_next_sibling_heap_/info_fn_imps.hpp \
411	${pb_srcdir}/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp \
412	${pb_srcdir}/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp \
413	${pb_srcdir}/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp \
414	${pb_srcdir}/detail/left_child_next_sibling_heap_/node.hpp \
415	${pb_srcdir}/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp \
416	${pb_srcdir}/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp \
417	${pb_srcdir}/detail/list_update_map_/constructor_destructor_fn_imps.hpp \
418	${pb_srcdir}/detail/list_update_map_/debug_fn_imps.hpp \
419	${pb_srcdir}/detail/list_update_map_/entry_metadata_base.hpp \
420	${pb_srcdir}/detail/list_update_map_/erase_fn_imps.hpp \
421	${pb_srcdir}/detail/list_update_map_/find_fn_imps.hpp \
422	${pb_srcdir}/detail/list_update_map_/info_fn_imps.hpp \
423	${pb_srcdir}/detail/list_update_map_/insert_fn_imps.hpp \
424	${pb_srcdir}/detail/list_update_map_/iterators_fn_imps.hpp \
425	${pb_srcdir}/detail/list_update_map_/lu_map_.hpp \
426	${pb_srcdir}/detail/list_update_map_/trace_fn_imps.hpp \
427	${pb_srcdir}/detail/list_update_policy/lu_counter_metadata.hpp \
428	${pb_srcdir}/detail/list_update_policy/sample_update_policy.hpp \
429	${pb_srcdir}/detail/debug_map_base.hpp \
430	${pb_srcdir}/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp \
431	${pb_srcdir}/detail/ov_tree_map_/debug_fn_imps.hpp \
432	${pb_srcdir}/detail/ov_tree_map_/erase_fn_imps.hpp \
433	${pb_srcdir}/detail/ov_tree_map_/info_fn_imps.hpp \
434	${pb_srcdir}/detail/ov_tree_map_/insert_fn_imps.hpp \
435	${pb_srcdir}/detail/ov_tree_map_/iterators_fn_imps.hpp \
436	${pb_srcdir}/detail/ov_tree_map_/node_iterators.hpp \
437	${pb_srcdir}/detail/ov_tree_map_/ov_tree_map_.hpp
438
439pb_headers5 = \
440	${pb_srcdir}/detail/ov_tree_map_/policy_access_fn_imps.hpp \
441	${pb_srcdir}/detail/ov_tree_map_/split_join_fn_imps.hpp \
442	${pb_srcdir}/detail/ov_tree_map_/traits.hpp \
443	${pb_srcdir}/detail/pairing_heap_/constructors_destructor_fn_imps.hpp \
444	${pb_srcdir}/detail/pairing_heap_/debug_fn_imps.hpp \
445	${pb_srcdir}/detail/pairing_heap_/erase_fn_imps.hpp \
446	${pb_srcdir}/detail/pairing_heap_/find_fn_imps.hpp \
447	${pb_srcdir}/detail/pairing_heap_/insert_fn_imps.hpp \
448	${pb_srcdir}/detail/pairing_heap_/pairing_heap_.hpp \
449	${pb_srcdir}/detail/pairing_heap_/split_join_fn_imps.hpp \
450	${pb_srcdir}/detail/pat_trie_/constructors_destructor_fn_imps.hpp \
451	${pb_srcdir}/detail/pat_trie_/debug_fn_imps.hpp \
452	${pb_srcdir}/detail/pat_trie_/erase_fn_imps.hpp \
453	${pb_srcdir}/detail/pat_trie_/find_fn_imps.hpp \
454	${pb_srcdir}/detail/pat_trie_/info_fn_imps.hpp \
455	${pb_srcdir}/detail/pat_trie_/insert_join_fn_imps.hpp \
456	${pb_srcdir}/detail/pat_trie_/iterators_fn_imps.hpp \
457	${pb_srcdir}/detail/pat_trie_/pat_trie_.hpp \
458	${pb_srcdir}/detail/pat_trie_/pat_trie_base.hpp \
459	${pb_srcdir}/detail/pat_trie_/policy_access_fn_imps.hpp \
460	${pb_srcdir}/detail/pat_trie_/r_erase_fn_imps.hpp \
461	${pb_srcdir}/detail/pat_trie_/rotate_fn_imps.hpp \
462	${pb_srcdir}/detail/pat_trie_/split_fn_imps.hpp \
463	${pb_srcdir}/detail/pat_trie_/synth_access_traits.hpp \
464	${pb_srcdir}/detail/pat_trie_/trace_fn_imps.hpp \
465	${pb_srcdir}/detail/pat_trie_/traits.hpp \
466	${pb_srcdir}/detail/pat_trie_/update_fn_imps.hpp \
467	${pb_srcdir}/detail/priority_queue_base_dispatch.hpp \
468	${pb_srcdir}/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp \
469	${pb_srcdir}/detail/rb_tree_map_/debug_fn_imps.hpp
470
471pb_headers6 = \
472	${pb_srcdir}/detail/rb_tree_map_/erase_fn_imps.hpp \
473	${pb_srcdir}/detail/rb_tree_map_/find_fn_imps.hpp \
474	${pb_srcdir}/detail/rb_tree_map_/info_fn_imps.hpp \
475	${pb_srcdir}/detail/rb_tree_map_/insert_fn_imps.hpp \
476	${pb_srcdir}/detail/rb_tree_map_/node.hpp \
477	${pb_srcdir}/detail/rb_tree_map_/rb_tree_.hpp \
478	${pb_srcdir}/detail/rb_tree_map_/split_join_fn_imps.hpp \
479	${pb_srcdir}/detail/rb_tree_map_/traits.hpp \
480	${pb_srcdir}/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp \
481	${pb_srcdir}/detail/rc_binomial_heap_/debug_fn_imps.hpp \
482	${pb_srcdir}/detail/rc_binomial_heap_/erase_fn_imps.hpp \
483	${pb_srcdir}/detail/rc_binomial_heap_/insert_fn_imps.hpp \
484	${pb_srcdir}/detail/rc_binomial_heap_/rc_binomial_heap_.hpp \
485	${pb_srcdir}/detail/rc_binomial_heap_/rc.hpp \
486	${pb_srcdir}/detail/rc_binomial_heap_/split_join_fn_imps.hpp \
487	${pb_srcdir}/detail/rc_binomial_heap_/trace_fn_imps.hpp \
488	${pb_srcdir}/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp \
489	${pb_srcdir}/detail/resize_policy/hash_exponential_size_policy_imp.hpp \
490	${pb_srcdir}/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp \
491	${pb_srcdir}/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp \
492	${pb_srcdir}/detail/resize_policy/hash_prime_size_policy_imp.hpp \
493	${pb_srcdir}/detail/resize_policy/hash_standard_resize_policy_imp.hpp \
494	${pb_srcdir}/detail/resize_policy/sample_resize_policy.hpp \
495	${pb_srcdir}/detail/resize_policy/sample_resize_trigger.hpp \
496	${pb_srcdir}/detail/resize_policy/sample_size_policy.hpp \
497	${pb_srcdir}/detail/splay_tree_/constructors_destructor_fn_imps.hpp \
498	${pb_srcdir}/detail/splay_tree_/debug_fn_imps.hpp \
499	${pb_srcdir}/detail/splay_tree_/erase_fn_imps.hpp \
500	${pb_srcdir}/detail/splay_tree_/find_fn_imps.hpp \
501	${pb_srcdir}/detail/splay_tree_/info_fn_imps.hpp \
502	${pb_srcdir}/detail/splay_tree_/insert_fn_imps.hpp \
503	${pb_srcdir}/detail/splay_tree_/node.hpp \
504	${pb_srcdir}/detail/splay_tree_/splay_fn_imps.hpp \
505	${pb_srcdir}/detail/splay_tree_/splay_tree_.hpp \
506	${pb_srcdir}/detail/splay_tree_/split_join_fn_imps.hpp \
507	${pb_srcdir}/detail/splay_tree_/traits.hpp \
508	${pb_srcdir}/detail/standard_policies.hpp \
509	${pb_srcdir}/detail/thin_heap_/constructors_destructor_fn_imps.hpp \
510	${pb_srcdir}/detail/thin_heap_/debug_fn_imps.hpp \
511	${pb_srcdir}/detail/thin_heap_/erase_fn_imps.hpp
512
513pb_headers7 = \
514	${pb_srcdir}/detail/thin_heap_/find_fn_imps.hpp \
515	${pb_srcdir}/detail/thin_heap_/insert_fn_imps.hpp \
516	${pb_srcdir}/detail/thin_heap_/split_join_fn_imps.hpp \
517	${pb_srcdir}/detail/thin_heap_/thin_heap_.hpp \
518	${pb_srcdir}/detail/thin_heap_/trace_fn_imps.hpp \
519	${pb_srcdir}/detail/tree_policy/node_metadata_selector.hpp \
520	${pb_srcdir}/detail/tree_policy/order_statistics_imp.hpp \
521	${pb_srcdir}/detail/tree_policy/sample_tree_node_update.hpp \
522	${pb_srcdir}/detail/tree_trace_base.hpp \
523	${pb_srcdir}/detail/trie_policy/node_metadata_selector.hpp \
524	${pb_srcdir}/detail/trie_policy/order_statistics_imp.hpp \
525	${pb_srcdir}/detail/trie_policy/prefix_search_node_update_imp.hpp \
526	${pb_srcdir}/detail/trie_policy/sample_trie_access_traits.hpp \
527	${pb_srcdir}/detail/trie_policy/sample_trie_node_update.hpp \
528	${pb_srcdir}/detail/trie_policy/trie_string_access_traits_imp.hpp \
529	${pb_srcdir}/detail/trie_policy/trie_policy_base.hpp \
530	${pb_srcdir}/detail/types_traits.hpp \
531	${pb_srcdir}/detail/type_utils.hpp \
532	${pb_srcdir}/detail/unordered_iterator/const_iterator.hpp \
533	${pb_srcdir}/detail/unordered_iterator/point_const_iterator.hpp \
534	${pb_srcdir}/detail/unordered_iterator/iterator.hpp \
535	${pb_srcdir}/detail/unordered_iterator/point_iterator.hpp
536
537ext_headers = \
538	${ext_srcdir}/algorithm \
539	${ext_srcdir}/aligned_buffer.h \
540	${ext_srcdir}/alloc_traits.h \
541	${ext_srcdir}/atomicity.h \
542	${ext_srcdir}/array_allocator.h \
543	${ext_srcdir}/bitmap_allocator.h \
544	${ext_srcdir}/cast.h \
545	${ext_srcdir}/cmath \
546	${ext_srcdir}/codecvt_specializations.h \
547	${ext_srcdir}/concurrence.h \
548	${ext_srcdir}/debug_allocator.h \
549	${ext_srcdir}/enc_filebuf.h \
550	${ext_srcdir}/extptr_allocator.h \
551	${ext_srcdir}/stdio_filebuf.h \
552	${ext_srcdir}/stdio_sync_filebuf.h \
553	${ext_srcdir}/functional \
554	${ext_srcdir}/iterator \
555	${ext_srcdir}/malloc_allocator.h \
556	${ext_srcdir}/memory \
557	${ext_srcdir}/mt_allocator.h \
558	${ext_srcdir}/new_allocator.h \
559	${ext_srcdir}/numeric \
560	${ext_srcdir}/numeric_traits.h \
561	${ext_srcdir}/pod_char_traits.h \
562	${ext_srcdir}/pointer.h \
563	${ext_srcdir}/pool_allocator.h \
564	${ext_srcdir}/rb_tree \
565	${ext_srcdir}/random \
566	${ext_srcdir}/random.tcc \
567	${ext_srcdir}/rope \
568	${ext_srcdir}/ropeimpl.h \
569	${ext_srcdir}/slist \
570	${ext_srcdir}/string_conversions.h \
571	${ext_srcdir}/throw_allocator.h \
572	${ext_srcdir}/typelist.h \
573	${ext_srcdir}/type_traits.h \
574	${ext_srcdir}/rc_string_base.h \
575	${ext_srcdir}/sso_string_base.h \
576	${ext_srcdir}/vstring.h \
577	${ext_srcdir}/vstring.tcc \
578	${ext_srcdir}/vstring_fwd.h \
579	${ext_srcdir}/vstring_util.h \
580	${ext_compat_headers}
581
582ext_compat_headers = \
583	${backward_srcdir}/hash_set \
584	${backward_srcdir}/hash_map
585
586ext_host_headers = \
587	${glibcxx_srcdir}/${CPU_OPT_EXT_RANDOM}
588
589tr1_headers = \
590	${tr1_srcdir}/array \
591	${tr1_srcdir}/bessel_function.tcc \
592	${tr1_srcdir}/beta_function.tcc \
593	${tr1_srcdir}/ccomplex \
594	${tr1_srcdir}/cctype \
595	${tr1_srcdir}/cfenv \
596	${tr1_srcdir}/cfloat \
597	${tr1_srcdir}/cinttypes \
598	${tr1_srcdir}/climits \
599	${tr1_srcdir}/cmath \
600	${tr1_srcdir}/complex \
601	${tr1_srcdir}/complex.h \
602	${tr1_srcdir}/cstdarg \
603	${tr1_srcdir}/cstdbool \
604	${tr1_srcdir}/cstdint \
605	${tr1_srcdir}/cstdio \
606	${tr1_srcdir}/cstdlib \
607	${tr1_srcdir}/ctgmath \
608	${tr1_srcdir}/ctime \
609	${tr1_srcdir}/ctype.h \
610	${tr1_srcdir}/cwchar \
611	${tr1_srcdir}/cwctype \
612	${tr1_srcdir}/ell_integral.tcc \
613	${tr1_srcdir}/exp_integral.tcc \
614	${tr1_srcdir}/fenv.h \
615	${tr1_srcdir}/float.h \
616	${tr1_srcdir}/functional \
617	${tr1_srcdir}/functional_hash.h \
618	${tr1_srcdir}/gamma.tcc \
619	${tr1_srcdir}/hypergeometric.tcc \
620	${tr1_srcdir}/hashtable.h \
621	${tr1_srcdir}/hashtable_policy.h \
622	${tr1_srcdir}/inttypes.h \
623	${tr1_srcdir}/limits.h \
624	${tr1_srcdir}/math.h \
625	${tr1_srcdir}/memory \
626	${tr1_srcdir}/modified_bessel_func.tcc \
627	${tr1_srcdir}/poly_hermite.tcc \
628	${tr1_srcdir}/poly_laguerre.tcc \
629	${tr1_srcdir}/legendre_function.tcc \
630	${tr1_srcdir}/random \
631	${tr1_srcdir}/random.h \
632	${tr1_srcdir}/random.tcc \
633	${tr1_srcdir}/regex \
634	${tr1_srcdir}/riemann_zeta.tcc \
635	${tr1_srcdir}/shared_ptr.h \
636	${tr1_srcdir}/special_function_util.h \
637	${tr1_srcdir}/stdarg.h \
638	${tr1_srcdir}/stdbool.h \
639	${tr1_srcdir}/stdint.h \
640	${tr1_srcdir}/stdio.h \
641	${tr1_srcdir}/stdlib.h \
642	${tr1_srcdir}/tgmath.h \
643	${tr1_srcdir}/tuple \
644	${tr1_srcdir}/type_traits \
645	${tr1_srcdir}/unordered_map \
646	${tr1_srcdir}/unordered_map.h \
647	${tr1_srcdir}/unordered_set \
648	${tr1_srcdir}/unordered_set.h \
649	${tr1_srcdir}/utility \
650	${tr1_srcdir}/wchar.h \
651	${tr1_srcdir}/wctype.h
652
653tr2_headers = \
654	${tr2_srcdir}/bool_set \
655	${tr2_srcdir}/bool_set.tcc \
656	${tr2_srcdir}/dynamic_bitset \
657	${tr2_srcdir}/dynamic_bitset.tcc \
658	${tr2_srcdir}/ratio \
659	${tr2_srcdir}/type_traits
660
661decimal_headers = \
662	${decimal_srcdir}/decimal \
663	${decimal_srcdir}/decimal.h
664
665# Post-C++11 TS's
666experimental_headers = \
667	${experimental_srcdir}/algorithm \
668	${experimental_srcdir}/any \
669	${experimental_srcdir}/array \
670	${experimental_srcdir}/chrono \
671	${experimental_srcdir}/deque \
672	${experimental_srcdir}/forward_list \
673	${experimental_srcdir}/functional \
674	${experimental_srcdir}/iterator \
675	${experimental_srcdir}/list \
676	${experimental_srcdir}/map \
677	${experimental_srcdir}/memory \
678	${experimental_srcdir}/memory_resource \
679	${experimental_srcdir}/numeric \
680	${experimental_srcdir}/optional \
681	${experimental_srcdir}/propagate_const \
682	${experimental_srcdir}/random \
683	${experimental_srcdir}/ratio \
684	${experimental_srcdir}/regex \
685	${experimental_srcdir}/set \
686	${experimental_srcdir}/source_location \
687	${experimental_srcdir}/string \
688	${experimental_srcdir}/string_view \
689	${experimental_srcdir}/system_error \
690	${experimental_srcdir}/tuple \
691	${experimental_srcdir}/type_traits \
692	${experimental_srcdir}/unordered_map \
693	${experimental_srcdir}/unordered_set \
694	${experimental_srcdir}/utility \
695	${experimental_srcdir}/vector \
696	${experimental_filesystem_headers}
697
698experimental_bits_headers = \
699	${experimental_bits_srcdir}/erase_if.h \
700	${experimental_bits_srcdir}/lfts_config.h \
701	${experimental_bits_srcdir}/shared_ptr.h \
702	${experimental_bits_srcdir}/string_view.tcc \
703	${experimental_bits_filesystem_headers}
704
705experimental_filesystem_headers =
706
707experimental_bits_filesystem_headers=
708
709c_base_headers = \
710	${c_base_srcdir}/cassert \
711	${c_base_srcdir}/ccomplex \
712	${c_base_srcdir}/cctype \
713	${c_base_srcdir}/cerrno \
714	${c_base_srcdir}/cfenv \
715	${c_base_srcdir}/cfloat \
716	${c_base_srcdir}/cinttypes \
717	${c_base_srcdir}/ciso646 \
718	${c_base_srcdir}/climits \
719	${c_base_srcdir}/clocale \
720	${c_base_srcdir}/cmath \
721	${c_base_srcdir}/csetjmp \
722	${c_base_srcdir}/csignal \
723	${c_base_srcdir}/cstdalign \
724	${c_base_srcdir}/cstdarg \
725	${c_base_srcdir}/cstdbool \
726	${c_base_srcdir}/cstddef \
727	${c_base_srcdir}/cstdint \
728	${c_base_srcdir}/cstdio \
729	${c_base_srcdir}/cstdlib \
730	${c_base_srcdir}/cstring \
731	${c_base_srcdir}/ctgmath \
732	${c_base_srcdir}/ctime \
733	${c_base_srcdir}/cuchar \
734	${c_base_srcdir}/cwchar \
735	${c_base_srcdir}/cwctype
736
737c_compatibility_headers = \
738	${c_compatibility_srcdir}/complex.h \
739	${c_compatibility_srcdir}/fenv.h \
740	${c_compatibility_srcdir}/tgmath.h
741
742debug_headers = \
743	${debug_srcdir}/array \
744	${debug_srcdir}/assertions.h \
745	${debug_srcdir}/bitset \
746	${debug_srcdir}/debug.h \
747	${debug_srcdir}/deque \
748	${debug_srcdir}/formatter.h \
749	${debug_srcdir}/forward_list \
750	${debug_srcdir}/functions.h \
751	${debug_srcdir}/helper_functions.h \
752	${debug_srcdir}/list \
753	${debug_srcdir}/map \
754	${debug_srcdir}/macros.h \
755	${debug_srcdir}/map.h \
756	${debug_srcdir}/multimap.h \
757	${debug_srcdir}/multiset.h \
758	${debug_srcdir}/safe_base.h \
759	${debug_srcdir}/safe_container.h \
760	${debug_srcdir}/safe_iterator.h \
761	${debug_srcdir}/safe_iterator.tcc \
762	${debug_srcdir}/safe_local_iterator.h \
763	${debug_srcdir}/safe_local_iterator.tcc \
764	${debug_srcdir}/safe_sequence.h \
765	${debug_srcdir}/safe_sequence.tcc \
766	${debug_srcdir}/safe_unordered_base.h \
767	${debug_srcdir}/safe_unordered_container.h \
768	${debug_srcdir}/safe_unordered_container.tcc \
769	${debug_srcdir}/set \
770	${debug_srcdir}/set.h \
771	${debug_srcdir}/stl_iterator.h \
772	${debug_srcdir}/string \
773	${debug_srcdir}/unordered_map \
774	${debug_srcdir}/unordered_set \
775	${debug_srcdir}/vector
776
777parallel_headers = \
778	${parallel_srcdir}/algo.h \
779	${parallel_srcdir}/algobase.h \
780	${parallel_srcdir}/algorithm \
781	${parallel_srcdir}/algorithmfwd.h \
782	${parallel_srcdir}/balanced_quicksort.h \
783	${parallel_srcdir}/base.h \
784	${parallel_srcdir}/basic_iterator.h \
785	${parallel_srcdir}/checkers.h \
786	${parallel_srcdir}/compatibility.h \
787	${parallel_srcdir}/compiletime_settings.h \
788	${parallel_srcdir}/equally_split.h \
789	${parallel_srcdir}/features.h \
790	${parallel_srcdir}/find.h \
791	${parallel_srcdir}/find_selectors.h \
792	${parallel_srcdir}/for_each.h \
793	${parallel_srcdir}/for_each_selectors.h \
794	${parallel_srcdir}/iterator.h \
795	${parallel_srcdir}/list_partition.h \
796	${parallel_srcdir}/losertree.h \
797	${parallel_srcdir}/merge.h \
798	${parallel_srcdir}/multiseq_selection.h \
799	${parallel_srcdir}/multiway_merge.h \
800	${parallel_srcdir}/multiway_mergesort.h \
801	${parallel_srcdir}/numeric \
802	${parallel_srcdir}/numericfwd.h \
803	${parallel_srcdir}/omp_loop.h \
804	${parallel_srcdir}/omp_loop_static.h \
805	${parallel_srcdir}/par_loop.h \
806	${parallel_srcdir}/parallel.h \
807	${parallel_srcdir}/partial_sum.h \
808	${parallel_srcdir}/partition.h \
809	${parallel_srcdir}/queue.h \
810	${parallel_srcdir}/quicksort.h \
811	${parallel_srcdir}/random_number.h \
812	${parallel_srcdir}/random_shuffle.h \
813	${parallel_srcdir}/search.h \
814	${parallel_srcdir}/set_operations.h \
815	${parallel_srcdir}/settings.h \
816	${parallel_srcdir}/sort.h \
817	${parallel_srcdir}/tags.h \
818	${parallel_srcdir}/types.h \
819	${parallel_srcdir}/unique_copy.h \
820	${parallel_srcdir}/workstealing.h
821
822profile_headers = \
823	${profile_srcdir}/array \
824	${profile_srcdir}/base.h \
825	${profile_srcdir}/unordered_base.h \
826	${profile_srcdir}/unordered_map \
827	${profile_srcdir}/unordered_set \
828	${profile_srcdir}/vector \
829	${profile_srcdir}/bitset \
830	${profile_srcdir}/deque \
831	${profile_srcdir}/forward_list \
832	${profile_srcdir}/list \
833	${profile_srcdir}/map \
834	${profile_srcdir}/map.h \
835	${profile_srcdir}/multimap.h \
836	${profile_srcdir}/multiset.h \
837	${profile_srcdir}/ordered_base.h \
838	${profile_srcdir}/set \
839	${profile_srcdir}/set.h \
840	${profile_srcdir}/iterator_tracker.h
841
842profile_impl_headers = \
843	${profile_impl_srcdir}/profiler.h \
844	${profile_impl_srcdir}/profiler_algos.h \
845	${profile_impl_srcdir}/profiler_container_size.h \
846	${profile_impl_srcdir}/profiler_hash_func.h \
847	${profile_impl_srcdir}/profiler_hashtable_size.h \
848	${profile_impl_srcdir}/profiler_map_to_unordered_map.h \
849	${profile_impl_srcdir}/profiler_node.h \
850	${profile_impl_srcdir}/profiler_state.h \
851	${profile_impl_srcdir}/profiler_trace.h \
852	${profile_impl_srcdir}/profiler_vector_size.h \
853	${profile_impl_srcdir}/profiler_vector_to_list.h \
854	${profile_impl_srcdir}/profiler_list_to_vector.h \
855	${profile_impl_srcdir}/profiler_list_to_slist.h
856
857host_headers = \
858	${host_srcdir}/ctype_base.h \
859	${host_srcdir}/ctype_inline.h \
860	${host_srcdir}/os_defines.h \
861	${glibcxx_srcdir}/$(ATOMIC_WORD_SRCDIR)/atomic_word.h \
862	${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
863	${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h \
864	${glibcxx_srcdir}/$(ERROR_CONSTANTS_SRCDIR)/error_constants.h \
865	${glibcxx_srcdir}/include/precompiled/stdc++.h \
866	${glibcxx_srcdir}/include/precompiled/stdtr1c++.h \
867	${glibcxx_srcdir}/include/precompiled/extc++.h
868