Makefile revision 107331
1# $FreeBSD: head/gnu/lib/libstdc++/Makefile 107331 2002-11-27 18:52:04Z obrien $
2
3GCCDIR=	${.CURDIR}/../../../contrib/gcc
4SRCDIR=	${.CURDIR}/../../../contrib/libstdc++
5SUPDIR=	${SRCDIR}/libsupc++
6
7.PATH: ${SRCDIR}/src ${SRCDIR}/libmath ${SRCDIR}/config/io \
8       ${SRCDIR}/config/locale/generic ${SRCDIR} ${SRCDIR}/std \
9       ${SUPDIR} ${GCCDIR}
10
11#SUBDIR=	doc
12
13LIB=		stdc++
14.if ${MACHINE_ARCH} != "sparc64"
15SHLIB_MAJOR=	4
16.endif
17
18CFLAGS+=	-DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
19CFLAGS+=	-I${.CURDIR} -I${SUPDIR} -I${GCCDIR}
20CXXFLAGS+=	-fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated
21#LDFLAGS+=	-Wl,-version-info,4:0:0 -Wl,--version-script=${SRCDIR}/src/linker.map
22
23LDADD+=		-lm
24DPADD+=		${LIBM}
25
26# libstdc++ sources (libstdc++/src/Makefile.in, do not reorder)
27SRCS+=	globals.cc limits.cc basic_file_stdio.cc complex_io.cc ios.cc \
28	strstream-fixed.cc bitset.cc functexcept.cc stdexcept.cc \
29	vterminate.cc ctype.cc c_locale.cc locale.cc localename.cc codecvt.cc \
30	codecvt_members.cc collate_members.cc ctype_members.cc messages_members.cc \
31	monetary_members.cc numeric_members.cc time_members.cc concept-inst.cc \
32	locale-inst.cc misc-inst.cc stl-inst.cc string-inst.cc wstring-inst.cc \
33	valarray-inst.cc ext-inst.cc fstream.cc fstream-inst.cc io-inst.cc \
34	istream-inst.cc ostream-inst.cc streambuf-inst.cc sstream-inst.cc
35
36# C parts of math
37SRCS+=	nan.c signbit.c signbitf.c signbitl.c stubs.c
38
39# Embedded copy of libsupc++
40SRCS+=	del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \
41	eh_alloc.cc eh_aux_runtime.cc eh_catch.cc eh_exception.cc \
42	eh_globals.cc eh_personality.cc eh_terminate.cc eh_throw.cc eh_type.cc \
43	new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \
44	pure.cc tinfo.cc tinfo2.cc vec.cc
45
46# from libiberty:
47SRCS+=	cp-demangle.c dyn-string.c
48
49strstream-fixed.cc:	${SRCDIR}/src/strstream.cc
50	sed -e 's,^#include <strstream>,#include <backward/strstream>,g' \
51	    < ${SRCDIR}/src/strstream.cc > strstream-fixed.cc
52
53CLEANFILES+=	strstream-fixed.cc
54
55INCSGROUPS=	BITSHDRS BKWHDRS EXTHDRS BASEHDRS BASEXHDRS STDHDRS \
56		TARGETHDRS THRHDRS
57
58BITSHDRS=	basic_ios.h basic_ios.tcc basic_string.h basic_string.tcc \
59		boost_concept_check.h char_traits.h codecvt.h concept_check.h \
60		cpp_type_traits.h fpos.h fstream.tcc functexcept.h \
61		generic_shadow.h gslice.h gslice_array.h indirect_array.h \
62		ios_base.h istream.tcc locale_facets.h locale_facets.tcc \
63		localefwd.h mask_array.h ostream.tcc pthread_allocimpl.h \
64		slice.h slice_array.h sstream.tcc stl_algo.h stl_algobase.h \
65		stl_alloc.h stl_bvector.h stl_construct.h stl_deque.h \
66		stl_function.h stl_heap.h stl_iterator.h \
67		stl_iterator_base_funcs.h stl_iterator_base_types.h \
68		stl_list.h stl_map.h stl_multimap.h stl_multiset.h \
69		stl_numeric.h stl_pair.h stl_pthread_alloc.h stl_queue.h \
70		stl_raw_storage_iter.h stl_relops.h stl_set.h stl_stack.h \
71		stl_tempbuf.h stl_threads.h stl_tree.h stl_uninitialized.h \
72		stl_vector.h stream_iterator.h streambuf.tcc \
73		streambuf_iterator.h stringfwd.h type_traits.h \
74		valarray_array.h valarray_array.tcc valarray_meta.h
75BITSHDRS:=	${BITSHDRS:S;^;${SRCDIR}/include/bits/;}
76BITSHDRSDIR=	${INCLUDEDIR}/g++/bits
77
78BKWHDRS=	algo.h algobase.h alloc.h backward_warning.h bvector.h \
79		complex.h defalloc.h deque.h fstream.h function.h \
80		hash_map.h hash_set.h hashtable.h heap.h iomanip.h \
81		iostream.h istream.h iterator.h list.h map.h multimap.h \
82		multiset.h new.h ostream.h pair.h queue.h rope.h set.h \
83		slist.h stack.h stream.h streambuf.h strstream strstream.h \
84		tempbuf.h tree.h vector.h
85BKWHDRS:=	${BKWHDRS:S;^;${SRCDIR}/include/backward/;}
86BKWHDRSDIR=	${INCLUDEDIR}/g++/backward
87
88EXTHDRS=	algorithm enc_filebuf.h functional hash_map hash_set \
89		iterator memory numeric rb_tree rope ropeimpl.h slist \
90		stdio_filebuf.h stl_hash_fun.h stl_hashtable.h stl_rope.h
91EXTHDRS:=	${EXTHDRS:S;^;${SRCDIR}/include/ext/;}
92EXTHDRSDIR=	${INCLUDEDIR}/g++/ext
93
94# This is the common subset of files that all three "C" header models use.
95BASEHDRS=	std_cassert.h std_cctype.h std_cerrno.h std_cfloat.h \
96		std_ciso646.h std_climits.h std_clocale.h std_cmath.h \
97		std_csetjmp.h std_csignal.h std_cstdarg.h std_cstddef.h \
98		std_cstdio.h std_cstdlib.h std_cstring.h std_ctime.h \
99		std_cwchar.h std_cwctype.h
100.for h in ${BASEHDRS}
101BASEHDRSNAME_$h=${h:R:S;^std_;;}
102.endfor
103BASEHDRS:=	${BASEHDRS:S;^;${SRCDIR}/include/c_std/;}
104BASEHDRSDIR=	${INCLUDEDIR}/g++
105
106# Some of the different "C" header models need extra files.
107BASEXHDRS=	${SRCDIR}/include/c_std/cmath.tcc
108BASEXHDRSDIR=	${INCLUDEDIR}/g++/bits
109
110STDHDRS=	std_algorithm.h std_bitset.h std_complex.h std_deque.h \
111		std_fstream.h std_functional.h std_iomanip.h std_ios.h \
112		std_iosfwd.h std_iostream.h std_istream.h std_iterator.h \
113		std_limits.h std_list.h std_locale.h std_map.h std_memory.h \
114		std_numeric.h std_ostream.h std_queue.h std_set.h \
115		std_sstream.h std_stack.h std_stdexcept.h std_streambuf.h \
116		std_string.h std_utility.h std_valarray.h std_vector.h
117.for h in ${STDHDRS}
118STDHDRSNAME_$h=${h:R:S;^std_;;}
119.endfor
120STDHDRS:=	${STDHDRS:S;^;${SRCDIR}/include/std/;}
121STDHDRSDIR=	${INCLUDEDIR}/g++
122
123TARGETHDRS=	io/basic_file_stdio.h io/c_io_stdio.h \
124		locale/generic/c_locale.h \
125		locale/generic/c++locale_internal.h \
126		locale/generic/codecvt_specializations.h \
127		locale/generic/messages_members.h \
128		os/bsd/freebsd/bits/ctype_base.h \
129		os/bsd/freebsd/bits/ctype_inline.h \
130		os/bsd/freebsd/bits/ctype_noninline.h \
131		os/bsd/freebsd/bits/os_defines.h
132TARGETHDRS:=	${TARGETHDRS:S;^;${SRCDIR}/config/;}
133TARGETHDRS+=	${.CURDIR}/c++config.h
134TARGETHDRSNAME_basic_file_stdio.h= basic_file.h
135TARGETHDRSNAME_c_io_stdio.h= c++io.h
136TARGETHDRSNAME_c_locale.h= c++locale.h
137TARGETHDRSDIR=	${INCLUDEDIR}/g++/bits
138
139MARCHHDRS=	atomicity.h cpu_limits.h
140.if ${MACHINE_ARCH} == "sparc64"
141MARCHDIR=	${SRCDIR}/config/cpu/sparc/${MACHINE_ARCH}/bits
142.else
143MARCHDIR=	${SRCDIR}/config/cpu/${MACHINE_ARCH}/bits
144.endif
145.for h in ${MARCHHDRS}
146.if exists(${MARCHDIR}/${h})
147TARGETHDRS+=	${MARCHDIR}/${h}
148.else
149TARGETHDRS+=	${SRCDIR}/config/cpu/generic/bits/${h}
150.endif
151.endfor
152
153THRHDRS=	gthr.h gthr-single.h gthr-posix.h gthr-default.h
154THRHDRSDIR=	${INCLUDEDIR}/g++/bits
155
156gthr.h: ${GCCDIR}/gthr.h
157	sed -e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g' \
158	    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
159	    < ${GCCDIR}/gthr.h > gthr.h
160
161gthr-single.h: ${GCCDIR}/gthr-single.h
162	sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
163	    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
164	    < ${GCCDIR}/gthr-single.h > gthr-single.h
165
166gthr-posix.h: ${GCCDIR}/gthr-posix.h
167	sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
168	    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
169	    -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*WEAK\)/_GLIBCPP_\1/g' \
170	    < ${GCCDIR}/gthr-posix.h > gthr-posix.h
171
172gthr-default.h: ${GCCDIR}/gthr-posix.h
173	sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
174	    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
175	    -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*WEAK\)/_GLIBCPP_\1/g' \
176	    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
177	    < ${GCCDIR}/gthr-posix.h > gthr-default.h
178
179CLEANFILES+=	${THRHDRS}
180
181.include <bsd.lib.mk>
182