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