1 # Copyright (C) 1994, 1995, 1999 Free Software Foundation
3 # This file is part of the GNU ANSI C++ Library. This library is free
4 # software; you can redistribute it and/or modify it under the terms of
5 # the GNU General Public License as published by the Free Software
6 # Foundation; either version 2, or (at your option) any later version.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this library; see the file COPYING. If not, write to the Free
15 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 gxx_include_dir
=${includedir}/g
++
22 OBJS
= cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o valarray.o
23 SUBLIBS
= $(STAMP
)-string
$(STAMP
)-complx
25 # C++ headers with no extension
26 HEADERS
= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
27 csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime \
28 cwchar cwctype string stdexcept \
29 algorithm deque functional hash_map hash_set iterator list map \
30 memory numeric pthread_alloc queue rope set slist stack utility \
31 vector fstream iomanip iostream strstream iosfwd bitset valarray
33 ARLIB
= libstdc
++.a.
$(VERSION
)
35 MARLINK
= libstdc
++.a.
`echo $(VERSION) | sed 's/\([0-9]*[.][0-9]*\).*/\1/'`
36 SHLIB
= libstdc
++.so.
$(VERSION
)
37 SHARLIB
= libstdc
++-sh.a
39 MSHLINK
= libstdc
++.so.
`echo $(VERSION) | sed 's/\([0-9]*[.][0-9]*\).*/\1/'`
45 LIBS
= $(ARLIB
) $(ARLINK
)
47 #### package, host, target, and site dependent Makefile fragments come in here.
51 LIBIBERTY_DIR
= ..
/libiberty
53 LIBIBERTY_OBJS
= `cat $(LIBIBERTY_DIR)/needed-list` strerror.o
55 tooldir
= $(exec_prefix)/$(target
)
56 # This is where the libraries will be installed; note, it will be set
57 # at make runtime now. See below at target install.
58 INSTALLDIR
= $(libdir)
60 MOSTLYCLEAN_JUNK
= *stmp-
* tlib
*.a
*.s
*.ii stdlist piclist
66 stdlist
: $(IO_DIR
)/iostream.list
$(OBJS
) $(SUBLIBS
) $(LIBIBERTY_DIR
)/libiberty.a
70 for f in
`cat $(IO_DIR)/iostream.list` ; do \
71 echo
"$(IO_DIR)/$$f" >> tlist
; \
73 for f in
$(LIBIBERTY_OBJS
) ; do \
74 echo
"$(LIBIBERTY_DIR)/$$f" >> tlist
; \
81 if
[ x
"$(enable_shared)" = xyes
]; then \
82 sed
's,\([A-Za-z_]*\.o\),pic/\1,g' tlist
> tlist2
; \
89 $(AR
) $(AR_FLAGS
) t
$(ARLIB
) `cat stdlist`
95 $(LN_S
) $(ARLIB
) $(ARLINK
) || cp
$(ARLIB
) $(ARLINK
)
98 @
$(MAKE
) $(MARLINK
) "ARLINK=$(MARLINK)"
101 $(CC
) $(LIBCXXFLAGS
) $(SHFLAGS
) -shared
-o
$(SHLIB
) `cat piclist` $(SHDEPS
)
105 $(AR
) $(AR_FLAGS
) t
$(SHARLIB
) $(SHLIB
)
106 mv t
$(SHARLIB
) $(SHARLIB
)
111 $(LN_S
) $(SHLIB
) $(SHLINK
) || cp
$(ARLIB
) $(ARLINK
)
114 @
$(MAKE
) $(MSHLINK
) "SHLINK=$(MSHLINK)"
116 $(IO_DIR
)/iostream.list
: force
117 cd
$(IO_DIR
) ; $(MAKE
) $(FLAGS_TO_PASS
) iostream.list
119 $(LIBIBERTY_DIR
)/libiberty.a
:
120 cd
$(LIBIBERTY_DIR
) ; $(MAKE
) $(FLAGS_TO_PASS
)
122 STRFUNCS
= REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC \
123 EQSS EQPS EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP \
124 LESS LEPS LESP GESS GEPS GESP
125 STRIO
= EXTRACT INSERT GETLINE
127 # These are here for SunOS VPATH.
128 cstringi.o
: cstringi.
cc
129 cstdlibi.o
: cstdlibi.
cc
131 stdexcepti.o
: stdexcepti.
cc
132 stlinst.o
: stlinst.
cc
133 valarray.o
: valarray.
cc
135 # Later do wide strings, too.
136 stmp-string
: ${srcdir}/sinst.
cc ${srcdir}/std
/bastring.h \
137 ${srcdir}/std
/bastring.
cc ${srcdir}/std
/straits.h
138 for name in
$(STRFUNCS
) $(STRIO
); do \
140 if
[ x
"$(enable_shared)" = xyes
]; then \
141 $(COMPILE.
cc) $(PICFLAG
) -DC
-D
$${name} ${srcdir}/sinst.
cc \
142 -o pic
/c
$${name}.o
; \
144 if
[ $$?
-eq
0 ]; then true
; else exit
1; fi
; \
145 $(COMPILE.
cc) -DC
-D
$${name} ${srcdir}/sinst.
cc -o c
$${name}.o
; \
146 if
[ $$?
-eq
0 ]; then true
; else exit
1; fi
; \
150 bigstmp-string
: ${srcdir}/sinst.
cc ${srcdir}/std
/bastring.h \
151 ${srcdir}/std
/bastring.
cc ${srcdir}/std
/straits.h
153 if
[ x
"$(enable_shared)" = xyes
]; then \
154 $(COMPILE.
cc) $(PICFLAG
) -DC \
155 `for N in $(STRFUNCS); do echo " -D$${N}"; done` \
156 $(srcdir)/sinst.
cc -o pic
/cstrmain.o
; \
158 $(COMPILE.
cc) -DC
`for N in $(STRFUNCS); do echo " -D$${N}"; done` \
159 $(srcdir)/sinst.
cc -o cstrmain.o
161 if
[ x
"$(enable_shared)" = xyes
]; then \
162 $(COMPILE.
cc) $(PICFLAG
) -DC \
163 `for N in $(STRIO); do echo " -D$${N}"; done` \
164 $(srcdir)/sinst.
cc -o pic
/cstrio.o
; \
166 $(COMPILE.
cc) -DC
`for N in $(STRIO); do echo " -D$${N}"; done` \
167 $(srcdir)/sinst.
cc -o cstrio.o
170 COMFUNCS
= MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC \
171 DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR \
172 CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT
173 COMIO
= EXTRACT INSERT
175 stmp-complx
: ${srcdir}/cinst.
cc ${srcdir}/std
/complext.h \
176 ${srcdir}/std
/complext.
cc ${srcdir}/std
/dcomplex.h \
177 ${srcdir}/std
/ldcomplex.h
178 for N in
$(COMFUNCS
) $(COMIO
); do \
180 if
[ x
"$(enable_shared)" = xyes
]; then \
181 $(COMPILE.
cc) $(PICFLAG
) -DF
-D
$${N} $(srcdir)/cinst.
cc \
184 if
[ $$?
-eq
0 ]; then true
; else exit
1; fi
; \
185 $(COMPILE.
cc) -DF
-D
$${N} ${srcdir}/cinst.
cc -o f
$${N}.o
; \
186 if
[ $$?
-eq
0 ]; then true
; else exit
1; fi
; \
188 if
[ x
"$(enable_shared)" = xyes
]; then \
189 $(COMPILE.
cc) $(PICFLAG
) -DD
-D
$${N} $(srcdir)/cinst.
cc \
192 if
[ $$?
-eq
0 ]; then true
; else exit
1; fi
; \
193 $(COMPILE.
cc) -DD
-D
$${N} ${srcdir}/cinst.
cc -o d
$${N}.o
; \
194 if
[ $$?
-eq
0 ]; then true
; else exit
1; fi
; \
196 if
[ x
"$(enable_shared)" = xyes
]; then \
197 $(COMPILE.
cc) $(PICFLAG
) -DLD
-D
$${N} $(srcdir)/cinst.
cc \
200 if
[ $$?
-eq
0 ]; then true
; else exit
1; fi
; \
201 $(COMPILE.
cc) -DLD
-D
$${N} ${srcdir}/cinst.
cc -o
ld$${N}.o
; \
202 if
[ $$?
-eq
0 ]; then true
; else exit
1; fi
; \
206 bigstmp-complx
: ${srcdir}/cinst.
cc ${srcdir}/std
/complext.h \
207 ${srcdir}/std
/complext.
cc ${srcdir}/std
/dcomplex.h \
208 ${srcdir}/std
/ldcomplex.h
210 if
[ x
"$(enable_shared)" = xyes
]; then \
211 $(COMPILE.
cc) $(PICFLAG
) -DF \
212 `for N in $(COMFUNCS); do echo " -D$${N}"; done` \
213 $(srcdir)/cinst.
cc -o pic
/fcomplex.o
; \
215 $(COMPILE.
cc) -DF
`for N in $(COMFUNCS); do echo " -D$${N}"; done` \
216 $(srcdir)/cinst.
cc -o fcomplex.o
218 if
[ x
"$(enable_shared)" = xyes
]; then \
219 $(COMPILE.
cc) $(PICFLAG
) -DF \
220 `for N in $(COMIO); do echo " -D$${N}"; done` \
221 $(srcdir)/cinst.
cc -o pic
/fcomio.o
; \
223 $(COMPILE.
cc) -DF
`for N in $(COMIO); do echo " -D$${N}"; done` \
224 $(srcdir)/cinst.
cc -o fcomio.o
226 if
[ x
"$(enable_shared)" = xyes
]; then \
227 $(COMPILE.
cc) $(PICFLAG
) -DD \
228 `for N in $(COMFUNCS); do echo " -D$${N}"; done` \
229 $(srcdir)/cinst.
cc -o pic
/dcomplex.o
; \
231 $(COMPILE.
cc) -DD
`for N in $(COMFUNCS); do echo " -D$${N}"; done` \
232 $(srcdir)/cinst.
cc -o dcomplex.o
234 if
[ x
"$(enable_shared)" = xyes
]; then \
235 $(COMPILE.
cc) $(PICFLAG
) -DD \
236 `for N in $(COMIO); do echo " -D$${N}"; done` \
237 $(srcdir)/cinst.
cc -o pic
/dcomio.o
; \
239 $(COMPILE.
cc) -DD
`for N in $(COMIO); do echo " -D$${N}"; done` \
240 $(srcdir)/cinst.
cc -o dcomio.o
242 if
[ x
"$(enable_shared)" = xyes
]; then \
243 $(COMPILE.
cc) $(PICFLAG
) -DLD \
244 `for N in $(COMFUNCS); do echo " -D$${N}"; done` \
245 $(srcdir)/cinst.
cc -o pic
/ldcomplex.o
; \
247 $(COMPILE.
cc) -DLD
`for N in $(COMFUNCS); do echo " -D$${N}"; done` \
248 $(srcdir)/cinst.
cc -o ldcomplex.o
250 if
[ x
"$(enable_shared)" = xyes
]; then \
251 $(COMPILE.
cc) $(PICFLAG
) -DLD \
252 `for N in $(COMIO); do echo " -D$${N}"; done` \
253 $(srcdir)/cinst.
cc -o pic
/ldcomio.o
; \
255 $(COMPILE.
cc) -DLD
`for N in $(COMIO); do echo " -D$${N}"; done` \
256 $(srcdir)/cinst.
cc -o ldcomio.o
261 rootme
=`pwd`/ ; export rootme
; \
262 if
[ -z
"$(MULTISUBDIR)" ]; then \
264 for FILE in
$(HEADERS
); do \
265 rm -f
$(gxx_include_dir
)/$$FILE ; \
266 if
[ -f stl
/$$FILE ]; then \
267 $(INSTALL_DATA
) stl
/$$FILE $(gxx_include_dir
)/$$FILE ; \
269 $(INSTALL_DATA
) $$FILE $(gxx_include_dir
)/$$FILE ; \
271 chmod a-x
$(gxx_include_dir
)/$$FILE ; \
273 for FILE in
*.h std
/*.h std
/*.
cc std
/*.tcc
; do \
274 rm -f
$(gxx_include_dir
)/$$FILE ; \
275 $(INSTALL_DATA
) $$FILE $(gxx_include_dir
)/$$FILE ; \
276 chmod a-x
$(gxx_include_dir
)/$$FILE ; \
279 for FILE in
*.h
; do \
280 rm -f
$(gxx_include_dir
)/$$FILE ; \
281 $(INSTALL_DATA
) $$FILE $(gxx_include_dir
)/$$FILE ; \
282 chmod a-x
$(gxx_include_dir
)/$$FILE ; \
286 rootme
=`pwd`/ ; export rootme
; \
287 if
[ x
$(enable_version_specific_runtime_libs
) != xyes
]; then \
288 INSTALLDIR
=$(libdir); \
290 INSTALLDIR
=$(libsubdir
); \
292 INSTALLLINKDIR
=$(libsubdir
); \
293 if
[ $${INSTALLLINKDIR}$(MULTISUBDIR
) = $${INSTALLDIR}$(MULTISUBDIR
) ]; then \
295 elif
[ x
$(MULTISUBDIR
) = x
]; then \
296 if
[ $(build_alias
) = $(target_alias
) ]; then \
297 RELINSTALLDIR
=..
/..
/..
/; \
299 RELINSTALLDIR
=..
/..
/..
/..
/$(target_alias
)/lib
/; \
302 if
[ $(build_alias
) = $(target_alias
) ]; then \
303 RELINSTALLDIR
=..
/..
/..
`echo $(MULTISUBDIR) | sed -e 's,/[^/]*,/..,g'`$(MULTISUBDIR
)/; \
305 RELINSTALLDIR
=..
/..
/..
/..
`echo $(MULTISUBDIR) | sed -e 's,/[^/]*,/..,g'`/$(target_alias
)/lib
$(MULTISUBDIR
)/; \
308 if
[ $(build_alias
) != $(target_alias
) ]; then \
309 case
$$RELINSTALLDIR in \
310 ..
/..
/..
/|..
/..
/..
/..
/) \
311 RELINSTALLDIR
=..
/$${RELINSTALLDIR}$(target_alias
)/lib
/;; \
314 rm -f
$${INSTALLLINKDIR}$(MULTISUBDIR
)/$(SHLINK
) ; \
315 rm -f
$${INSTALLLINKDIR}$(MULTISUBDIR
)/$(ARLINK
) ; \
316 for FILE in
$(LIBS
) ; do \
317 rm -f
$${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
318 if
[ $$FILE = $(SHLINK
) ] ; then \
319 if
[ -f
$${INSTALLDIR}/$(MSHLINK
) ]; then \
320 rm -f
$${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE ; \
321 $(LN_S
) $${RELINSTALLDIR}$(MSHLINK
) $${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE \
322 || cp
$${RELINSTALLDIR}$(MSHLINK
) $${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE ; \
324 rm -f
$${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE ; \
325 $(LN_S
) $${RELINSTALLDIR}$(SHLIB
) $${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE \
326 || cp
$${RELINSTALLDIR}$(SHLIB
) $${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE ; \
328 elif
[ $$FILE = $(ARLINK
) ] ; then \
329 if
[ -f
$${INSTALLDIR}/$(MARLINK
) ]; then \
330 rm -f
$${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE ; \
331 $(LN_S
) $${RELINSTALLDIR}$(MARLINK
) $${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE \
332 || cp
$${RELINSTALLDIR}$(MARLINK
) $${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE ; \
334 rm -f
$${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE ; \
335 $(LN_S
) $${RELINSTALLDIR}$(ARLIB
) $${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE \
336 || cp
$${RELINSTALLDIR}$(ARLIB
) $${INSTALLLINKDIR}$(MULTISUBDIR
)/$$FILE ; \
338 elif
[ $$FILE = mshlink
]; then \
339 for FILE in
$(MSHLINK
) ; do \
340 rm -f
$${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
341 $(LN_S
) $(SHLIB
) $${INSTALLDIR}$(MULTISUBDIR
)/$$FILE \
342 || cp
$(SHLIB
) $${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
344 elif
[ $$FILE = marlink
]; then \
345 for FILE in
$(MARLINK
) ; do \
346 rm -f
$${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
347 $(LN_S
) $(ARLIB
) $${INSTALLDIR}$(MULTISUBDIR
)/$$FILE \
348 || cp
$(ARLIB
) $${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
350 elif
[ $$FILE = $(SHLIB
) ]; then \
351 $(INSTALL_PROGRAM
) $$FILE $${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
352 : On the HP
, shared libraries must be mode
555.
;\
353 chmod
555 $${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
355 $(INSTALL_DATA
) $$FILE $${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
356 $(RANLIB
) $${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
357 chmod a-x
$${INSTALLDIR}$(MULTISUBDIR
)/$$FILE ; \
360 @rootme
=`pwd`/ ; export rootme
; \
361 $(MULTIDO
) $(FLAGS_TO_PASS
) multi-do DO
=install
366 MYCXXFLAGS
= -g
-O2
-Wpointer-arith
-Wnested-externs
-Woverloaded-virtual
-Wbad-function-cast
-Winline
-Wwrite-strings
-pedantic
-Wno-long-long
367 MYCFLAGS
= -g
-O2
-Wpointer-arith
-Wnested-externs
376 $(MAKE
) -C ..
/libio c
++clean
377 touch ..
/..
/gcc
/libgcc2.ready
380 $(MAKE
) -C ..
/..
/gcc
/ libgcc.a
381 $(MAKE
) CXXFLAGS
="$(MYCXXFLAGS)" CFLAGS
="$(MYCFLAGS)"
383 -$(MAKE
) -C ..
/libio
check
384 -$(MAKE
) -C ..
/..
/gcc check-g
++