]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/include/Makefile.am
re PR target/14047 (__progmem__ attribute doesn't work)
[thirdparty/gcc.git] / libstdc++-v3 / include / Makefile.am
CommitLineData
4a9d5109
SW
1## Makefile for the include subdirectory of the GNU C++ Standard library.
2##
ba9d552e 3## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4a9d5109
SW
4##
5## This file is part of the libstdc++ version 3 distribution.
6## Process this file with automake to produce Makefile.in.
7
8## This file is part of the GNU ISO C++ Library. This library is free
9## software; you can redistribute it and/or modify it under the
10## terms of the GNU General Public License as published by the
11## Free Software Foundation; either version 2, or (at your option)
12## any later version.
13
14## This library is distributed in the hope that it will be useful,
15## but WITHOUT ANY WARRANTY; without even the implied warranty of
16## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17## GNU General Public License for more details.
18
19## You should have received a copy of the GNU General Public License along
20## with this library; see the file COPYING. If not, write to the Free
21## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
22## USA.
23
0df3f383 24include $(top_srcdir)/fragment.am
ab77073f
BK
25
26# Standard C++ includes.
3d7c150e 27std_srcdir = ${glibcxx_srcdir}/include/std
ab77073f
BK
28std_builddir = .
29std_headers = \
30 ${std_srcdir}/std_algorithm.h \
31 ${std_srcdir}/std_bitset.h \
32 ${std_srcdir}/std_complex.h \
33 ${std_srcdir}/std_deque.h \
34 ${std_srcdir}/std_fstream.h \
35 ${std_srcdir}/std_functional.h \
36 ${std_srcdir}/std_iomanip.h \
37 ${std_srcdir}/std_ios.h \
38 ${std_srcdir}/std_iosfwd.h \
39 ${std_srcdir}/std_iostream.h \
40 ${std_srcdir}/std_istream.h \
41 ${std_srcdir}/std_iterator.h \
42 ${std_srcdir}/std_limits.h \
43 ${std_srcdir}/std_list.h \
44 ${std_srcdir}/std_locale.h \
45 ${std_srcdir}/std_map.h \
46 ${std_srcdir}/std_memory.h \
47 ${std_srcdir}/std_numeric.h \
48 ${std_srcdir}/std_ostream.h \
49 ${std_srcdir}/std_queue.h \
50 ${std_srcdir}/std_set.h \
51 ${std_srcdir}/std_sstream.h \
52 ${std_srcdir}/std_stack.h \
53 ${std_srcdir}/std_stdexcept.h \
54 ${std_srcdir}/std_streambuf.h \
55 ${std_srcdir}/std_string.h \
56 ${std_srcdir}/std_utility.h \
57 ${std_srcdir}/std_valarray.h \
58 ${std_srcdir}/std_vector.h
82ba99d5 59# Renamed at build time.
ab77073f
BK
60std_headers_rename = \
61 algorithm \
62 bitset \
63 complex \
64 deque \
65 fstream \
66 functional \
67 iomanip \
68 ios \
69 iosfwd \
70 iostream \
71 istream \
72 iterator \
73 limits \
74 list \
75 locale \
76 map \
77 memory \
78 numeric \
79 ostream \
80 queue \
81 set \
82 sstream \
83 stack \
84 stdexcept \
85 streambuf \
86 string \
87 utility \
88 valarray \
89 vector
90
3d7c150e 91bits_srcdir = ${glibcxx_srcdir}/include/bits
4a9d5109
SW
92bits_builddir = ./bits
93bits_headers = \
1ff9402d 94 ${bits_srcdir}/allocator.h \
2c5d0ae8 95 ${bits_srcdir}/atomicity.h \
4a9d5109
SW
96 ${bits_srcdir}/basic_ios.h \
97 ${bits_srcdir}/basic_ios.tcc \
98 ${bits_srcdir}/basic_string.h \
99 ${bits_srcdir}/basic_string.tcc \
100 ${bits_srcdir}/boost_concept_check.h \
101 ${bits_srcdir}/char_traits.h \
102 ${bits_srcdir}/codecvt.h \
103 ${bits_srcdir}/concept_check.h \
3fe13738 104 ${bits_srcdir}/concurrence.h \
4a9d5109 105 ${bits_srcdir}/cpp_type_traits.h \
83144cfc 106 ${bits_srcdir}/deque.tcc \
4a9d5109
SW
107 ${bits_srcdir}/fstream.tcc \
108 ${bits_srcdir}/functexcept.h \
4a9d5109
SW
109 ${bits_srcdir}/gslice.h \
110 ${bits_srcdir}/gslice_array.h \
111 ${bits_srcdir}/indirect_array.h \
112 ${bits_srcdir}/ios_base.h \
113 ${bits_srcdir}/istream.tcc \
83144cfc 114 ${bits_srcdir}/list.tcc \
e6686813 115 ${bits_srcdir}/locale_classes.h \
4a9d5109
SW
116 ${bits_srcdir}/locale_facets.h \
117 ${bits_srcdir}/locale_facets.tcc \
118 ${bits_srcdir}/localefwd.h \
119 ${bits_srcdir}/mask_array.h \
120 ${bits_srcdir}/ostream.tcc \
4c4809c1 121 ${bits_srcdir}/postypes.h \
4a9d5109
SW
122 ${bits_srcdir}/stream_iterator.h \
123 ${bits_srcdir}/streambuf_iterator.h \
4a9d5109
SW
124 ${bits_srcdir}/slice_array.h \
125 ${bits_srcdir}/sstream.tcc \
4a9d5109
SW
126 ${bits_srcdir}/stl_algo.h \
127 ${bits_srcdir}/stl_algobase.h \
4a9d5109
SW
128 ${bits_srcdir}/stl_bvector.h \
129 ${bits_srcdir}/stl_construct.h \
130 ${bits_srcdir}/stl_deque.h \
131 ${bits_srcdir}/stl_function.h \
132 ${bits_srcdir}/stl_heap.h \
133 ${bits_srcdir}/stl_iterator.h \
134 ${bits_srcdir}/stl_iterator_base_funcs.h \
135 ${bits_srcdir}/stl_iterator_base_types.h \
136 ${bits_srcdir}/stl_list.h \
137 ${bits_srcdir}/stl_map.h \
138 ${bits_srcdir}/stl_multimap.h \
139 ${bits_srcdir}/stl_multiset.h \
140 ${bits_srcdir}/stl_numeric.h \
141 ${bits_srcdir}/stl_pair.h \
4a9d5109
SW
142 ${bits_srcdir}/stl_queue.h \
143 ${bits_srcdir}/stl_raw_storage_iter.h \
144 ${bits_srcdir}/stl_relops.h \
145 ${bits_srcdir}/stl_set.h \
146 ${bits_srcdir}/stl_stack.h \
147 ${bits_srcdir}/stl_tempbuf.h \
148 ${bits_srcdir}/stl_threads.h \
149 ${bits_srcdir}/stl_tree.h \
150 ${bits_srcdir}/stl_uninitialized.h \
151 ${bits_srcdir}/stl_vector.h \
152 ${bits_srcdir}/streambuf.tcc \
153 ${bits_srcdir}/stringfwd.h \
154 ${bits_srcdir}/type_traits.h \
155 ${bits_srcdir}/valarray_array.h \
156 ${bits_srcdir}/valarray_array.tcc \
c13bea50
NS
157 ${bits_srcdir}/valarray_before.h \
158 ${bits_srcdir}/valarray_after.h \
83144cfc 159 ${bits_srcdir}/vector.tcc
4a9d5109 160
3d7c150e 161backward_srcdir = ${glibcxx_srcdir}/include/backward
4a9d5109
SW
162backward_builddir = ./backward
163backward_headers = \
164 ${backward_srcdir}/complex.h \
165 ${backward_srcdir}/iomanip.h \
166 ${backward_srcdir}/istream.h \
167 ${backward_srcdir}/ostream.h \
168 ${backward_srcdir}/stream.h \
169 ${backward_srcdir}/streambuf.h \
170 ${backward_srcdir}/algo.h \
171 ${backward_srcdir}/algobase.h \
172 ${backward_srcdir}/alloc.h \
173 ${backward_srcdir}/bvector.h \
174 ${backward_srcdir}/defalloc.h \
175 ${backward_srcdir}/deque.h \
176 ${backward_srcdir}/function.h \
177 ${backward_srcdir}/hash_map.h \
178 ${backward_srcdir}/hash_set.h \
179 ${backward_srcdir}/hashtable.h \
180 ${backward_srcdir}/heap.h \
181 ${backward_srcdir}/iostream.h \
182 ${backward_srcdir}/iterator.h \
183 ${backward_srcdir}/list.h \
184 ${backward_srcdir}/map.h \
185 ${backward_srcdir}/multimap.h \
186 ${backward_srcdir}/new.h \
187 ${backward_srcdir}/multiset.h \
188 ${backward_srcdir}/pair.h \
189 ${backward_srcdir}/queue.h \
190 ${backward_srcdir}/rope.h \
191 ${backward_srcdir}/set.h \
192 ${backward_srcdir}/slist.h \
193 ${backward_srcdir}/stack.h \
194 ${backward_srcdir}/tempbuf.h \
195 ${backward_srcdir}/tree.h \
196 ${backward_srcdir}/vector.h \
197 ${backward_srcdir}/fstream.h \
9a56333e 198 ${backward_srcdir}/strstream \
4a9d5109
SW
199 ${backward_srcdir}/backward_warning.h
200
3d7c150e 201ext_srcdir = ${glibcxx_srcdir}/include/ext
4a9d5109
SW
202ext_builddir = ./ext
203ext_headers = \
2c1bc4eb 204 ${ext_srcdir}/algorithm \
009368db 205 ${ext_srcdir}/bitmap_allocator.h \
1ff9402d 206 ${ext_srcdir}/debug_allocator.h \
40fcf31b 207 ${ext_srcdir}/demangle.h \
5cdd50a5
BK
208 ${ext_srcdir}/enc_filebuf.h \
209 ${ext_srcdir}/stdio_filebuf.h \
51ff8149 210 ${ext_srcdir}/stdio_sync_filebuf.h \
01b0d4b8 211 ${ext_srcdir}/functional \
3d90ff93
PE
212 ${ext_srcdir}/hash_map \
213 ${ext_srcdir}/hash_set \
214 ${ext_srcdir}/iterator \
1ff9402d 215 ${ext_srcdir}/malloc_allocator.h \
f53d0ff1 216 ${ext_srcdir}/memory \
1ff9402d
BK
217 ${ext_srcdir}/mt_allocator.h \
218 ${ext_srcdir}/new_allocator.h \
01b0d4b8 219 ${ext_srcdir}/numeric \
9e7facfd 220 ${ext_srcdir}/pod_char_traits.h \
1ff9402d 221 ${ext_srcdir}/pool_allocator.h \
3b007b5d 222 ${ext_srcdir}/rb_tree \
4a9d5109
SW
223 ${ext_srcdir}/rope \
224 ${ext_srcdir}/ropeimpl.h \
4a9d5109 225 ${ext_srcdir}/slist \
b2acb86f 226 ${ext_srcdir}/hash_fun.h \
82ba99d5 227 ${ext_srcdir}/hashtable.h
b2acb86f 228
4a9d5109 229# This is the common subset of files that all three "C" header models use.
ca618b60 230c_base_srcdir = $(C_INCLUDE_DIR)
73249e33 231c_base_builddir = .
4a9d5109 232c_base_headers = \
c5535768
BK
233 ${c_base_srcdir}/std_cassert.h \
234 ${c_base_srcdir}/std_cctype.h \
235 ${c_base_srcdir}/std_cerrno.h \
236 ${c_base_srcdir}/std_cfloat.h \
237 ${c_base_srcdir}/std_ciso646.h \
238 ${c_base_srcdir}/std_climits.h \
239 ${c_base_srcdir}/std_clocale.h \
240 ${c_base_srcdir}/std_cmath.h \
241 ${c_base_srcdir}/std_csetjmp.h \
242 ${c_base_srcdir}/std_csignal.h \
243 ${c_base_srcdir}/std_cstdarg.h \
244 ${c_base_srcdir}/std_cstddef.h \
245 ${c_base_srcdir}/std_cstdio.h \
246 ${c_base_srcdir}/std_cstdlib.h \
247 ${c_base_srcdir}/std_cstring.h \
248 ${c_base_srcdir}/std_ctime.h \
249 ${c_base_srcdir}/std_cwchar.h \
82ba99d5 250 ${c_base_srcdir}/std_cwctype.h
c5535768
BK
251c_base_headers_rename = \
252 cassert \
253 cctype \
254 cerrno \
255 cfloat \
256 ciso646 \
257 climits \
258 clocale \
259 cmath \
260 csetjmp \
261 csignal \
262 cstdarg \
263 cstddef \
264 cstdio \
265 cstdlib \
266 cstring \
267 ctime \
268 cwchar \
82ba99d5 269 cwctype
4a9d5109 270
e01c9849 271# "C" compatibility headers.
3d7c150e 272c_compatibility_srcdir = ${glibcxx_srcdir}/include/c_compatibility
e01c9849
BK
273c_compatibility_builddir = .
274c_compatibility_headers = \
275 ${c_compatibility_srcdir}/assert.h \
276 ${c_compatibility_srcdir}/ctype.h \
277 ${c_compatibility_srcdir}/errno.h \
278 ${c_compatibility_srcdir}/float.h \
279 ${c_compatibility_srcdir}/iso646.h \
280 ${c_compatibility_srcdir}/limits.h \
281 ${c_compatibility_srcdir}/locale.h \
282 ${c_compatibility_srcdir}/math.h \
283 ${c_compatibility_srcdir}/setjmp.h \
284 ${c_compatibility_srcdir}/signal.h \
285 ${c_compatibility_srcdir}/stdarg.h \
286 ${c_compatibility_srcdir}/stddef.h \
287 ${c_compatibility_srcdir}/stdio.h \
288 ${c_compatibility_srcdir}/stdlib.h \
289 ${c_compatibility_srcdir}/string.h \
290 ${c_compatibility_srcdir}/time.h \
291 ${c_compatibility_srcdir}/wchar.h \
82ba99d5 292 ${c_compatibility_srcdir}/wctype.h
e01c9849 293
285b36d6
BK
294# Debug mode headers
295debug_srcdir = ${glibcxx_srcdir}/include/debug
296debug_builddir = ./debug
297debug_headers = \
298 ${debug_srcdir}/bitset \
299 ${debug_srcdir}/debug.h \
300 ${debug_srcdir}/deque \
301 ${debug_srcdir}/formatter.h \
302 ${debug_srcdir}/hash_map \
303 ${debug_srcdir}/hash_map.h \
304 ${debug_srcdir}/hash_multimap.h \
305 ${debug_srcdir}/hash_multiset.h \
306 ${debug_srcdir}/hash_set \
307 ${debug_srcdir}/hash_set.h \
308 ${debug_srcdir}/list \
309 ${debug_srcdir}/map \
310 ${debug_srcdir}/map.h \
311 ${debug_srcdir}/multimap.h \
312 ${debug_srcdir}/multiset.h \
313 ${debug_srcdir}/safe_base.h \
314 ${debug_srcdir}/safe_iterator.h \
315 ${debug_srcdir}/safe_iterator.tcc \
316 ${debug_srcdir}/safe_sequence.h \
317 ${debug_srcdir}/set \
318 ${debug_srcdir}/set.h \
319 ${debug_srcdir}/string \
320 ${debug_srcdir}/vector
321
34ff0b99 322# Some of the different "C" header models need extra files.
e01c9849 323# Some "C" header schemes require the "C" compatibility headers.
34ff0b99 324# For --enable-cheaders=c_std
3d7c150e 325if GLIBCXX_C_HEADERS_C_STD
82ba99d5 326c_base_headers_extra = ${c_base_srcdir}/cmath.tcc
34ff0b99 327else
82ba99d5 328c_base_headers_extra =
34ff0b99
BK
329endif
330
3d7c150e 331if GLIBCXX_C_HEADERS_COMPATIBILITY
e01c9849
BK
332c_compatibility_headers_extra = ${c_compatibility_headers}
333else
82ba99d5 334c_compatibility_headers_extra =
e01c9849
BK
335endif
336
ca618b60 337host_srcdir = ${glibcxx_srcdir}/$(OS_INC_SRCDIR)
a30335e9
BK
338host_builddir = ./${host_alias}/bits
339host_headers = \
340 ${host_srcdir}/ctype_base.h \
341 ${host_srcdir}/ctype_inline.h \
342 ${host_srcdir}/ctype_noninline.h \
343 ${host_srcdir}/os_defines.h \
2c5d0ae8 344 ${glibcxx_srcdir}/$(ATOMIC_WORD_SRCDIR)/atomic_word.h
6aa43d99 345
a30335e9
BK
346# Non-installed host_header files.
347host_headers_noinst = \
ca618b60 348 ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H)
6aa43d99 349
a30335e9
BK
350# These host_headers_extra files are all built with ad hoc naming rules.
351host_headers_extra = \
352 ${host_builddir}/basic_file.h \
353 ${host_builddir}/c++config.h \
354 ${host_builddir}/c++io.h \
355 ${host_builddir}/c++locale.h \
356 ${host_builddir}/messages_members.h \
357 ${host_builddir}/time_members.h \
358 ${host_builddir}/codecvt_specializations.h
359
360thread_host_headers = \
361 ${host_builddir}/gthr.h \
362 ${host_builddir}/gthr-single.h \
363 ${host_builddir}/gthr-posix.h \
364 ${host_builddir}/gthr-default.h
365
366pch_input = ${host_builddir}/stdc++.h
367pch_output_builddir = ${host_builddir}/stdc++.h.gch
3d7c150e 368pch_source = ${glibcxx_srcdir}/include/stdc++.h
9e57d5ca 369PCHFLAGS=-Winvalid-pch -Wno-deprecated -x c++-header $(CXXFLAGS)
3d7c150e 370if GLIBCXX_BUILD_PCH
8520f704 371pch_build = ${pch_input}
9e57d5ca
BK
372pch_install = install-pch
373else
82ba99d5
PE
374pch_build =
375pch_install =
9e57d5ca 376endif
628c731a 377
4a9d5109
SW
378# List of all timestamp files. By keeping only one copy of this list, both
379# CLEANFILES and all-local are kept up-to-date.
9e57d5ca 380allstamped = \
e01c9849 381 stamp-std stamp-bits stamp-c_base stamp-c_compatibility \
285b36d6 382 stamp-backward stamp-ext stamp-debug stamp-host
9e57d5ca
BK
383
384# List of all files that are created by explicit building, editing, or
385# catenation.
386allcreated = \
a30335e9
BK
387 ${host_builddir}/c++config.h \
388 ${thread_host_headers} \
9e57d5ca 389 ${pch_build}
4a9d5109 390
4a9d5109 391# Here are the rules for building the headers
82ba99d5 392all-local: ${allstamped} ${allcreated}
4a9d5109 393
066930bb
PE
394# This rule is slightly different, in that we must change the name of the
395# local file from std_foo.h to foo.
4a9d5109
SW
396stamp-std: ${std_headers}
397 @if [ ! -d "${std_builddir}" ]; then \
398 mkdir -p ${std_builddir} ;\
399 fi ;\
7ec3af37
BK
400 if [ ! -f stamp-std ]; then \
401 (cd ${std_builddir} && for h in $?; do \
402 official_name=`echo $$h | sed -e 's,.*/std_,,' -e 's,\.h$$,,'` ;\
82ba99d5 403 $(LN_S) $$h ./$${official_name} || true ;\
7ec3af37 404 done) ;\
82ba99d5
PE
405 fi ;\
406 $(STAMP) stamp-std
4a9d5109
SW
407
408stamp-bits: ${bits_headers}
409 @if [ ! -d "${bits_builddir}" ]; then \
410 mkdir -p ${bits_builddir} ;\
411 fi ;\
7ec3af37 412 if [ ! -f stamp-bits ]; then \
82ba99d5
PE
413 (cd ${bits_builddir} && $(LN_S) $? . || true) ;\
414 fi ;\
415 $(STAMP) stamp-bits
4a9d5109 416
82ba99d5 417stamp-c_base: stamp-bits ${c_base_headers} ${c_base_headers_extra}
4a9d5109
SW
418 @if [ ! -d "${c_base_builddir}" ]; then \
419 mkdir -p ${c_base_builddir} ;\
420 fi ;\
7ec3af37 421 if [ ! -f stamp-c_base ]; then \
9e57d5ca
BK
422 (cd ${c_base_builddir} && for h in ${c_base_headers}; do \
423 official_name=`echo $$h | sed -e 's,.*/std_,,' -e 's,\.h$$,,'` ;\
82ba99d5 424 $(LN_S) $$h ./$${official_name} || true ;\
9e57d5ca 425 done) ;\
7ec3af37 426 if [ ! -z "${c_base_headers_extra}" ]; then \
82ba99d5 427 (cd ${bits_builddir} && $(LN_S) ${c_base_headers_extra} . || true) ;\
7ec3af37 428 fi ;\
82ba99d5
PE
429 fi ;\
430 $(STAMP) stamp-c_base
4a9d5109 431
e01c9849
BK
432stamp-c_compatibility: ${c_compatibility_headers_extra}
433 @if [ ! -d "${c_compatibility_builddir}" ]; then \
434 mkdir -p ${c_compatibility_builddir} ;\
435 fi ;\
7ec3af37
BK
436 if [ ! -f stamp-c_compatibility ]; then \
437 if [ ! -z "${c_compatibility_headers_extra}" ]; then \
82ba99d5 438 (cd ${c_compatibility_builddir} && $(LN_S) $? . || true) ;\
7ec3af37 439 fi ;\
82ba99d5
PE
440 fi ;\
441 $(STAMP) stamp-c_compatibility
e01c9849 442
4a9d5109
SW
443stamp-backward: ${backward_headers}
444 @if [ ! -d "${backward_builddir}" ]; then \
445 mkdir -p ${backward_builddir} ;\
446 fi ;\
7ec3af37 447 if [ ! -f stamp-backward ]; then \
82ba99d5
PE
448 (cd ${backward_builddir} && $(LN_S) $? . || true) ;\
449 fi ;\
450 $(STAMP) stamp-backward
4a9d5109
SW
451
452stamp-ext: ${ext_headers}
453 @if [ ! -d "${ext_builddir}" ]; then \
7ec3af37 454 mkdir -p ${ext_builddir} ;\
4a9d5109 455 fi ;\
7ec3af37 456 if [ ! -f stamp-ext ]; then \
82ba99d5
PE
457 (cd ${ext_builddir} && $(LN_S) $? . || true) ;\
458 fi ;\
459 $(STAMP) stamp-ext
4a9d5109 460
285b36d6
BK
461stamp-debug: ${debug_headers}
462 @if [ ! -d "${debug_builddir}" ]; then \
463 mkdir -p ${debug_builddir} ;\
464 fi ;\
465 if [ ! -f stamp-debug ]; then \
466 (cd ${debug_builddir} && @LN_S@ $? . || true) ;\
467 fi ;\
468 $(STAMP) stamp-debug
469
a30335e9
BK
470stamp-${host_alias}:
471 @if [ ! -d ${host_builddir} ]; then \
472 mkdir -p ${host_builddir} ;\
82ba99d5
PE
473 fi ;\
474 $(STAMP) stamp-${host_alias}
843312be 475
a30335e9
BK
476# Host includes static.
477# XXX Missing dependency info for {host_headers_extra}
478stamp-host: ${host_headers} ${host_headers_noinst} stamp-${host_alias}
479 @if [ ! -f stamp-host ]; then \
480 (cd ${host_builddir} ;\
82ba99d5 481 $(LN_S) ${host_headers} . || true ;\
ca618b60
PE
482 $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_H) basic_file.h || true ;\
483 $(LN_S) ${glibcxx_srcdir}/$(CSTDIO_H) c++io.h || true ;\
484 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_H) c++locale.h || true ;\
485 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) . || true ;\
486 $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_H) messages_members.h || true ;\
487 $(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true ;\
488 $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_H) codecvt_specializations.h || true);\
82ba99d5
PE
489 fi ;\
490 $(STAMP) stamp-host
4a9d5109 491
a30335e9 492# Host includes dynamic.
82ba99d5 493${host_builddir}/c++config.h: ${top_builddir}/config.h \
3d7c150e 494 ${glibcxx_srcdir}/include/bits/c++config \
a30335e9 495 stamp-${host_alias}
3d7c150e
BK
496 @cat ${glibcxx_srcdir}/include/bits/c++config > $@ ;\
497 sed -e 's/HAVE_/_GLIBCXX_HAVE_/g' \
498 -e 's/PACKAGE/_GLIBCXX_PACKAGE/g' \
499 -e 's/VERSION/_GLIBCXX_VERSION/g' \
500 -e 's/WORDS_/_GLIBCXX_WORDS_/g' \
42ebb17f 501 < ${CONFIG_HEADER} >> $@ ;\
3d7c150e 502 echo "#endif // _CXXCONFIG_" >>$@
4a9d5109 503
a30335e9 504# Host includes for threads
4a9d5109
SW
505uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
506
a30335e9 507${host_builddir}/gthr.h: ${toplevel_srcdir}/gcc/gthr.h stamp-${host_alias}
3d7c150e 508 sed -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
ec2075e9 509 -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
4a9d5109 510 -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
533ab4d1 511 < ${toplevel_srcdir}/gcc/gthr.h > $@
4a9d5109 512
a30335e9
BK
513${host_builddir}/gthr-single.h: ${toplevel_srcdir}/gcc/gthr-single.h \
514 stamp-${host_alias}
3d7c150e
BK
515 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
516 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
533ab4d1 517 < ${toplevel_srcdir}/gcc/gthr-single.h > $@
4a9d5109 518
a30335e9
BK
519${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/gcc/gthr-posix.h \
520 stamp-${host_alias}
3d7c150e
BK
521 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
522 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
ec2075e9
BK
523 -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
524 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
79d6ba0b
LR
525 < ${toplevel_srcdir}/gcc/gthr-posix.h > $@
526
3d7c150e 527${host_builddir}/gthr-default.h: ${toplevel_srcdir}/gcc/${glibcxx_thread_h} \
a30335e9 528 stamp-${host_alias}
3d7c150e
BK
529 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
530 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
ec2075e9
BK
531 -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
532 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
79d6ba0b 533 -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
3d7c150e 534 < ${toplevel_srcdir}/gcc/${glibcxx_thread_h} > $@
4a9d5109 535
9e57d5ca 536# Build a precompiled C++ include, stdc++.h.gch.
a30335e9 537${pch_input}: ${allstamped} ${host_builddir}/c++config.h ${pch_source}
9e57d5ca 538 touch ${pch_input}; \
8520f704
LR
539 if [ ! -d "${pch_output_builddir}" ]; then \
540 mkdir -p ${pch_output_builddir}; \
541 fi; \
0df3f383
PE
542 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) ${pch_source} -O0 -g -o ${pch_output_builddir}/O0g; \
543 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) ${pch_source} -O2 -g -o ${pch_output_builddir}/O2g;
9e57d5ca 544
7bfea936
LR
545# For robustness sake (in light of junk files or in-source
546# configuration), copy from the build or source tree to the install
547# tree using only the human-maintained file lists and directory
548# components. Yes, with minor differences, this is sheer duplication
549# of the staging rules above using $(INSTALL_DATA) instead of LN_S and
3741b1ab 550# `$(mkinstalldirs)' instead of `mkdir -p'. In particular,
a30335e9 551# host_headers_extra are taken out of the build tree staging area;
7bfea936 552# the rest are taken from the original source tree.
9e57d5ca 553
92eabea2 554if GLIBCXX_HOSTED
9e57d5ca 555install-data-local: install-headers ${pch_install}
92eabea2
PE
556else
557install-data-local: install-freestanding-headers
558endif
9e57d5ca 559
92eabea2
PE
560# This is a subset of the full install-headers rule. We only need <cstddef>,
561# <limits>, <cstdlib>, <cstdarg>, <new>, <typeinfo>, <exception>, and any
562# files which they include (and which we provide). The last three headers
563# are installed by libsupc++, so only the first four and the sub-includes
564# are copied here.
565install-freestanding-headers:
566 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
567 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${host_builddir}
568 for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h; do \
569 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${host_builddir}; done
570 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
571 $(INSTALL_DATA) ${std_builddir}/limits $(DESTDIR)${gxx_include_dir}/${std_builddir}
572 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${c_base_builddir}
573 for file in cstddef cstdlib cstdarg; do \
574 $(INSTALL_DATA) ${c_base_builddir}/$${file} $(DESTDIR)${gxx_include_dir}/${c_base_builddir}; done
575
576# The real deal.
9e57d5ca 577install-headers:
90e5b39f
CC
578 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
579 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${bits_builddir}
7bfea936 580 for file in ${bits_headers}; do \
90e5b39f
CC
581 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${bits_builddir}; done
582 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${backward_builddir}
7bfea936 583 for file in ${backward_headers}; do \
90e5b39f
CC
584 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${backward_builddir}; done
585 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${ext_builddir}
7bfea936 586 for file in ${ext_headers}; do \
90e5b39f
CC
587 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${ext_builddir}; done
588 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${c_base_builddir}
73249e33 589 for file in ${c_base_headers_rename}; do \
90e5b39f 590 $(INSTALL_DATA) ${c_base_builddir}/$${file} $(DESTDIR)${gxx_include_dir}/${c_base_builddir}; done
e01c9849 591 c_base_headers_extra_install='$(c_base_headers_extra)';\
3eb35fcf 592 for file in $$c_base_headers_extra_install; do \
90e5b39f 593 $(INSTALL_DATA) $$file $(DESTDIR)${gxx_include_dir}/${bits_builddir}; done
e01c9849
BK
594 c_compatibility_headers_install='$(c_compatibility_headers_extra)';\
595 for file in $$c_compatibility_headers_install; do \
90e5b39f
CC
596 $(INSTALL_DATA) $$file $(DESTDIR)${gxx_include_dir}; done
597 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
73249e33 598 for file in ${std_headers_rename}; do \
90e5b39f 599 $(INSTALL_DATA) ${std_builddir}/$${file} $(DESTDIR)${gxx_include_dir}/${std_builddir}; done
285b36d6
BK
600 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${debug_builddir}
601 for file in ${debug_headers}; do \
602 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${debug_builddir}; done
a30335e9
BK
603 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${host_builddir}
604 for file in ${host_headers} ${host_headers_extra} \
605 ${thread_host_headers}; do \
606 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${host_builddir}; done
4a9d5109 607
9e57d5ca 608install-pch:
8520f704
LR
609 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${pch_output_builddir}
610 for file in ${pch_output_builddir}/*; do \
611 $(INSTALL_DATA) $$file $(DESTDIR)${gxx_include_dir}/${pch_output_builddir}; done
9e57d5ca 612
4e10943d 613# By adding these files here, automake will remove them for 'make clean'
53c2acdf 614CLEANFILES = ${pch_input} ${pch_output_builddir}/*
c5535768
BK
615
616# Stop implicit '.o' make rules from ever stomping on extensionless
617# headers, in the improbable case where some foolish, crack-addled
618# developer tries to create them via make in the include build
619# directory. (This is more of an example of how this kind of rule can
620# be made.)
621.PRECIOUS: $(std_headers_rename) $(c_base_headers_rename)
622$(std_headers_rename): ; @:
623$(c_base_headers_rename): ; @: