OSDN Git Service

2001-08-07 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.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 ## $Id: Makefile.am,v 1.1 2001/07/13 16:47:55 pme Exp $
25
26 AUTOMAKE_OPTIONS = 1.3 gnits
27 MAINT_CHARSET = latin1
28
29 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
30
31 # Cross compiler and multilib support.
32 CXX = @glibcpp_CXX@
33 glibcpp_srcdir=@glibcpp_srcdir@
34 glibcpp_builddir=@glibcpp_builddir@
35
36 bits_srcdir = ${glibcpp_srcdir}/include/bits
37 bits_builddir = ./bits
38 bits_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
132 backward_srcdir = ${glibcpp_srcdir}/include/backward
133 backward_builddir = ./backward
134 backward_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
173 ext_srcdir = ${glibcpp_srcdir}/include/ext
174 ext_builddir = ./ext
175 ext_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.
186 c_base_srcdir = @C_INCLUDE_DIR@/bits
187 c_base_builddir = ./bits
188 c_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
229 std_srcdir = ${glibcpp_srcdir}/include/std
230 std_builddir = ./
231 std_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
280 target_srcdir = ${glibcpp_srcdir}/@OS_INC_SRCDIR@
281 target_builddir = ./${target_alias}/bits
282 target_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
289 thread_builddir = ./${target_alias}/bits
290 thread_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 not implemented yet.
298 allstamps = stamp-std stamp-bits stamp-c_base stamp-backward stamp-ext \
299         stamp-target stamp-thread stamp-file_model stamp-io \
300         stamp-locale stamp-messages_model stamp-codecvt_model
301
302 # By adding these files here, automake will remove them for 'make clean'
303 CLEANFILES = ${allstamps}
304
305 # Here are the rules for building the headers
306 all-local: \
307         ${target_builddir}/c++config.h \
308         ${target_builddir}/std_limits.h \
309         ${allstamps}
310
311 stamp-std: ${std_headers}
312         @if [ ! -d "${std_builddir}" ]; then \
313           mkdir -p ${std_builddir} ;\
314         fi ;\
315         (cd ${std_builddir} && @LN_S@ $? .) ;\
316         echo `date` > stamp-std
317
318 stamp-bits: ${bits_headers}
319         @if [ ! -d "${bits_builddir}" ]; then \
320           mkdir -p ${bits_builddir} ;\
321         fi ;\
322         (cd ${bits_builddir} && @LN_S@ $? .) ;\
323         echo `date` > stamp-bits
324
325 stamp-c_base: ${c_base_headers}
326         @if [ ! -d "${c_base_builddir}" ]; then \
327           mkdir -p ${c_base_builddir} ;\
328         fi ;\
329         (cd ${c_base_builddir} && @LN_S@ $? .) ;\
330         echo `date` > stamp-c_base
331
332 stamp-c_compatibility: ${c_compatibility_headers}
333         @if [ ! -d "${c_compatibility_builddir}" ]; then \
334           mkdir -p ${c_compatibility_builddir} ;\
335         fi ;\
336         (cd ${c_compatibility_builddir} && @LN_S@ $? .) ;\
337         echo `date` > stamp-c_compatibility
338
339 stamp-backward: ${backward_headers}
340         @if [ ! -d "${backward_builddir}" ]; then \
341           mkdir -p ${backward_builddir} ;\
342         fi ;\
343         (cd ${backward_builddir} && @LN_S@ $? .) ;\
344         echo `date` > stamp-backward
345
346 stamp-ext: ${ext_headers}
347         @if [ ! -d "${ext_builddir}" ]; then \
348           mkdir -p ${ext_builddir} ;\
349         fi ;\
350         (cd ${ext_builddir} && @LN_S@ $? .) ;\
351         echo `date` > stamp-ext
352
353 # Can't use $? in command, otherwise target_builddir will trigger it, and
354 # we get bizarre symlinks mazes.
355 stamp-target: ${target_headers} ${target_builddir}
356         @(cd ${target_builddir} && @LN_S@ ${target_headers} .) ;\
357         echo `date` > stamp-target
358
359 stamp-thread: ${thread_headers} ${thread_builddir}
360         @echo `date` > stamp-thread
361
362 stamp-file_model: ${glibcpp_srcdir}/@BASIC_FILE_H@ ${target_builddir}
363         @(cd ${target_builddir} && @LN_S@ ${glibcpp_srcdir}/@BASIC_FILE_H@ basic_file_model.h) ;\
364         echo `date` > stamp-file_model
365
366 stamp-io: ${glibcpp_srcdir}/@CSTDIO_H@ ${target_builddir}
367         @(cd ${target_builddir} && @LN_S@ ${glibcpp_srcdir}/@CSTDIO_H@ c++io.h) ;\
368         echo `date` > stamp-io
369
370 stamp-locale: ${glibcpp_srcdir}/@CLOCALE_H@ ${target_builddir}
371         @(cd ${target_builddir} && @LN_S@ ${glibcpp_srcdir}/@CLOCALE_H@ c++locale.h) ;\
372         echo `date` > stamp-locale
373
374 stamp-messages_model: ${glibcpp_srcdir}/@CMESSAGES_H@ ${target_builddir}
375         @(cd ${target_builddir} && @LN_S@ ${glibcpp_srcdir}/@CMESSAGES_H@ messages_members.h) ;\
376         echo `date` > stamp-messages_model
377
378 stamp-codecvt_model: ${glibcpp_srcdir}/@CCODECVT_H@ ${target_builddir}
379         @(cd ${target_builddir} && @LN_S@ ${glibcpp_srcdir}/@CCODECVT_H@ codecvt_specializations.h) ;\
380         echo `date` > stamp-codecvt_model
381
382 # This target is kinda special.  The timestamp on a directory gets modified
383 # whenever a file it contains gets modified, and that'll throw off all the
384 # build dependencies that need this target.  On the other hand, someone
385 # could delete the directory and not the stamp file, faking out the make.
386 ${target_builddir}: stamp-${target_alias}
387
388 stamp-${target_alias}:
389         @if [ ! -d ${target_builddir} ]; then \
390           mkdir -p ${target_builddir} ;\
391         fi
392         echo `date` > stamp-${target_alias}
393
394 ${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
395                                 ${glibcpp_srcdir}/include/bits/c++config \
396                                 ${target_builddir}
397         @cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
398         sed -e 's/HAVE_/_GLIBCPP_HAVE_/g' \
399             -e 's/PACKAGE/_GLIBCPP_PACKAGE/g' \
400             -e 's/VERSION/_GLIBCPP_VERSION/g' \
401             -e 's/WORDS_/_GLIBCPP_WORDS_/g' \
402             < ${glibcpp_builddir}/config.h >> $@ ;\
403         echo "#endif // _CPP_CPPCONFIG_" >>$@
404
405 # This tool leaves the header in the wrong place, but rather than fix the
406 # tool, the destination get massaged here.
407 ${target_builddir}/std_limits.h: ${target_builddir}/c++config.h \
408                                  stamp-target ${target_builddir}
409         CC="$(CC) -I${glibcpp_builddir} -I${target_builddir}/.." \
410         ${glibcpp_srcdir}/mknumeric_limits \
411         ${glibcpp_builddir} ${glibcpp_srcdir} @GLIBCPP_IS_CROSS_COMPILING@ ;\
412         mv ${glibcpp_builddir}/include/bits/std_limits.h ${target_builddir}
413
414 glibcpp_thread_h = @glibcpp_thread_h@
415 uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
416
417 ${thread_builddir}/gthr.h:
418         sed -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCPP_\1/g' \
419             -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
420             < ${glibcpp_srcdir}/../gcc/gthr.h > $@
421
422 ${thread_builddir}/gthr-single.h:
423         sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
424             -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
425             < ${glibcpp_srcdir}/../gcc/gthr-single.h > $@
426
427 ${thread_builddir}/gthr-default.h:
428         sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
429             -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
430             -e 's/\(${uppercase}*WEAK\)/_GLIBCPP_\1/g' \
431             < ${glibcpp_srcdir}/../gcc/${glibcpp_thread_h} > $@
432
433 # One big happy istallation:  just copy everything from the build to the
434 # install tree (except for the build stamps).
435 gxx_include_dir = @gxx_include_dir@
436
437 install-data-local:
438         for file in `find . ! -name stamp-\* ! -name Makefile -print`; do \
439         installFile=${gxx_include_dir}/$${file} ;\
440         if [ -d $${file} ]; then \
441           $(INSTALL) -d $${installFile} ;\
442         else \
443           $(INSTALL_DATA) $${file} $${installFile} ;\
444         fi ;\
445         done
446