OSDN Git Service

2001-10-02 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 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}/rope \
176         ${ext_srcdir}/ropeimpl.h \
177         ${ext_srcdir}/stl_rope.h \
178         ${ext_srcdir}/slist \
179         ${ext_srcdir}/hash_map \
180         ${ext_srcdir}/hash_set \
181         ${ext_srcdir}/stl_hashtable.h \
182         ${ext_srcdir}/stl_hash_fun.h
183
184 # This is the common subset of files that all three "C" header models use.
185 c_base_srcdir = @C_INCLUDE_DIR@/bits
186 c_base_builddir = ./bits
187 c_base_headers = \
188         ${c_base_srcdir}/std_cassert.h \
189         ${c_base_srcdir}/std_cctype.h \
190         ${c_base_srcdir}/std_cerrno.h \
191         ${c_base_srcdir}/std_cfloat.h \
192         ${c_base_srcdir}/std_climits.h \
193         ${c_base_srcdir}/std_clocale.h \
194         ${c_base_srcdir}/std_cmath.h \
195         ${c_base_srcdir}/std_csetjmp.h \
196         ${c_base_srcdir}/std_csignal.h \
197         ${c_base_srcdir}/std_cstdarg.h \
198         ${c_base_srcdir}/std_cstddef.h \
199         ${c_base_srcdir}/std_cstdio.h \
200         ${c_base_srcdir}/std_cstdlib.h \
201         ${c_base_srcdir}/std_cstring.h \
202         ${c_base_srcdir}/std_ctime.h \
203         ${c_base_srcdir}/std_cwchar.h \
204         ${c_base_srcdir}/std_cwctype.h \
205         ${c_base_srcdir}/cmath.tcc 
206
207 std_srcdir = ${glibcpp_srcdir}/include/std
208 std_builddir = ./
209 std_headers = \
210         ${std_srcdir}/algorithm \
211         ${std_srcdir}/bitset \
212         ${std_srcdir}/complex \
213         ${std_srcdir}/deque \
214         ${std_srcdir}/fstream \
215         ${std_srcdir}/functional \
216         ${std_srcdir}/iomanip \
217         ${std_srcdir}/ios \
218         ${std_srcdir}/iosfwd \
219         ${std_srcdir}/iostream \
220         ${std_srcdir}/istream \
221         ${std_srcdir}/iterator \
222         ${std_srcdir}/limits \
223         ${std_srcdir}/list \
224         ${std_srcdir}/locale \
225         ${std_srcdir}/map \
226         ${std_srcdir}/memory \
227         ${std_srcdir}/numeric \
228         ${std_srcdir}/ostream \
229         ${std_srcdir}/queue \
230         ${std_srcdir}/set \
231         ${std_srcdir}/sstream \
232         ${std_srcdir}/stack \
233         ${std_srcdir}/stdexcept \
234         ${std_srcdir}/streambuf \
235         ${std_srcdir}/string \
236         ${std_srcdir}/utility \
237         ${std_srcdir}/valarray \
238         ${std_srcdir}/vector \
239         ${std_srcdir}/cassert \
240         ${std_srcdir}/cctype \
241         ${std_srcdir}/cerrno \
242         ${std_srcdir}/cfloat \
243         ${std_srcdir}/climits \
244         ${std_srcdir}/clocale \
245         ${std_srcdir}/ciso646 \
246         ${std_srcdir}/cmath \
247         ${std_srcdir}/csetjmp \
248         ${std_srcdir}/csignal \
249         ${std_srcdir}/cstdarg \
250         ${std_srcdir}/cstddef \
251         ${std_srcdir}/cstdio \
252         ${std_srcdir}/cstdlib \
253         ${std_srcdir}/cstring \
254         ${std_srcdir}/ctime \
255         ${std_srcdir}/cwchar \
256         ${std_srcdir}/cwctype
257
258 target_srcdir = ${glibcpp_srcdir}/@OS_INC_SRCDIR@
259 target_builddir = ./${target_alias}/bits
260 target_headers = \
261         ${target_srcdir}/ctype_base.h \
262         ${target_srcdir}/ctype_inline.h \
263         ${target_srcdir}/ctype_noninline.h \
264         ${target_srcdir}/os_defines.h \
265         ${glibcpp_srcdir}/@ATOMICITY_INC_SRCDIR@/atomicity.h \
266         ${glibcpp_srcdir}/@LIMITS_INC_SRCDIR@/limits.h
267
268 thread_builddir = ./${target_alias}/bits
269 thread_headers = \
270         ${thread_builddir}/gthr.h \
271         ${thread_builddir}/gthr-single.h \
272         ${thread_builddir}/gthr-default.h
273
274 # List of all timestamp files.  By keeping only one copy of this list, both
275 # CLEANFILES and all-local are kept up-to-date.
276 allstamps = stamp-std stamp-bits stamp-c_base stamp-backward stamp-ext \
277         stamp-target stamp-thread 
278
279
280 # Here are the rules for building the headers
281 all-local: ${target_builddir}/c++config.h ${allstamps}
282
283 stamp-std: ${std_headers}
284         @if [ ! -d "${std_builddir}" ]; then \
285           mkdir -p ${std_builddir} ;\
286         fi ;\
287         (cd ${std_builddir} && @LN_S@ $? .) ;\
288         echo `date` > stamp-std 
289
290 stamp-bits: ${bits_headers}
291         @if [ ! -d "${bits_builddir}" ]; then \
292           mkdir -p ${bits_builddir} ;\
293         fi ;\
294         (cd ${bits_builddir} && @LN_S@ $? .) ;\
295         echo `date` > stamp-bits
296
297 stamp-c_base: ${c_base_headers}
298         @if [ ! -d "${c_base_builddir}" ]; then \
299           mkdir -p ${c_base_builddir} ;\
300         fi ;\
301         (cd ${c_base_builddir} && @LN_S@ $? .) ;\
302         echo `date` > stamp-c_base
303
304 stamp-backward: ${backward_headers}
305         @if [ ! -d "${backward_builddir}" ]; then \
306           mkdir -p ${backward_builddir} ;\
307         fi ;\
308         (cd ${backward_builddir} && @LN_S@ $? .) ;\
309         echo `date` > stamp-backward
310
311 stamp-ext: ${ext_headers}
312         @if [ ! -d "${ext_builddir}" ]; then \
313           mkdir -p ${ext_builddir} ;\
314         fi ;\
315         (cd ${ext_builddir} && @LN_S@ $? .) ;\
316         echo `date` > stamp-ext
317
318 # This target is special.  The timestamp on a directory gets modified
319 # whenever a file it contains gets modified, and that'll throw off all the
320 # build dependencies that need this target.  On the other hand, someone
321 # could delete the directory and not the stamp file, faking out make.
322 ${target_builddir}: stamp-${target_alias}
323 stamp-${target_alias}:
324         @if [ ! -d ${target_builddir} ]; then \
325           mkdir -p ${target_builddir} ;\
326           echo `date` > stamp-${target_alias} ;\
327         fi
328
329 # Target includes static.
330 stamp-target: ${target_headers} ${target_builddir}
331         @cd ${target_builddir} ;\
332         if [ ! -f stamp-target ]; then \
333           @LN_S@ ${target_headers} . ;\
334           @LN_S@ ${glibcpp_srcdir}/@BASIC_FILE_H@ basic_file_model.h ;\
335           @LN_S@ ${glibcpp_srcdir}/@CSTDIO_H@ c++io.h ;\
336           @LN_S@ ${glibcpp_srcdir}/@CLOCALE_H@ c++locale.h ;\
337           @LN_S@ ${glibcpp_srcdir}/@CMESSAGES_H@ messages_members.h ;\
338           @LN_S@ ${glibcpp_srcdir}/@CCODECVT_H@ codecvt_specializations.h ;\
339           echo `date` > stamp-target; \
340         fi
341
342 # Target includes dynamic.
343 ${target_builddir}/c++config.h: ../config.h \
344                                 ${glibcpp_srcdir}/include/bits/c++config \
345                                 ${target_builddir}
346         @cat ${glibcpp_srcdir}/include/bits/c++config > $@ ;\
347         sed -e 's/HAVE_/_GLIBCPP_HAVE_/g' \
348             -e 's/PACKAGE/_GLIBCPP_PACKAGE/g' \
349             -e 's/VERSION/_GLIBCPP_VERSION/g' \
350             -e 's/WORDS_/_GLIBCPP_WORDS_/g' \
351             < ${glibcpp_builddir}/config.h >> $@ ;\
352         echo "#endif // _CPP_CPPCONFIG_" >>$@
353
354 # Target includes for threads
355 glibcpp_thread_h = @glibcpp_thread_h@
356 uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
357
358 stamp-thread: ${thread_headers} ${thread_builddir}
359         @echo `date` > stamp-thread
360
361
362 ${thread_builddir}/gthr.h:
363         sed -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCPP_\1/g' \
364             -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
365             < ${toplevel_srcdir}/gcc/gthr.h > $@
366
367 ${thread_builddir}/gthr-single.h:
368         sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
369             -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
370             < ${toplevel_srcdir}/gcc/gthr-single.h > $@
371
372 ${thread_builddir}/gthr-default.h:
373         sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
374             -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
375             -e 's/\(${uppercase}*WEAK\)/_GLIBCPP_\1/g' \
376             < ${toplevel_srcdir}/gcc/${glibcpp_thread_h} > $@
377
378 # One big happy istallation:  just copy everything from the build to the
379 # install tree (except for the build stamps).
380 gxx_include_dir = @gxx_include_dir@
381 install-data-local:
382         for file in `find . ! -name stamp-\* ! -name Makefile -print`; do \
383         installFile=${gxx_include_dir}/$${file} ;\
384         if [ -d $${file} ]; then \
385           $(INSTALL) -d $${installFile} ;\
386         else \
387           $(INSTALL_DATA) $${file} $${installFile} ;\
388         fi ;\
389         done
390
391 # By adding these files here, automake will remove them for 'make clean'
392 #CLEANFILES = ${allstamps}