]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/include/Makefile.am
17c4baae0ec0fd079564c82c88581950d9450b6a
[thirdparty/gcc.git] / libstdc++-v3 / include / Makefile.am
1 ## Makefile for the include subdirectory of the GNU C++ Standard library.
2 ##
3 ## Copyright (C) 2001 Free Software Foundation, Inc.
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
24 AUTOMAKE_OPTIONS = 1.3 gnits
25 MAINT_CHARSET = latin1
26
27 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
28
29 # Cross compiler and multilib support.
30 CXX = @glibcpp_CXX@
31 glibcpp_srcdir=@glibcpp_srcdir@
32 glibcpp_builddir=@glibcpp_builddir@
33
34 bits_srcdir = ${glibcpp_srcdir}/include/bits
35 bits_builddir = ./bits
36 bits_headers = \
37 ${bits_srcdir}/basic_file.h \
38 ${bits_srcdir}/basic_ios.h \
39 ${bits_srcdir}/basic_ios.tcc \
40 ${bits_srcdir}/basic_string.h \
41 ${bits_srcdir}/basic_string.tcc \
42 ${bits_srcdir}/boost_concept_check.h \
43 ${bits_srcdir}/char_traits.h \
44 ${bits_srcdir}/codecvt.h \
45 ${bits_srcdir}/concept_check.h \
46 ${bits_srcdir}/cpp_type_traits.h \
47 ${bits_srcdir}/fpos.h \
48 ${bits_srcdir}/fstream.tcc \
49 ${bits_srcdir}/functexcept.h \
50 ${bits_srcdir}/generic_shadow.h \
51 ${bits_srcdir}/gslice.h \
52 ${bits_srcdir}/gslice_array.h \
53 ${bits_srcdir}/indirect_array.h \
54 ${bits_srcdir}/ios_base.h \
55 ${bits_srcdir}/istream.tcc \
56 ${bits_srcdir}/locale_facets.h \
57 ${bits_srcdir}/locale_facets.tcc \
58 ${bits_srcdir}/localefwd.h \
59 ${bits_srcdir}/mask_array.h \
60 ${bits_srcdir}/ostream.tcc \
61 ${bits_srcdir}/pthread_allocimpl.h \
62 ${bits_srcdir}/stream_iterator.h \
63 ${bits_srcdir}/streambuf_iterator.h \
64 ${bits_srcdir}/slice.h \
65 ${bits_srcdir}/slice_array.h \
66 ${bits_srcdir}/sstream.tcc \
67 ${bits_srcdir}/std_algorithm.h \
68 ${bits_srcdir}/std_bitset.h \
69 ${bits_srcdir}/std_complex.h \
70 ${bits_srcdir}/std_deque.h \
71 ${bits_srcdir}/std_fstream.h \
72 ${bits_srcdir}/std_functional.h \
73 ${bits_srcdir}/std_iomanip.h \
74 ${bits_srcdir}/std_ios.h \
75 ${bits_srcdir}/std_iosfwd.h \
76 ${bits_srcdir}/std_iostream.h \
77 ${bits_srcdir}/std_istream.h \
78 ${bits_srcdir}/std_iterator.h \
79 ${bits_srcdir}/std_limits.h \
80 ${bits_srcdir}/std_list.h \
81 ${bits_srcdir}/std_locale.h \
82 ${bits_srcdir}/std_map.h \
83 ${bits_srcdir}/std_memory.h \
84 ${bits_srcdir}/std_numeric.h \
85 ${bits_srcdir}/std_ostream.h \
86 ${bits_srcdir}/std_queue.h \
87 ${bits_srcdir}/std_set.h \
88 ${bits_srcdir}/std_sstream.h \
89 ${bits_srcdir}/std_stack.h \
90 ${bits_srcdir}/std_stdexcept.h \
91 ${bits_srcdir}/std_streambuf.h \
92 ${bits_srcdir}/std_string.h \
93 ${bits_srcdir}/std_utility.h \
94 ${bits_srcdir}/std_valarray.h \
95 ${bits_srcdir}/std_vector.h \
96 ${bits_srcdir}/stl_algo.h \
97 ${bits_srcdir}/stl_algobase.h \
98 ${bits_srcdir}/stl_alloc.h \
99 ${bits_srcdir}/stl_bvector.h \
100 ${bits_srcdir}/stl_construct.h \
101 ${bits_srcdir}/stl_deque.h \
102 ${bits_srcdir}/stl_function.h \
103 ${bits_srcdir}/stl_heap.h \
104 ${bits_srcdir}/stl_iterator.h \
105 ${bits_srcdir}/stl_iterator_base_funcs.h \
106 ${bits_srcdir}/stl_iterator_base_types.h \
107 ${bits_srcdir}/stl_list.h \
108 ${bits_srcdir}/stl_map.h \
109 ${bits_srcdir}/stl_multimap.h \
110 ${bits_srcdir}/stl_multiset.h \
111 ${bits_srcdir}/stl_numeric.h \
112 ${bits_srcdir}/stl_pair.h \
113 ${bits_srcdir}/stl_pthread_alloc.h \
114 ${bits_srcdir}/stl_queue.h \
115 ${bits_srcdir}/stl_raw_storage_iter.h \
116 ${bits_srcdir}/stl_relops.h \
117 ${bits_srcdir}/stl_set.h \
118 ${bits_srcdir}/stl_stack.h \
119 ${bits_srcdir}/stl_tempbuf.h \
120 ${bits_srcdir}/stl_threads.h \
121 ${bits_srcdir}/stl_tree.h \
122 ${bits_srcdir}/stl_uninitialized.h \
123 ${bits_srcdir}/stl_vector.h \
124 ${bits_srcdir}/streambuf.tcc \
125 ${bits_srcdir}/stringfwd.h \
126 ${bits_srcdir}/type_traits.h \
127 ${bits_srcdir}/valarray_array.h \
128 ${bits_srcdir}/valarray_array.tcc \
129 ${bits_srcdir}/valarray_meta.h
130
131 backward_srcdir = ${glibcpp_srcdir}/include/backward
132 backward_builddir = ./backward
133 backward_headers = \
134 ${backward_srcdir}/complex.h \
135 ${backward_srcdir}/iomanip.h \
136 ${backward_srcdir}/istream.h \
137 ${backward_srcdir}/ostream.h \
138 ${backward_srcdir}/stream.h \
139 ${backward_srcdir}/streambuf.h \
140 ${backward_srcdir}/algo.h \
141 ${backward_srcdir}/algobase.h \
142 ${backward_srcdir}/alloc.h \
143 ${backward_srcdir}/bvector.h \
144 ${backward_srcdir}/defalloc.h \
145 ${backward_srcdir}/deque.h \
146 ${backward_srcdir}/function.h \
147 ${backward_srcdir}/hash_map.h \
148 ${backward_srcdir}/hash_set.h \
149 ${backward_srcdir}/hashtable.h \
150 ${backward_srcdir}/heap.h \
151 ${backward_srcdir}/iostream.h \
152 ${backward_srcdir}/iterator.h \
153 ${backward_srcdir}/list.h \
154 ${backward_srcdir}/map.h \
155 ${backward_srcdir}/multimap.h \
156 ${backward_srcdir}/new.h \
157 ${backward_srcdir}/multiset.h \
158 ${backward_srcdir}/pair.h \
159 ${backward_srcdir}/queue.h \
160 ${backward_srcdir}/rope.h \
161 ${backward_srcdir}/set.h \
162 ${backward_srcdir}/slist.h \
163 ${backward_srcdir}/stack.h \
164 ${backward_srcdir}/tempbuf.h \
165 ${backward_srcdir}/tree.h \
166 ${backward_srcdir}/vector.h \
167 ${backward_srcdir}/fstream.h \
168 ${backward_srcdir}/strstream.h \
169 ${backward_srcdir}/strstream \
170 ${backward_srcdir}/backward_warning.h
171
172 ext_srcdir = ${glibcpp_srcdir}/include/ext
173 ext_builddir = ./ext
174 ext_headers = \
175 ${ext_srcdir}/algorithm \
176 ${ext_srcdir}/functional \
177 ${ext_srcdir}/hash_map \
178 ${ext_srcdir}/hash_set \
179 ${ext_srcdir}/iterator \
180 ${ext_srcdir}/memory \
181 ${ext_srcdir}/numeric \
182 ${ext_srcdir}/rb_tree \
183 ${ext_srcdir}/rope \
184 ${ext_srcdir}/ropeimpl.h \
185 ${ext_srcdir}/slist \
186 ${ext_srcdir}/stl_hash_fun.h \
187 ${ext_srcdir}/stl_hashtable.h \
188 ${ext_srcdir}/stl_rope.h
189
190 # This is the common subset of files that all three "C" header models use.
191 c_base_srcdir = @C_INCLUDE_DIR@/bits
192 c_base_builddir = ./bits
193 c_base_headers = \
194 ${c_base_srcdir}/std_cassert.h \
195 ${c_base_srcdir}/std_cctype.h \
196 ${c_base_srcdir}/std_cerrno.h \
197 ${c_base_srcdir}/std_cfloat.h \
198 ${c_base_srcdir}/std_climits.h \
199 ${c_base_srcdir}/std_clocale.h \
200 ${c_base_srcdir}/std_cmath.h \
201 ${c_base_srcdir}/std_csetjmp.h \
202 ${c_base_srcdir}/std_csignal.h \
203 ${c_base_srcdir}/std_cstdarg.h \
204 ${c_base_srcdir}/std_cstddef.h \
205 ${c_base_srcdir}/std_cstdio.h \
206 ${c_base_srcdir}/std_cstdlib.h \
207 ${c_base_srcdir}/std_cstring.h \
208 ${c_base_srcdir}/std_ctime.h \
209 ${c_base_srcdir}/std_cwchar.h \
210 ${c_base_srcdir}/std_cwctype.h \
211 ${c_base_srcdir}/cmath.tcc
212
213 std_srcdir = ${glibcpp_srcdir}/include/std
214 std_builddir = ./
215 std_headers = \
216 ${std_srcdir}/algorithm \
217 ${std_srcdir}/bitset \
218 ${std_srcdir}/complex \
219 ${std_srcdir}/deque \
220 ${std_srcdir}/fstream \
221 ${std_srcdir}/functional \
222 ${std_srcdir}/iomanip \
223 ${std_srcdir}/ios \
224 ${std_srcdir}/iosfwd \
225 ${std_srcdir}/iostream \
226 ${std_srcdir}/istream \
227 ${std_srcdir}/iterator \
228 ${std_srcdir}/limits \
229 ${std_srcdir}/list \
230 ${std_srcdir}/locale \
231 ${std_srcdir}/map \
232 ${std_srcdir}/memory \
233 ${std_srcdir}/numeric \
234 ${std_srcdir}/ostream \
235 ${std_srcdir}/queue \
236 ${std_srcdir}/set \
237 ${std_srcdir}/sstream \
238 ${std_srcdir}/stack \
239 ${std_srcdir}/stdexcept \
240 ${std_srcdir}/streambuf \
241 ${std_srcdir}/string \
242 ${std_srcdir}/utility \
243 ${std_srcdir}/valarray \
244 ${std_srcdir}/vector \
245 ${std_srcdir}/cassert \
246 ${std_srcdir}/cctype \
247 ${std_srcdir}/cerrno \
248 ${std_srcdir}/cfloat \
249 ${std_srcdir}/climits \
250 ${std_srcdir}/clocale \
251 ${std_srcdir}/ciso646 \
252 ${std_srcdir}/cmath \
253 ${std_srcdir}/csetjmp \
254 ${std_srcdir}/csignal \
255 ${std_srcdir}/cstdarg \
256 ${std_srcdir}/cstddef \
257 ${std_srcdir}/cstdio \
258 ${std_srcdir}/cstdlib \
259 ${std_srcdir}/cstring \
260 ${std_srcdir}/ctime \
261 ${std_srcdir}/cwchar \
262 ${std_srcdir}/cwctype
263
264 target_srcdir = ${glibcpp_srcdir}/@OS_INC_SRCDIR@
265 target_builddir = ./${target_alias}/bits
266 target_headers = \
267 ${target_srcdir}/ctype_base.h \
268 ${target_srcdir}/ctype_inline.h \
269 ${target_srcdir}/ctype_noninline.h \
270 ${target_srcdir}/os_defines.h \
271 ${glibcpp_srcdir}/@ATOMICITY_INC_SRCDIR@/atomicity.h \
272 ${glibcpp_srcdir}/@CPU_LIMITS_INC_SRCDIR@/cpu_limits.h
273
274 thread_builddir = ./${target_alias}/bits
275 thread_headers = \
276 ${thread_builddir}/gthr.h \
277 ${thread_builddir}/gthr-single.h \
278 ${thread_builddir}/gthr-default.h
279
280 # List of all timestamp files. By keeping only one copy of this list, both
281 # CLEANFILES and all-local are kept up-to-date.
282 allstamps = stamp-std stamp-bits stamp-c_base stamp-backward stamp-ext \
283 stamp-target stamp-thread
284
285
286 # Here are the rules for building the headers
287 all-local: ${target_builddir}/c++config.h ${allstamps}
288
289 stamp-std: ${std_headers}
290 @if [ ! -d "${std_builddir}" ]; then \
291 mkdir -p ${std_builddir} ;\
292 fi ;\
293 (cd ${std_builddir} && @LN_S@ $? .) ;\
294 echo `date` > stamp-std
295
296 stamp-bits: ${bits_headers}
297 @if [ ! -d "${bits_builddir}" ]; then \
298 mkdir -p ${bits_builddir} ;\
299 fi ;\
300 (cd ${bits_builddir} && @LN_S@ $? .) ;\
301 echo `date` > stamp-bits
302
303 stamp-c_base: ${c_base_headers}
304 @if [ ! -d "${c_base_builddir}" ]; then \
305 mkdir -p ${c_base_builddir} ;\
306 fi ;\
307 (cd ${c_base_builddir} && @LN_S@ $? .) ;\
308 echo `date` > stamp-c_base
309
310 stamp-backward: ${backward_headers}
311 @if [ ! -d "${backward_builddir}" ]; then \
312 mkdir -p ${backward_builddir} ;\
313 fi ;\
314 (cd ${backward_builddir} && @LN_S@ $? .) ;\
315 echo `date` > stamp-backward
316
317 stamp-ext: ${ext_headers}
318 @if [ ! -d "${ext_builddir}" ]; then \
319 mkdir -p ${ext_builddir} ;\
320 fi ;\
321 (cd ${ext_builddir} && @LN_S@ $? .) ;\
322 echo `date` > stamp-ext
323
324 # This target is special. The timestamp on a directory gets modified
325 # whenever a file it contains gets modified, and that'll throw off all the
326 # build dependencies that need this target. On the other hand, someone
327 # could delete the directory and not the stamp file, faking out make.
328 ${target_builddir}: stamp-${target_alias}
329 stamp-${target_alias}:
330 @if [ ! -d ${target_builddir} ]; then \
331 mkdir -p ${target_builddir} ;\
332 echo `date` > stamp-${target_alias} ;\
333 fi
334
335 # Target includes static.
336 stamp-target: ${target_headers} ${target_builddir}
337 @cd ${target_builddir} ;\
338 if [ ! -f stamp-target ]; then \
339 @LN_S@ ${target_headers} . ;\
340 @LN_S@ ${glibcpp_srcdir}/@BASIC_FILE_H@ basic_file_model.h ;\
341 @LN_S@ ${glibcpp_srcdir}/@CSTDIO_H@ c++io.h ;\
342 @LN_S@ ${glibcpp_srcdir}/@CLOCALE_H@ c++locale.h ;\
343 @LN_S@ ${glibcpp_srcdir}/@CMESSAGES_H@ messages_members.h ;\
344 @LN_S@ ${glibcpp_srcdir}/@CCODECVT_H@ codecvt_specializations.h ;\
345 echo `date` > stamp-target; \
346 fi
347
348 # Target includes dynamic.
349 ${target_builddir}/c++config.h: ../config.h \
350 ${glibcpp_srcdir}/include/bits/c++config \
351 ${target_builddir}
352 @cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
353 sed -e 's/HAVE_/_GLIBCPP_HAVE_/g' \
354 -e 's/PACKAGE/_GLIBCPP_PACKAGE/g' \
355 -e 's/VERSION/_GLIBCPP_VERSION/g' \
356 -e 's/WORDS_/_GLIBCPP_WORDS_/g' \
357 < ${glibcpp_builddir}/config.h >> $@ ;\
358 echo "#endif // _CPP_CPPCONFIG_" >>$@
359
360 # Target includes for threads
361 glibcpp_thread_h = @glibcpp_thread_h@
362 uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
363
364 stamp-thread: ${thread_headers} ${thread_builddir}
365 @echo `date` > stamp-thread
366
367
368 ${thread_builddir}/gthr.h:
369 sed -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCPP_\1/g' \
370 -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
371 < ${toplevel_srcdir}/gcc/gthr.h > $@
372
373 ${thread_builddir}/gthr-single.h:
374 sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
375 -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
376 < ${toplevel_srcdir}/gcc/gthr-single.h > $@
377
378 ${thread_builddir}/gthr-default.h:
379 sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
380 -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
381 -e 's/\(${uppercase}*WEAK\)/_GLIBCPP_\1/g' \
382 < ${toplevel_srcdir}/gcc/${glibcpp_thread_h} > $@
383
384 # One big happy istallation: just copy everything from the build to the
385 # install tree (except for the build stamps).
386 gxx_include_dir = @gxx_include_dir@
387 install-data-local:
388 for file in `find . ! -name stamp-\* ! -name Makefile -print`; do \
389 installFile=${gxx_include_dir}/$${file} ;\
390 if [ -d $${file} ]; then \
391 $(INSTALL) -d $${installFile} ;\
392 else \
393 $(INSTALL_DATA) $${file} $${installFile} ;\
394 fi ;\
395 done
396
397 # By adding these files here, automake will remove them for 'make clean'
398 #CLEANFILES = ${allstamps}