1# $FreeBSD$
2
3.include <src.opts.mk>
4
5GCCVER=	4.2
6GCCDIR=	${.CURDIR}/../../../contrib/gcc
7GCCLIB=	${.CURDIR}/../../../contrib/gcclibs
8SRCDIR=	${.CURDIR}/../../../contrib/libstdc++
9SUPDIR=	${SRCDIR}/libsupc++
10
11.PATH: ${SRCDIR}/src ${SRCDIR}/libmath ${SRCDIR}/config/io \
12       ${SRCDIR}/config/locale/darwin ${SRCDIR}/config/locale/generic \
13       ${SRCDIR}/include ${SUPDIR} ${GCCDIR} ${GCCLIB}/libiberty
14
15LIB=		stdc++
16SHLIB_MAJOR=	6
17
18CFLAGS+=	-DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
19CFLAGS+=	-I${.CURDIR} -I${SUPDIR} -I${GCCDIR} -I${SRCDIR}/include
20CFLAGS+=	-I${GCCLIB}/include -I${SRCDIR}/include -I.
21CFLAGS+=	-frandom-seed=RepeatabilityConsideredGood
22CXXFLAGS+=	-fno-implicit-templates -ffunction-sections -fdata-sections \
23		-Wno-deprecated
24PO_CXXFLAGS=	${CXXFLAGS:N-ffunction-sections}
25
26LIBADD+=	m
27LDADD=		-Wl,-f,libsupc++.so.1
28
29# libstdc++ sources
30SRCS+=	bitmap_allocator.cc pool_allocator.cc \
31	mt_allocator.cc codecvt.cc compatibility.cc complex_io.cc \
32	ctype.cc debug.cc debug_list.cc functexcept.cc globals_io.cc \
33	ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \
34	list.cc locale.cc locale_init.cc locale_facets.cc \
35	localename.cc stdexcept.cc strstream.cc tree.cc \
36	allocator-inst.cc concept-inst.cc fstream-inst.cc ext-inst.cc \
37	ios-inst.cc iostream-inst.cc istream-inst.cc istream.cc \
38	locale-inst.cc misc-inst.cc ostream-inst.cc sstream-inst.cc \
39	streambuf-inst.cc streambuf.cc string-inst.cc valarray-inst.cc \
40	wlocale-inst.cc wstring-inst.cc atomicity.cc \
41	codecvt_members.cc collate_members.cc ctype_members.cc \
42	messages_members.cc monetary_members.cc numeric_members.cc \
43	time_members.cc basic_file_stdio.cc c_locale.cc \
44#	compatibility-ldbl.cc
45
46# target sources
47SRCS+=  atomicity.cc codecvt_members.cc collate_members.cc ctype_members.cc \
48	messages_members.cc monetary_members.cc numeric_members.cc \
49	time_members.cc
50
51# target sources extra
52SRCS+=  basic_file_stdio.cc c_locale.cc
53
54# C parts of math
55SRCS+=	stubs.c
56
57# Embedded copy of libsupc++
58SRCS+=	del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \
59	eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_globals.cc \
60	eh_personality.cc eh_term_handler.cc eh_terminate.cc eh_throw.cc \
61	eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
62	new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc tinfo2.cc \
63	vec.cc vterminate.cc
64
65# from libiberty:
66SRCS+=	cp-demangle.c
67
68# MD headers location
69.if ${MACHINE_CPUARCH} == "sparc64"
70MARCHDIR=	sparc
71.elif ${MACHINE_CPUARCH} == "i386" && ${MACHINE_CPU} != 'i386'
72MARCHDIR=	i486
73.elif ${MACHINE_CPUARCH} == "amd64"
74MARCHDIR=	i486
75.else
76MARCHDIR=	${MACHINE_CPUARCH}
77.endif
78
79.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h)
80ATOMICITY_H=	${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h
81.else
82ATOMICITY_H=	${SRCDIR}/config/cpu/generic/atomicity_mutex/atomicity.h
83.endif
84
85.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
86.if exists(${SRCDIR}/config/cpu/generic/atomicity_builtins/atomicity.h)
87ATOMICITY_H=	${SRCDIR}/config/cpu/generic/atomicity_builtins/atomicity.h
88.endif
89.endif
90
91atomicity.cc:	${ATOMICITY_H} .NOMETA
92	ln -sf ${.ALLSRC} ${.TARGET}
93CLEANFILES+=	atomicity.cc
94
95INCSGROUPS=	BITSHDRS BKWHDRS EXTHDRS BASEHDRS BASEXHDRS STDHDRS \
96		TARGETHDRS THRHDRS DEBUGHDRS TR1HDRS PBHDRS0 PBHDRS1
97CXXINCLUDEDIR=	${INCLUDEDIR}/c++/${GCCVER}
98
99STDHDRS=	std_algorithm.h std_bitset.h std_complex.h std_deque.h \
100		std_fstream.h std_functional.h std_iomanip.h std_ios.h \
101		std_iosfwd.h std_iostream.h std_istream.h std_iterator.h \
102		std_limits.h std_list.h std_locale.h std_map.h std_memory.h \
103		std_numeric.h std_ostream.h std_queue.h std_set.h \
104		std_sstream.h std_stack.h std_stdexcept.h std_streambuf.h \
105		std_string.h std_utility.h std_valarray.h std_vector.h
106.for h in ${STDHDRS}
107STDHDRSNAME_$h=${h:R:S;^std_;;}
108.endfor
109STDHDRS:=	${STDHDRS:S;^;${SRCDIR}/include/std/;}
110STDHDRSDIR=	${CXXINCLUDEDIR}
111
112BITSHDRS=	allocator.h basic_ios.h basic_ios.tcc basic_string.h \
113		basic_string.tcc boost_concept_check.h char_traits.h codecvt.h \
114		concept_check.h cpp_type_traits.h deque.tcc fstream.tcc \
115		functexcept.h gslice.h gslice_array.h indirect_array.h \
116		ios_base.h istream.tcc list.tcc locale_classes.h \
117		locale_facets.h locale_facets.tcc localefwd.h mask_array.h \
118		ostream.tcc ostream_insert.h postypes.h stream_iterator.h \
119		streambuf_iterator.h slice_array.h sstream.tcc stl_algo.h \
120		stl_algobase.h stl_bvector.h stl_construct.h stl_deque.h \
121		stl_function.h stl_heap.h stl_iterator.h \
122		stl_iterator_base_funcs.h stl_iterator_base_types.h stl_list.h \
123		stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h \
124		stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h \
125		stl_set.h stl_stack.h stl_tempbuf.h stl_tree.h \
126		stl_uninitialized.h stl_vector.h streambuf.tcc stringfwd.h \
127		valarray_array.h valarray_array.tcc valarray_before.h \
128		valarray_after.h vector.tcc
129BITSHDRS:=	${BITSHDRS:S;^;${SRCDIR}/include/bits/;}
130BITSHDRSDIR=	${CXXINCLUDEDIR}/bits
131
132BKWHDRS=	complex.h iomanip.h istream.h ostream.h stream.h streambuf.h \
133		algo.h algobase.h alloc.h bvector.h defalloc.h deque.h \
134		function.h hash_map.h hash_set.h hashtable.h heap.h iostream.h \
135		iterator.h list.h map.h multimap.h new.h multiset.h pair.h \
136		queue.h rope.h set.h slist.h stack.h tempbuf.h tree.h \
137		vector.h fstream.h strstream backward_warning.h
138BKWHDRS:=	${BKWHDRS:S;^;${SRCDIR}/include/backward/;}
139BKWHDRSDIR=	${CXXINCLUDEDIR}/backward
140
141EXTHDRS=	algorithm atomicity.h array_allocator.h bitmap_allocator.h \
142		codecvt_specializations.h concurrence.h debug_allocator.h \
143		stdio_filebuf.h stdio_sync_filebuf.h functional \
144		hash_map hash_set hash_fun.h hashtable.h iterator \
145		malloc_allocator.h memory mt_allocator.h new_allocator.h \
146		numeric numeric_traits.h pod_char_traits.h pool_allocator.h \
147		rb_tree rope ropeimpl.h slist throw_allocator.h typelist.h \
148		type_traits.h rc_string_base.h sso_string_base.h vstring.h \
149		vstring.tcc vstring_fwd.h vstring_util.h
150
151EXTHDRS:=	${EXTHDRS:S;^;${SRCDIR}/include/ext/;}
152EXTHDRSDIR=	${CXXINCLUDEDIR}/ext
153
154TR1HDRS=	array bind_repeat.h bind_iterate.h boost_shared_ptr.h cctype \
155		cfenv cfloat cinttypes climits cmath common.h complex cstdarg \
156		cstdbool cstdint cstdio cstdlib ctgmath ctime ctype.h cwchar \
157		cwctype fenv.h float.h functional functional_hash.h \
158		functional_iterate.h hashtable hashtable_policy.h inttypes.h \
159		limits.h math.h memory mu_iterate.h random random.tcc \
160		ref_fwd.h ref_wrap_iterate.h repeat.h stdarg.h stdbool.h \
161		stdint.h stdio.h stdlib.h tgmath.h tuple tuple_defs.h \
162		tuple_iterate.h type_traits type_traits_fwd.h unordered_set \
163		unordered_map utility wchar.h wctype.h
164
165TR1HDRS:=	${TR1HDRS:S;^;${SRCDIR}/include/tr1/;}
166TR1HDRSDIR=	${CXXINCLUDEDIR}/tr1
167
168# This is the common subset of files that all three "C" header models use.
169BASEHDRS=	std_cassert.h std_cctype.h std_cerrno.h std_cfloat.h \
170		std_ciso646.h std_climits.h std_clocale.h std_cmath.h \
171		std_csetjmp.h std_csignal.h std_cstdarg.h std_cstddef.h \
172		std_cstdio.h std_cstdlib.h std_cstring.h std_ctime.h \
173		std_cwchar.h std_cwctype.h
174.for h in ${BASEHDRS}
175BASEHDRSNAME_$h=${h:R:S;^std_;;}
176.endfor
177BASEHDRS:=	${BASEHDRS:S;^;${SRCDIR}/include/c_std/;}
178BASEHDRSDIR=	${CXXINCLUDEDIR}
179
180# Some of the different "C" header models need extra files.
181BASEXHDRS=	${SRCDIR}/include/c_std/cmath.tcc
182BASEXHDRSDIR=	${CXXINCLUDEDIR}/bits
183
184DEBUGHDRS=	bitset debug.h deque formatter.h functions.h hash_map \
185		hash_map.h hash_multimap.h hash_multiset.h hash_set hash_set.h \
186		list macros.h map map.h multimap.h multiset.h safe_base.h \
187		safe_iterator.h safe_iterator.tcc safe_sequence.h set set.h \
188		string vector
189DEBUGHDRS:=	${DEBUGHDRS:S;^;${SRCDIR}/include/debug/;}
190DEBUGHDRSDIR=	${CXXINCLUDEDIR}/debug
191
192# Not installed, but kept here for completeness
193COMPATHDRS=	assert.h ctype.h errno.h float.h iso646.h limits.h locale.h \
194		math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h \
195		string.h time.h wchar.h wctype.h
196COMPATHDRS:=	${COMPATHDRS:S;^;${SRCDIR}/include/debug/;}
197COMPATHDRSDIR=	${CXXINCLUDEDIR}/c_compatibility
198
199PBHDRS0 = \
200	assoc_container.hpp \
201	exception.hpp \
202	hash_policy.hpp \
203	list_update_policy.hpp \
204	priority_queue.hpp \
205	tag_and_trait.hpp \
206	tree_policy.hpp \
207	trie_policy.hpp
208PBHDRS0:=	${PBHDRS0:S;^;${SRCDIR}/include/ext/pb_ds/;}
209PBHDRS0DIR=	${CXXINCLUDEDIR}/ext/pb_ds
210
211PBHDRS1 = \
212	basic_types.hpp \
213	cond_dealtor.hpp \
214	constructors_destructor_fn_imps.hpp \
215	container_base_dispatch.hpp \
216	map_debug_base.hpp \
217	priority_queue_base_dispatch.hpp \
218	standard_policies.hpp \
219	tree_trace_base.hpp \
220	type_utils.hpp \
221	types_traits.hpp
222PBHDRS1:=	${PBHDRS1:S;^;${SRCDIR}/include/ext/pb_ds/detail/;}
223PBHDRS1DIR=	${CXXINCLUDEDIR}/ext/pb_ds/detail
224
225PBHDRS+= \
226	basic_tree_policy/basic_tree_policy_base.hpp \
227	basic_tree_policy/null_node_metadata.hpp \
228	basic_tree_policy/traits.hpp \
229	basic_types.hpp \
230	binary_heap_/binary_heap_.hpp \
231	binary_heap_/const_iterator.hpp \
232	binary_heap_/const_point_iterator.hpp \
233	binary_heap_/constructors_destructor_fn_imps.hpp \
234	binary_heap_/debug_fn_imps.hpp \
235	binary_heap_/entry_cmp.hpp \
236	binary_heap_/entry_pred.hpp \
237	binary_heap_/erase_fn_imps.hpp \
238	binary_heap_/find_fn_imps.hpp \
239	binary_heap_/info_fn_imps.hpp \
240	binary_heap_/insert_fn_imps.hpp \
241	binary_heap_/iterators_fn_imps.hpp \
242	binary_heap_/policy_access_fn_imps.hpp \
243	binary_heap_/resize_policy.hpp \
244	binary_heap_/split_join_fn_imps.hpp \
245	binary_heap_/trace_fn_imps.hpp \
246	binomial_heap_base_/binomial_heap_base_.hpp \
247	binomial_heap_base_/constructors_destructor_fn_imps.hpp \
248	binomial_heap_base_/debug_fn_imps.hpp \
249	binomial_heap_base_/erase_fn_imps.hpp \
250	binomial_heap_base_/find_fn_imps.hpp \
251	binomial_heap_base_/insert_fn_imps.hpp \
252	binomial_heap_base_/split_join_fn_imps.hpp \
253	binomial_heap_/binomial_heap_.hpp \
254	binomial_heap_/constructors_destructor_fn_imps.hpp \
255	binomial_heap_/debug_fn_imps.hpp \
256	bin_search_tree_/bin_search_tree_.hpp \
257	bin_search_tree_/cond_dtor_entry_dealtor.hpp \
258	bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
259
260PBHDRS+= \
261	bin_search_tree_/constructors_destructor_fn_imps.hpp \
262	bin_search_tree_/debug_fn_imps.hpp \
263	bin_search_tree_/erase_fn_imps.hpp \
264	bin_search_tree_/find_fn_imps.hpp \
265	bin_search_tree_/info_fn_imps.hpp \
266	bin_search_tree_/insert_fn_imps.hpp \
267	bin_search_tree_/iterators_fn_imps.hpp \
268	bin_search_tree_/node_iterators.hpp \
269	bin_search_tree_/point_iterators.hpp \
270	bin_search_tree_/policy_access_fn_imps.hpp \
271	bin_search_tree_/r_erase_fn_imps.hpp \
272	bin_search_tree_/rotate_fn_imps.hpp \
273	bin_search_tree_/split_join_fn_imps.hpp \
274	bin_search_tree_/traits.hpp \
275	cc_hash_table_map_/cc_ht_map_.hpp \
276	cc_hash_table_map_/cmp_fn_imps.hpp \
277	cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp \
278	cc_hash_table_map_/constructor_destructor_fn_imps.hpp \
279	cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp \
280	cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp \
281	cc_hash_table_map_/debug_fn_imps.hpp \
282	cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp \
283	cc_hash_table_map_/debug_store_hash_fn_imps.hpp \
284	cc_hash_table_map_/entry_list_fn_imps.hpp \
285	cc_hash_table_map_/erase_fn_imps.hpp \
286	cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp \
287	cc_hash_table_map_/erase_store_hash_fn_imps.hpp \
288	cc_hash_table_map_/find_fn_imps.hpp \
289	cc_hash_table_map_/find_store_hash_fn_imps.hpp \
290	cc_hash_table_map_/info_fn_imps.hpp \
291	cc_hash_table_map_/insert_fn_imps.hpp \
292	cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp \
293	cc_hash_table_map_/insert_store_hash_fn_imps.hpp \
294	cc_hash_table_map_/iterators_fn_imps.hpp \
295	cc_hash_table_map_/policy_access_fn_imps.hpp \
296	cc_hash_table_map_/resize_fn_imps.hpp \
297	cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp \
298	cc_hash_table_map_/resize_store_hash_fn_imps.hpp \
299	cc_hash_table_map_/size_fn_imps.hpp \
300	cc_hash_table_map_/standard_policies.hpp
301
302PBHDRS+= \
303	cc_hash_table_map_/trace_fn_imps.hpp \
304	cond_dealtor.hpp \
305	constructors_destructor_fn_imps.hpp \
306	container_base_dispatch.hpp \
307	eq_fn/eq_by_less.hpp \
308	eq_fn/hash_eq_fn.hpp \
309	gp_hash_table_map_/constructor_destructor_fn_imps.hpp \
310	gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp \
311	gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp \
312	gp_hash_table_map_/debug_fn_imps.hpp \
313	gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp \
314	gp_hash_table_map_/debug_store_hash_fn_imps.hpp \
315	gp_hash_table_map_/erase_fn_imps.hpp \
316	gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp \
317	gp_hash_table_map_/erase_store_hash_fn_imps.hpp \
318	gp_hash_table_map_/find_fn_imps.hpp \
319	gp_hash_table_map_/find_no_store_hash_fn_imps.hpp \
320	gp_hash_table_map_/find_store_hash_fn_imps.hpp \
321	gp_hash_table_map_/gp_ht_map_.hpp \
322	gp_hash_table_map_/info_fn_imps.hpp \
323	gp_hash_table_map_/insert_fn_imps.hpp \
324	gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp \
325	gp_hash_table_map_/insert_store_hash_fn_imps.hpp \
326	gp_hash_table_map_/iterator_fn_imps.hpp \
327	gp_hash_table_map_/policy_access_fn_imps.hpp \
328	gp_hash_table_map_/resize_fn_imps.hpp \
329	gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp \
330	gp_hash_table_map_/resize_store_hash_fn_imps.hpp \
331	gp_hash_table_map_/standard_policies.hpp \
332	gp_hash_table_map_/trace_fn_imps.hpp \
333	hash_fn/direct_mask_range_hashing_imp.hpp \
334	hash_fn/direct_mod_range_hashing_imp.hpp \
335	hash_fn/linear_probe_fn_imp.hpp \
336	hash_fn/mask_based_range_hashing.hpp \
337	hash_fn/mod_based_range_hashing.hpp \
338	hash_fn/probe_fn_base.hpp \
339	hash_fn/quadratic_probe_fn_imp.hpp \
340	hash_fn/ranged_hash_fn.hpp \
341	hash_fn/ranged_probe_fn.hpp
342
343PBHDRS+= \
344	hash_fn/sample_probe_fn.hpp \
345	hash_fn/sample_ranged_hash_fn.hpp \
346	hash_fn/sample_ranged_probe_fn.hpp \
347	hash_fn/sample_range_hashing.hpp \
348	left_child_next_sibling_heap_/const_iterator.hpp \
349	left_child_next_sibling_heap_/const_point_iterator.hpp \
350	left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp \
351	left_child_next_sibling_heap_/debug_fn_imps.hpp \
352	left_child_next_sibling_heap_/erase_fn_imps.hpp \
353	left_child_next_sibling_heap_/info_fn_imps.hpp \
354	left_child_next_sibling_heap_/insert_fn_imps.hpp \
355	left_child_next_sibling_heap_/iterators_fn_imps.hpp \
356	left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp \
357	left_child_next_sibling_heap_/node.hpp \
358	left_child_next_sibling_heap_/null_metadata.hpp \
359	left_child_next_sibling_heap_/policy_access_fn_imps.hpp \
360	left_child_next_sibling_heap_/trace_fn_imps.hpp \
361	list_update_map_/constructor_destructor_fn_imps.hpp \
362	list_update_map_/debug_fn_imps.hpp \
363	list_update_map_/entry_metadata_base.hpp \
364	list_update_map_/erase_fn_imps.hpp \
365	list_update_map_/find_fn_imps.hpp \
366	list_update_map_/info_fn_imps.hpp \
367	list_update_map_/insert_fn_imps.hpp \
368	list_update_map_/iterators_fn_imps.hpp \
369	list_update_map_/lu_map_.hpp \
370	list_update_map_/trace_fn_imps.hpp \
371	list_update_policy/counter_lu_metadata.hpp \
372	list_update_policy/counter_lu_policy_imp.hpp \
373	list_update_policy/mtf_lu_policy_imp.hpp \
374	list_update_policy/sample_update_policy.hpp \
375	map_debug_base.hpp \
376	ov_tree_map_/cond_dtor.hpp \
377	ov_tree_map_/constructors_destructor_fn_imps.hpp \
378	ov_tree_map_/debug_fn_imps.hpp \
379	ov_tree_map_/erase_fn_imps.hpp \
380	ov_tree_map_/info_fn_imps.hpp \
381	ov_tree_map_/insert_fn_imps.hpp \
382	ov_tree_map_/iterators_fn_imps.hpp \
383	ov_tree_map_/node_iterators.hpp \
384	ov_tree_map_/ov_tree_map_.hpp
385
386PBHDRS+= \
387	ov_tree_map_/policy_access_fn_imps.hpp \
388	ov_tree_map_/split_join_fn_imps.hpp \
389	ov_tree_map_/traits.hpp \
390	pairing_heap_/constructors_destructor_fn_imps.hpp \
391	pairing_heap_/debug_fn_imps.hpp \
392	pairing_heap_/erase_fn_imps.hpp \
393	pairing_heap_/find_fn_imps.hpp \
394	pairing_heap_/insert_fn_imps.hpp \
395	pairing_heap_/pairing_heap_.hpp \
396	pairing_heap_/split_join_fn_imps.hpp \
397	pat_trie_/child_iterator.hpp \
398	pat_trie_/cond_dtor_entry_dealtor.hpp \
399	pat_trie_/const_child_iterator.hpp \
400	pat_trie_/constructors_destructor_fn_imps.hpp \
401	pat_trie_/debug_fn_imps.hpp \
402	pat_trie_/erase_fn_imps.hpp \
403	pat_trie_/find_fn_imps.hpp \
404	pat_trie_/head.hpp \
405	pat_trie_/info_fn_imps.hpp \
406	pat_trie_/insert_join_fn_imps.hpp \
407	pat_trie_/internal_node.hpp \
408	pat_trie_/iterators_fn_imps.hpp \
409	pat_trie_/leaf.hpp \
410	pat_trie_/node_base.hpp \
411	pat_trie_/node_iterators.hpp \
412	pat_trie_/node_metadata_base.hpp \
413	pat_trie_/pat_trie_.hpp \
414	pat_trie_/point_iterators.hpp \
415	pat_trie_/policy_access_fn_imps.hpp \
416	pat_trie_/r_erase_fn_imps.hpp \
417	pat_trie_/rotate_fn_imps.hpp \
418	pat_trie_/split_fn_imps.hpp \
419	pat_trie_/split_join_branch_bag.hpp \
420	pat_trie_/synth_e_access_traits.hpp \
421	pat_trie_/trace_fn_imps.hpp \
422	pat_trie_/traits.hpp \
423	pat_trie_/update_fn_imps.hpp \
424	priority_queue_base_dispatch.hpp \
425	rb_tree_map_/constructors_destructor_fn_imps.hpp \
426	rb_tree_map_/debug_fn_imps.hpp
427
428PBHDRS+= \
429	rb_tree_map_/erase_fn_imps.hpp \
430	rb_tree_map_/find_fn_imps.hpp \
431	rb_tree_map_/info_fn_imps.hpp \
432	rb_tree_map_/insert_fn_imps.hpp \
433	rb_tree_map_/node.hpp \
434	rb_tree_map_/rb_tree_.hpp \
435	rb_tree_map_/split_join_fn_imps.hpp \
436	rb_tree_map_/traits.hpp \
437	rc_binomial_heap_/constructors_destructor_fn_imps.hpp \
438	rc_binomial_heap_/debug_fn_imps.hpp \
439	rc_binomial_heap_/erase_fn_imps.hpp \
440	rc_binomial_heap_/insert_fn_imps.hpp \
441	rc_binomial_heap_/rc_binomial_heap_.hpp \
442	rc_binomial_heap_/rc.hpp \
443	rc_binomial_heap_/split_join_fn_imps.hpp \
444	rc_binomial_heap_/trace_fn_imps.hpp \
445	resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp \
446	resize_policy/hash_exponential_size_policy_imp.hpp \
447	resize_policy/hash_load_check_resize_trigger_imp.hpp \
448	resize_policy/hash_load_check_resize_trigger_size_base.hpp \
449	resize_policy/hash_prime_size_policy_imp.hpp \
450	resize_policy/hash_standard_resize_policy_imp.hpp \
451	resize_policy/sample_resize_policy.hpp \
452	resize_policy/sample_resize_trigger.hpp \
453	resize_policy/sample_size_policy.hpp \
454	splay_tree_/constructors_destructor_fn_imps.hpp \
455	splay_tree_/debug_fn_imps.hpp \
456	splay_tree_/erase_fn_imps.hpp \
457	splay_tree_/find_fn_imps.hpp \
458	splay_tree_/info_fn_imps.hpp \
459	splay_tree_/insert_fn_imps.hpp \
460	splay_tree_/node.hpp \
461	splay_tree_/splay_fn_imps.hpp \
462	splay_tree_/splay_tree_.hpp \
463	splay_tree_/split_join_fn_imps.hpp \
464	splay_tree_/traits.hpp \
465	standard_policies.hpp \
466	thin_heap_/constructors_destructor_fn_imps.hpp \
467	thin_heap_/debug_fn_imps.hpp \
468	thin_heap_/erase_fn_imps.hpp
469
470PBHDRS+= \
471	thin_heap_/find_fn_imps.hpp \
472	thin_heap_/insert_fn_imps.hpp \
473	thin_heap_/split_join_fn_imps.hpp \
474	thin_heap_/thin_heap_.hpp \
475	thin_heap_/trace_fn_imps.hpp \
476	tree_policy/node_metadata_selector.hpp \
477	tree_policy/null_node_update_imp.hpp \
478	tree_policy/order_statistics_imp.hpp \
479	tree_policy/sample_tree_node_update.hpp \
480	tree_trace_base.hpp \
481	trie_policy/node_metadata_selector.hpp \
482	trie_policy/null_node_update_imp.hpp \
483	trie_policy/order_statistics_imp.hpp \
484	trie_policy/prefix_search_node_update_imp.hpp \
485	trie_policy/sample_trie_e_access_traits.hpp \
486	trie_policy/sample_trie_node_update.hpp \
487	trie_policy/string_trie_e_access_traits_imp.hpp \
488	trie_policy/trie_policy_base.hpp \
489	types_traits.hpp \
490	type_utils.hpp \
491	unordered_iterator/const_iterator.hpp \
492	unordered_iterator/const_point_iterator.hpp \
493	unordered_iterator/iterator.hpp \
494	unordered_iterator/point_iterator.hpp
495
496PBHDRSDIRS= \
497	pairing_heap_ \
498	splay_tree_ \
499	list_update_map_ \
500	basic_tree_policy \
501	trie_policy \
502	gp_hash_table_map_ \
503	tree_policy \
504	binomial_heap_base_ \
505	resize_policy \
506	bin_search_tree_ \
507	binomial_heap_ \
508	thin_heap_ \
509	pat_trie_ \
510	cc_hash_table_map_ \
511	rc_binomial_heap_ \
512	left_child_next_sibling_heap_ \
513	unordered_iterator \
514	binary_heap_ \
515	ov_tree_map_ \
516	hash_fn \
517	eq_fn \
518	rb_tree_map_ \
519	list_update_policy
520
521.for D in ${PBHDRSDIRS}
522PHDRGRP$D:=	${PBHDRS:M$D/*:S;^;${SRCDIR}/include/ext/pb_ds/detail/;}
523PHDRGRP$DDIR=	${CXXINCLUDEDIR}/ext/pb_ds/detail/$D
524INCSGROUPS+=	PHDRGRP$D
525.endfor
526
527TARGETHDRS=	abi/compatibility.h \
528		allocator/new_allocator_base.h \
529		io/basic_file_stdio.h \
530		io/c_io_stdio.h \
531		locale/generic/c_locale.h \
532		locale/generic/c++locale_internal.h \
533		locale/generic/messages_members.h \
534		locale/generic/time_members.h \
535		os/bsd/freebsd/ctype_base.h \
536		os/bsd/freebsd/ctype_inline.h \
537		os/bsd/freebsd/ctype_noninline.h \
538		os/bsd/freebsd/os_defines.h
539TARGETHDRS:=	${TARGETHDRS:S;^;${SRCDIR}/config/;}
540TARGETHDRS+=	c++config.h
541TARGETHDRSNAME_basic_file_stdio.h= basic_file.h
542TARGETHDRSNAME_c_io_stdio.h= c++io.h
543TARGETHDRSNAME_c_locale.h= c++locale.h
544TARGETHDRSNAME_new_allocator_base.h= c++allocator.h
545TARGETHDRSDIR=	${CXXINCLUDEDIR}/bits
546
547MARCHHDRS=	atomic_word.h cpu_defines.h cxxabi_tweaks.h
548.for h in ${MARCHHDRS}
549.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/${h})
550TARGETHDRS+=	${SRCDIR}/config/cpu/${MARCHDIR}/${h}
551.else
552TARGETHDRS+=	${SRCDIR}/config/cpu/generic/${h}
553.endif
554.endfor
555
556THRHDRS=	gthr.h gthr-single.h gthr-posix.h gthr-tpf.h gthr-default.h
557THRHDRSDIR=	${CXXINCLUDEDIR}/bits
558uppercase =	[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
559
560gthr.h: ${GCCDIR}/gthr.h
561	sed -e '/^#pragma/b' \
562	    -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
563	    -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
564	    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
565	    < ${.ALLSRC} > ${.TARGET}
566
567gthr-single.h: ${GCCDIR}/gthr-single.h
568	sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
569	    -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
570	    < ${.ALLSRC} > ${.TARGET}
571
572gthr-posix.h: ${GCCDIR}/gthr-posix.h
573	sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
574	    -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
575	    -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
576	    -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
577	    < ${.ALLSRC} > ${.TARGET}
578
579gthr-tpf.h: ${GCCDIR}/gthr-posix.h
580	sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
581	    -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
582	    -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
583	    -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
584	    < ${.ALLSRC} > ${.TARGET}
585
586gthr-default.h: ${GCCDIR}/gthr-posix.h
587	sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
588	    -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
589	    -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
590	    -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
591	    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
592	    < ${.ALLSRC} > ${.TARGET}
593
594CLEANFILES+=	${THRHDRS}
595
596.if ${MACHINE_CPUARCH} == "arm"
597unwind.h: ${GCCDIR}/config/arm/unwind-arm.h
598.else
599unwind.h: ${GCCDIR}/unwind-generic.h
600.endif
601
602unwind.h: .NOMETA
603	ln -sf ${.ALLSRC} ${.TARGET}
604
605SRCS+=		unwind.h
606CLEANFILES+=	unwind.h
607
608DATESTAMP!=	cat ${GCCDIR}/DATESTAMP
609
610c++config.h: ${.CURDIR}/config.h ${SRCDIR}/include/bits/c++config
611	sed -e "s/\\(define __GLIBCXX__\\)/\1 ${DATESTAMP}/" \
612	    -e 's/\(define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY\)/\1 1/' \
613	    -e 's/\(define _GLIBCXX_NAMESPACE_ASSOCIATION_VERSION\)/\1 0/' \
614	    < ${SRCDIR}/include/bits/c++config > ${.TARGET} && \
615	sed -e 's/HAVE_/_GLIBCXX_HAVE_/g' \
616	    -e 's/PACKAGE/_GLIBCXX_PACKAGE/g' \
617	    -e 's/VERSION/_GLIBCXX_VERSION/g' \
618	    -e 's/WORDS_/_GLIBCXX_WORDS_/g' \
619	    < ${.CURDIR}/config.h >> ${.TARGET} && \
620	echo "#endif // _CXXCONFIG_" >> ${.TARGET}
621CLEANFILES+=	c++config.h
622
623# Symbol versioning.
624
625VERSION_MAP=  	libstdc++.map
626
627${VERSION_MAP}: ${SRCDIR}/config/abi/pre/gnu.ver .NOMETA
628	ln -sf ${.ALLSRC} ${.TARGET}
629
630CLEANFILES+=	${VERSION_MAP}
631
632CXXFLAGS.clang+= -stdlib=libstdc++
633
634.include <bsd.lib.mk>
635
636# Filter out libc++-specific flags, and -std= flags above c++98 or gnu++98.
637CXXFLAGS:=	${CXXFLAGS:N-stdlib=libc++:N-std=c++[01][13x]:N-std=gnu++[01][13x]}
638